| Age | Commit message (Expand) | Author |
| 2004-06-09 | Previous code cleanup was for bufpage.c, not bufmgr.c. | Bruce Momjian |
| 2004-06-08 | Add missing check for too-few-inputs when replacing a zero-dimensional | Tom Lane |
| 2004-06-08 | Stylistic changes in bufmgr.c | Bruce Momjian |
| 2004-06-08 | vacuum.c refactoring | Bruce Momjian |
| 2004-06-06 | Dept of second thoughts: don't use the new wide-character upper/lower | Tom Lane |
| 2004-06-06 | Allow use of table rowtypes directly as column types of other tables. | Tom Lane |
| 2004-06-06 | Add binary I/O support for composite types. | Tom Lane |
| 2004-06-06 | Remove finger from dike: composite types are now allowed as table columns. | Tom Lane |
| 2004-06-06 | Preliminary support for composite type I/O; just text for now, | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-05 | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane |
| 2004-06-05 | Make the world very nearly safe for composite-type columns in tables. | Tom Lane |
| 2004-06-04 | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane |
| 2004-06-04 | Remove some long-obsolete code that was causing a strange error message | Tom Lane |
| 2004-06-03 | Remove typeTypeFlag(), which was not only unused but entirely redundant | Tom Lane |
| 2004-06-03 | Add range-checking in timestamp_recv and timestamptz_recv, per | Tom Lane |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-06-03 | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian |
| 2004-06-02 | Per previous discussions, here are two functions to send INT and TERM | Bruce Momjian |
| 2004-06-02 | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian |
| 2004-06-02 | Fix breakage from GUC-extension-variables patch. | Tom Lane |
| 2004-06-02 | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane |
| 2004-06-01 | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane |
| 2004-06-01 | FastList is history, yay. | Tom Lane |
| 2004-06-01 | Just about there on de-FastList-ification. | Tom Lane |
| 2004-06-01 | Some more de-FastList-ification. | Tom Lane |
| 2004-06-01 | Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to | Tom Lane |
| 2004-05-31 | Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for | Tom Lane |
| 2004-05-31 | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane |
| 2004-05-31 | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane |
| 2004-05-31 | I think I've finally identified the cause of the off-by-one-second | Tom Lane |
| 2004-05-31 | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-30 | Paranoia: ensure MyBackendId is InvalidBackendId in a process that has | Tom Lane |
| 2004-05-30 | Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. | Tom Lane |
| 2004-05-29 | Separate out bgwriter code into a logically separate module, rather | Tom Lane |
| 2004-05-29 | Translation update | Peter Eisentraut |
| 2004-05-29 | Fix another place that assumed 'x = lcons(y, z)' would not have any | Tom Lane |
| 2004-05-28 | Fix minor error in comment. | Tom Lane |
| 2004-05-28 | Fix thinko in recent patch to change temp-table permissions behavior: | Tom Lane |
| 2004-05-28 | Fix some typos I introduced in WIN32-only code late last night. | Tom Lane |
| 2004-05-28 | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane |
| 2004-05-28 | Make sure elog behaves sanely if invoked before GUC initializes. | Tom Lane |
| 2004-05-27 | On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL. | Tom Lane |
| 2004-05-27 | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane |
| 2004-05-27 | pgindent files for Tom. | Bruce Momjian |
| 2004-05-27 | Cleanup for Win32 pgkill. | Bruce Momjian |
| 2004-05-27 | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian |
| 2004-05-26 | Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that | Tom Lane |
| 2004-05-26 | A couple other cosmetic cleanups in new List stuff. | Tom Lane |