aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Recent changes in memory management in tuplesort.c had a problem: theTom Lane2006-03-10
* Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problemTom Lane2006-03-10
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-10
* Remove unintened change to pg_proc.h.Bruce Momjian2006-03-10
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.Tom Lane2006-03-10
* Remove Jan Wieck's name from copyrights, and put in standardBruce Momjian2006-03-09
* Remove Christof Petig copyright on include file, per author request.Bruce Momjian2006-03-08
* Tweak trace_sort code to show the merge order (number of active inputTom Lane2006-03-08
* Update pltcl expected file for E''.Bruce Momjian2006-03-08
* Adjust plpython for escape_string_warning.Bruce Momjian2006-03-08
* Adjust PL regression tests for escape_string_warning.Bruce Momjian2006-03-08
* Further examination of ltsReleaseBlock usage shows that it's got aTom Lane2006-03-07
* Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane2006-03-07
* Turn off zero_damaged_pages in the right place (ie, in the autovacTom Lane2006-03-07
* Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum.Bruce Momjian2006-03-07
* Back out comment update about sighup, original was accurate.Bruce Momjian2006-03-07
* Properly set "escape_string_warning" to default to true.Bruce Momjian2006-03-07
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-07
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* 'make clean' should NOT remove *~ files.Tom Lane2006-03-07
* Default to ON for 8.2, as announced in the release notes:Bruce Momjian2006-03-06
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update comment on how sighup signal affects postgresql.conf reload.Bruce Momjian2006-03-06
* * Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian2006-03-06
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Fix psql history handling so 'execute' backslash commands (\g)Bruce Momjian2006-03-06
* Prevent autovacuum from zeroing damaged pages.Bruce Momjian2006-03-06
* In psql, save history of backslash commands used in multi-lineBruce Momjian2006-03-06
* Per recent discussion on -hackers, we should sometimes reorder theNeil Conway2006-03-05
* Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan2006-03-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Update to 2006.Bruce Momjian2006-03-05
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-05
* Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian2006-03-05
* Support include directives in postgresql.conf.Tom Lane2006-03-04
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-04
* Incorporate a couple of recent tuplesort.c improvements into tuplestore.c.Tom Lane2006-03-04
* Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,Tom Lane2006-03-04
* Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize;Tom Lane2006-03-04
* Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii2006-03-04
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-04
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* This patch fixes this warning.Bruce Momjian2006-03-03
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-03
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-03
* Fixes for Win32-client only compiles.Bruce Momjian2006-03-03
* Update ipcclean to use try 'id' first for root check.Bruce Momjian2006-03-03
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-03