]> granicus.if.org Git - postgresql/history - src/backend
Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its
[postgresql] / src / backend /
2006-04-07 Tom LaneFix make_restrictinfo_from_bitmapqual() to preserve...
2006-04-06 Tom LaneRemove the pgstats logic for delaying destruction of...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-05 Tom LaneAdd a field to the first page of each WAL file to indic...
2006-04-04 Tom LaneDon't use BLCKSZ for the physical length of the pg_cont...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-04-03 Tom LaneDefine a separately configurable XLOG_BLCKSZ symbol...
2006-04-03 Tom LaneFix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOC...
2006-04-03 Teodor SigaevEliminate ajust scan code. Since concurrent GiST it...
2006-04-02 Peter EisentrautUpdate information schema for SQL:2003 and new PostgreS...
2006-04-01 Tom LaneRemove the 'slow' path for btree index build, which...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-30 Tom LaneImprove gist XLOG code to follow the coding rules neede...
2006-03-30 Tom LaneSuppress attempts to report dropped tables to the stats...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-29 Tom LaneTablespaceCreateDbspace should function normally even...
2006-03-28 Tom LaneDisable full_page_writes, because turning it off risks...
2006-03-28 Tom LaneRepair longstanding error in btree xlog replay: XLogRea...
2006-03-24 Tom LaneComments in IndexBuildHeapScan describe the indexing...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-21 Neil ConwayMinor refactoring: initialize_SSL() only returns 0...
2006-03-19 Neil ConwayFix a few places that were checking for the return...
2006-03-18 Neil ConwayThe call to DNSServiceRegistrationCreate in postmaster...
2006-03-17 Tom LaneFix bug introduced into mergejoin logic by performance...
2006-03-16 Tom LaneFix invalid use of #if within a macro, per Laurenz...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneIt seems the YYLLOC_DEFAULT macro recommended by the...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianRemove copyright notices from Jan (per author approval...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-11 Neil ConwayRemove a few places that attempted to define INT_MAX...
2006-03-10 Tom LaneRecent changes in memory management in tuplesort.c...
2006-03-10 Tom LaneAdd a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This...
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-10 Tom LaneAdd a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTab...
2006-03-08 Tom LaneTweak trace_sort code to show the merge order (number...
2006-03-07 Tom LaneFurther examination of ltsReleaseBlock usage shows...
2006-03-07 Tom LaneRepair old performance bug in tuplesort.c/logtape.c...
2006-03-07 Tom LaneTurn off zero_damaged_pages in the right place (ie...
2006-03-07 Bruce MomjianUse SetConfigOption() to turn off "zero_damaged_pages...
2006-03-07 Bruce MomjianProperly set "escape_string_warning" to default to...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-06 Bruce MomjianDefault to ON for 8.2, as announced in the release...
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-06 Bruce MomjianPrevent autovacuum from zeroing damaged pages.
2006-03-05 Neil ConwayPer recent discussion on -hackers, we should sometimes...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LaneSupport include directives in postgresql.conf.
2006-03-04 Tom LaneDeclare the arguments of AllocateFile() as const char...
2006-03-04 Tom LaneIncorporate a couple of recent tuplesort.c improvements...
2006-03-04 Tom LanePrevent lazy_space_alloc from making requests that...
2006-03-04 Tom LanePrevent sorting from requesting a SortTuple array that...
2006-03-04 Tatsuo IshiiTighten up SJIS byte sequence check. Now we reject...
2006-03-03 Tom LaneMake the COPY command return a command tag that include...
2006-03-03 Tom LaneDept. of second thoughts: rejigger the TRUNCATE .....
2006-03-03 Neil ConwayFix a typo.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-03-03 Bruce MomjianAdd comment about localized month names for to_date...
2006-03-03 Tom LaneArrange to call AbsorbFsyncRequests every so often...
2006-03-02 Tom LaneRepair oidvectorrecv and int2vectorrecv, which I broke...
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-28 Tom LaneTeach nodeSort and nodeMaterial to optimize out unneces...
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Bruce MomjianAdd mention that tid perhaps someday should be output...
2006-02-26 Tom LaneImprove sorting speed by pre-extracting the first sort...
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2006-02-26 Neil ConwayFix typo in comment.
2006-02-24 Peter EisentrautThe Makefile was invoking perl scripts as ./script...
2006-02-21 Neil ConwayCleanup the usage of ScanDirection: use the symbolic...
2006-02-19 Tom LaneUpdate obsolete comment.
2006-02-19 Tom LaneModify logtape.c so that the initial LogicalTapeSetCrea...
2006-02-19 Tom LaneImprove tuplesort.c to support variable merge order...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-18 Neil ConwayMark unescape_single_char() "static": as far as I can...
2006-02-17 Neil ConwayFix typo in comment.
2006-02-14 Tom LaneMove btbulkdelete's vacuum_delay_point() call to a...
2006-02-14 Tom LaneAdd some missing vacuum_delay_point calls in GIST vacuu...
2006-02-14 Tom LaneAllocSetStats should probably be using unsigned format...
2006-02-13 Tom LaneFix qual_is_pushdown_safe to not try to push down quals...
2006-02-12 Bruce MomjianRevert because C locale uses "" for thousands_sep,...
2006-02-12 Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-12 Bruce MomjianThrow a warning rather than an error on invalid charact...
2006-02-12 Bruce MomjianSupport "" for thousands separator and plus sign in...
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-12 Bruce MomjianAllow to_char() to print localized month and day names.
2006-02-12 Bruce MomjianAdd contrib/pg_freespacemap to display free space map...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-12 Tom LaneActually there's a better way to do this, which is...
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-11 Tom LaneFix incorrect addition, subtraction, and overflow check...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
next