| Age | Commit message (Expand) | Author |
| 2004-05-22 | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane |
| 2004-05-08 | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane |
| 2004-04-21 | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane |
| 2004-04-05 | This is a cleanup patch for access/transam/xact.c. It only removes some | Bruce Momjian |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
| 2004-03-11 | Add NOWAIT option to LOCK command | Tatsuo Ishii |
| 2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
| 2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |
| 2004-01-26 | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian |
| 2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
| 2004-01-16 | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane |
| 2004-01-06 | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway |
| 2003-12-21 | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane |
| 2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
| 2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-11-06 | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut |
| 2003-10-16 | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane |
| 2003-10-01 | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane |
| 2003-09-29 | Adjust btree index build procedure so that the btree metapage looks | Tom Lane |
| 2003-09-28 | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane |
| 2003-09-25 | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | 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 | Several fixes for hash indexes that involve changing the on-disk index | 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-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 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-27 | elog mop-up. | Tom Lane |
| 2003-06-22 | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane |
| 2003-06-11 | This patch extracts page buffer pooling and the simple | Bruce Momjian |
| 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-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-04-26 | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane |
| 2003-02-24 | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane |
| 2003-02-23 | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane |
| 2003-02-23 | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane |
| 2003-02-23 | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane |
| 2003-02-22 | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane |