summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-07Repair very-low-probability race condition between relation extensionTom Lane
2005-05-07Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane
2005-05-05Stamp release 8.0.3.Tom Lane
2005-05-05Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane
2005-05-05Add WSACleanup() for Win32 socket cleanup.Bruce Momjian
2005-05-04Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,Tom Lane
2005-05-04Spell DELIMITER correctly, per Seamus Dean.Tom Lane
2005-05-03Alter the signature for encoding conversion functions to declare theTom Lane
2005-05-03Change tsearch2 to not use the unsafe practice of creating functionsTom Lane
2005-05-03Fix a whitespace problem. From Alvaro Herrera.Dennis Bjorklund
2005-05-02Backport fix for correct quoting in CREATE DOMAIN example. Per RobertNeil Conway
2005-04-30Make record_out and record_send extract type information from the passedTom Lane
2005-04-30GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway
2005-04-30This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway
2005-04-29Improve cleanup from win32 client-only build.Bruce Momjian
2005-04-29Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian
2005-04-29Fix Borland makefile for libpq and improve it for psql.Bruce Momjian
2005-04-27Wording improvement.Bruce Momjian
2005-04-27Update PAM documentation, per Alvaro.Bruce Momjian
2005-04-27workaround for bug in utils/date.h (timetz)Teodor Sigaev
2005-04-26Mention that PAM requires the user already exist in the database, perBruce Momjian
2005-04-25Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane
2005-04-23Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane
2005-04-23int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane
2005-04-22Backpatch of LIMIT / FOR UPDATE behavior, but keep pre-7.3 mention in 8.0.X.Bruce Momjian
2005-04-22Clarify that only crypt can't use md5 pg_shadow passwords.Bruce Momjian
2005-04-21Clarify use of MD5 authentication and pg_shadow encryption.Bruce Momjian
2005-04-20Make pg_ctl status do a kill() test to verify that the PID found inTom Lane
2005-04-20Don't try to run clauseless index scans on index types that don't supportTom Lane
2005-04-20Fix mis-display of negative fractional seconds in interval values forTom Lane
2005-04-19Add comment about permissions on pg_ts* tablesTeodor Sigaev
2005-04-19Update PITR wording, per Simon.Bruce Momjian
2005-04-18pg_dumpall should enforce the server version check for itself, ratherTom Lane
2005-04-18record_in and record_recv must be careful to return a separatelyTom Lane
2005-04-18Update PITR mention of which WAL files are needed.Bruce Momjian
2005-04-17Clarify name of file to be checked for PITR expiring.Bruce Momjian
2005-04-15Fix comment typo.Bruce Momjian
2005-04-15Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry,Tom Lane
2005-04-14Make equalTupleDescs() compare attlen/attbyval/attalign rather thanTom Lane
2005-04-14Don't try to constant-fold functions returning RECORD, since the optimizerTom Lane
2005-04-14Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...Michael Meskes
2005-04-11Fix interaction between materializing holdable cursors and firingTom Lane
2005-04-11PersistHoldablePortal must establish the correct value for ActiveSnapshotTom Lane
2005-04-10Make constant-folding produce sane output for COALESCE(NULL,NULL),Tom Lane
2005-04-10SQL functions returning pass-by-reference types were copying the resultsTom Lane
2005-04-07Stamp 8.0.2.REL8_0_2Tom Lane
2005-04-07Update and copy-edit release notes for 8.0.2.Tom Lane
2005-04-04In cost_mergejoin, the early-exit effect should not apply to theTom Lane
2005-04-03Put back code mistakenly removed from copy of postmaster'sTom Lane
2005-04-02Translation updatesPeter Eisentraut