summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-10Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.Tom Lane
2006-03-09Remove Jan Wieck's name from copyrights, and put in standardBruce Momjian
2006-03-08Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT.Tom Lane
2006-03-08Remove Christof Petig copyright on include file, per author request.Bruce Momjian
2006-03-08Tweak trace_sort code to show the merge order (number of active inputTom Lane
2006-03-08Update pltcl expected file for E''.Bruce Momjian
2006-03-08Adjust plpython for escape_string_warning.Bruce Momjian
2006-03-08Adjust PL regression tests for escape_string_warning.Bruce Momjian
2006-03-08Update /contrib regression tests for escape_string_warning.Bruce Momjian
2006-03-07Further examination of ltsReleaseBlock usage shows that it's got aTom Lane
2006-03-07Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane
2006-03-07Turn off zero_damaged_pages in the right place (ie, in the autovacTom Lane
2006-03-07Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum.Bruce Momjian
2006-03-07Back out comment update about sighup, original was accurate.Bruce Momjian
2006-03-07Properly set "escape_string_warning" to default to true.Bruce Momjian
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-03-07Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane
2006-03-07'make clean' should NOT remove *~ files.Tom Lane
2006-03-06SGML typo fix.Bruce Momjian
2006-03-06Default to ON for 8.2, as announced in the release notes:Bruce Momjian
2006-03-06Done though the second is default so off in 8.2:Bruce Momjian
2006-03-06Attached is the new patch. To summarize:Bruce Momjian
2006-03-06Enable standard_conforming_strings to be turned on.Bruce Momjian
2006-03-06Update comment on how sighup signal affects postgresql.conf reload.Bruce Momjian
2006-03-06* Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian
2006-03-06This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian
2006-03-06Add:Bruce Momjian
2006-03-06Update item.Bruce Momjian
2006-03-06Add for Win32:Bruce Momjian
2006-03-06Add WSACancelBlockingCall TODO.detail item.Bruce Momjian
2006-03-06Add for ecpg:Bruce Momjian
2006-03-06Fix psql history handling so 'execute' backslash commands (\g)Bruce Momjian
2006-03-06Update:Bruce Momjian
2006-03-06Add:Bruce Momjian
2006-03-06Prevent autovacuum from zeroing damaged pages.Bruce Momjian
2006-03-06in the docs, the function "ascii(text)" is described asBruce Momjian
2006-03-06In psql, save history of backslash commands used in multi-lineBruce Momjian
2006-03-05Per recent discussion on -hackers, we should sometimes reorder theNeil Conway
2006-03-05Add:Bruce Momjian
2006-03-05Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-05Update to 2006.Bruce Momjian
2006-03-05Done:Bruce Momjian
2006-03-05Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian
2006-03-05Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian
2006-03-05Improve OS X shared-memory documentation: fix typos and provide a usableTom Lane
2006-03-04Support include directives in postgresql.conf.Tom Lane
2006-03-04Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane
2006-03-04Incorporate a couple of recent tuplesort.c improvements into tuplestore.c.Tom Lane
2006-03-04Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,Tom Lane