| Age | Commit message (Expand) | Author |
| 2003-10-16 | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane |
| 2003-09-28 | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane |
| 2003-09-27 | Fix typo in message. | Tom Lane |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-08 | Suppress unused-variable warnings when building without Asserts. | Tom Lane |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-21 | Error message editing in backend/access. | Tom Lane |
| 2003-07-19 | Error message editing: finish up undone task of reporting the problem | Tom Lane |
| 2003-07-17 | Repair boundary-case bug introduced by patch of two months ago that | Tom Lane |
| 2003-06-26 | Add comment pointing out that XLByteToPrevSeg macro is not broken. | Tom Lane |
| 2003-06-11 | This patch extracts page buffer pooling and the simple | Bruce Momjian |
| 2003-05-22 | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
| 2003-05-10 | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane |
| 2003-05-03 | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian |
| 2003-05-02 | Back out last commit --- wrong patch. | Bruce Momjian |
| 2003-05-02 | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian |
| 2003-05-02 | Portal and memory management infrastructure for extended query protocol. | Tom Lane |
| 2003-04-26 | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane |
| 2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
| 2003-04-18 | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian |
| 2003-04-14 | Reorganize clog's error reporting so that PANIC on clog I/O error can | Tom Lane |
| 2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-21 | Allow error query to start transaction in autocommit off mode. | Bruce Momjian |
| 2003-03-14 | Remove unneeded dash blocks around function start comments. | Bruce Momjian |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2003-02-21 | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane |
| 2003-01-25 | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane |
| 2003-01-10 | Read-only transactions, as defined in SQL. | Peter Eisentraut |
| 2002-11-23 | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian |
| 2002-11-18 | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane |
| 2002-11-13 | Update xact.c comments for clarity. | Bruce Momjian |
| 2002-11-11 | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane |
| 2002-11-09 | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian |
| 2002-11-08 | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian |
| 2002-11-02 | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane |
| 2002-10-22 | Perform transaction cleanup operations in a less ad-hoc, more | Tom Lane |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane |
| 2002-10-07 | Change order of operations during XLogFlush so that we try to include | Tom Lane |
| 2002-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |