| Age | Commit message (Expand) | Author |
| 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 |
| 2003-02-21 | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane |
| 2003-02-13 | This trivial patch removes the usage of some old statistics code that no | Bruce Momjian |
| 2003-01-21 | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane |
| 2003-01-10 | Read-only transactions, as defined in SQL. | Peter Eisentraut |
| 2003-01-08 | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane |
| 2002-11-18 | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane |
| 2002-11-15 | Add checkpoint_warning to warn of excessive checkpoints caused by too | Bruce Momjian |
| 2002-11-13 | Update xact.c comments for clarity. | Bruce Momjian |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
| 2002-09-26 | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
| 2002-08-30 | Complete TODO item: | Bruce Momjian |
| 2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-05 | Fix compilation problem with assert checking enabled for recent xlog | Thomas G. Lockhart |
| 2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-07-08 | Fix typo in xl_heaptid comment | Bruce Momjian |
| 2002-07-02 | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian |