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