summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-26Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian
2006-06-26Update include files to Unix newline format, per report from Magnus.Bruce Momjian
2006-06-26Update comment description of geo routines and move comment to moreBruce Momjian
2006-06-26Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes
2006-06-25Update my info:Bruce Momjian
2006-06-25Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane
2006-06-25Add:Bruce Momjian
2006-06-25Moved some free() calls that coverity correctly complains about.Michael Meskes
2006-06-25Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera
2006-06-25Remove individual user copyright because the code is contributed toBruce Momjian
2006-06-25Fix GEVHDRSZ for Win32.Bruce Momjian
2006-06-25Fix Win32/Cygwin problems:Bruce Momjian
2006-06-24Update entry:Bruce Momjian
2006-06-24Add UPDATE entry for row reuse.Bruce Momjian
2006-06-24Fix re-inclusion of port header file on Windows, per Magnus.Tom Lane
2006-06-23Clarified copyright noticeMichael Meskes
2006-06-22Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane
2006-06-22pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane
2006-06-22Standalone backends need pgstat_bestart() too, per Qingqing Zhou.Tom Lane
2006-06-21Move setup_cancel_handler() up near start of psql main(), where theTom Lane
2006-06-21Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involvingTom Lane
2006-06-21Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT).Tom Lane
2006-06-21Eliminate a gratuitously different wording of the 'cannot use aggregate funct...Tom Lane
2006-06-21- During dblink_open, if transaction state was IDLE, force cursor count toJoe Conway
2006-06-21Clean up psql variable code a little: eliminate unnecessary tests inTom Lane
2006-06-21Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes
2006-06-21Fixed small typo in changelogMichael Meskes
2006-06-21Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes
2006-06-20Remove redundant gettimeofday() calls to the extent practical withoutTom Lane
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-06-19Some editorial work on the documentation of the current-date/timeTom Lane
2006-06-19Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes
2006-06-19Take the statistics collector out of the loop for monitoring backends'Tom Lane
2006-06-18Update my email address.Bruce Momjian
2006-06-18Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane
2006-06-18Fix saveHistory() to not emit bogus complaint during psql exit when usingTom Lane
2006-06-18Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-16Fix a couple of obvious problems in DROP IF EXISTS patch.Tom Lane
2006-06-16Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane
2006-06-16Clean up after someone's curious idea that it'd be good to stripTom Lane
2006-06-16docs for DROP ... IF EXISTS for the following cases:Andrew Dunstan
2006-06-16Add:Bruce Momjian
2006-06-16Add:Bruce Momjian
2006-06-16Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian
2006-06-16Add URL for ISO dates:Bruce Momjian
2006-06-16DROP ... IF EXISTS for the following cases:Andrew Dunstan
2006-06-16Add URL for currency type:Bruce Momjian
2006-06-16Add URL for updatable views:Bruce Momjian
2006-06-16Add:Bruce Momjian