| Age | Commit message (Expand) | Author |
| 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-09-15 | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane |
| 2003-09-04 | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane |
| 2003-09-02 | In _bt_check_unique() loop, don't bother applying _bt_isequal() to | Tom Lane |
| 2003-09-02 | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane |
| 2003-09-02 | Fix a couple typos, add some more comments. | Tom Lane |
| 2003-09-02 | Rewrite hashbulkdelete() to make it amenable to new bucket locking | Tom Lane |
| 2003-09-01 | Preliminary cleanup for hash index code (doesn't attack the locking problem | Tom Lane |
| 2003-09-01 | Add some internals documentation for hash indexes, including an | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-10 | Repair potential deadlock created by recent changes to recycle btree | 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-06 | Rename fields of DestReceiver to avoid collisions with (ill-considered) | 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-29 | Fix longstanding error in _bt_search(): should moveright at top of loop not | Tom Lane |
| 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-22 | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane |
| 2003-06-15 | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane |
| 2003-06-11 | This patch extracts page buffer pooling and the simple | Bruce Momjian |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-26 | Make sure printtup() always sends the number of columns previously | Tom Lane |
| 2003-05-22 | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane |
| 2003-05-15 | Indexing support for pattern matching operations via separate operator | Peter Eisentraut |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-05-13 | In RowDescription messages, report columns of domain datatypes as having | 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-09 | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane |
| 2003-05-08 | Update 3.0 protocol support to match recent agreements about how to | Tom Lane |
| 2003-05-06 | Restructure command destination handling so that we pass around | Tom Lane |
| 2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
| 2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | 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-22 | Another round of protocol changes. Backend-to-frontend messages now all | 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 |