aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian2006-06-26
* Update include files to Unix newline format, per report from Magnus.Bruce Momjian2006-06-26
* Update comment description of geo routines and move comment to moreBruce Momjian2006-06-26
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-26
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-25
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-25
* Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera2006-06-25
* Remove individual user copyright because the code is contributed toBruce Momjian2006-06-25
* Fix GEVHDRSZ for Win32.Bruce Momjian2006-06-25
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-25
* Fix re-inclusion of port header file on Windows, per Magnus.Tom Lane2006-06-24
* Clarified copyright noticeMichael Meskes2006-06-23
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-22
* pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane2006-06-22
* Standalone backends need pgstat_bestart() too, per Qingqing Zhou.Tom Lane2006-06-22
* Move setup_cancel_handler() up near start of psql main(), where theTom Lane2006-06-21
* Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involvingTom Lane2006-06-21
* Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT).Tom Lane2006-06-21
* Eliminate a gratuitously different wording of the 'cannot use aggregate funct...Tom Lane2006-06-21
* Clean up psql variable code a little: eliminate unnecessary tests inTom Lane2006-06-21
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-21
* Fixed small typo in changelogMichael Meskes2006-06-21
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes2006-06-19
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-18
* Fix saveHistory() to not emit bogus complaint during psql exit when usingTom Lane2006-06-18
* Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane2006-06-18
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Fix a couple of obvious problems in DROP IF EXISTS patch.Tom Lane2006-06-16
* Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane2006-06-16
* Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian2006-06-16
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Test for POSIX_FADV_DONTNEED to use posix_fadvise().Bruce Momjian2006-06-16
* Use posix_fadvise() to avoid kernel caching of WAL contents on WAL fileBruce Momjian2006-06-15
* Add STRICT to PL/pgSQL SELECT INTO, so exceptions are thrown if more orBruce Momjian2006-06-15
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-15
* Further thoughts about lo_export/lo_import error handling: if one ofTom Lane2006-06-14
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Improve error detection and recovery in lo_import()/lo_export().Tom Lane2006-06-14
* Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpathTom Lane2006-06-14
* Add BY clause to PL/PgSQL FOR loop, to control the iteration increment.Bruce Momjian2006-06-12
* Avoid use of C commment inside C comment from recent Win32 int overflow patch.Bruce Momjian2006-06-12
* Prevent Win32 from displaying a popup box on backend crash. Instead letBruce Momjian2006-06-12
* Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1,Bruce Momjian2006-06-12
* Minor code cleanup: make the WIN32 case less gratuitously different fromTom Lane2006-06-12
* Code review for psql multiline history patch(es). Fix memory leak,Tom Lane2006-06-11