| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 1 | -49/+60 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 1 | -7/+7 |
| * | Fix unused variable when Assert() not used. | Bruce Momjian | 2004-07-20 | 1 | -1/+3 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -2/+4 |
| * | vacuum.c refactoring | Bruce Momjian | 2004-06-08 | 1 | -436/+589 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -3/+2 |
| * | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 | 1 | -10/+4 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -12/+12 |
| * | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane | 2004-05-22 | 1 | -64/+90 |
| * | Put back #include <sys/time.h> in files that seem to need it on Linux. | Tom Lane | 2004-05-21 | 1 | -1/+2 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -11/+3 |
| * | Check only live tuples for OID validity, to avoid issues after ALTER | Tom Lane | 2004-02-12 | 1 | -9/+9 |
| * | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 | 1 | -6/+47 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -3/+7 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -6/+6 |
| * | Code cleanup, mostly in the smgr: | Neil Conway | 2004-01-06 | 1 | -13/+14 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | 2nd try for the ARC strategy. | Jan Wieck | 2003-11-13 | 1 | -1/+21 |
| * | ARC strategy backed out ... sorry | Jan Wieck | 2003-11-13 | 1 | -21/+1 |
| * | Replacement of the buffer replacement strategy with an ARC | Jan Wieck | 2003-11-13 | 1 | -1/+21 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -10/+9 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -7/+9 |
| * | Add a bit more locking to vac_update_relstats and vac_update_dbstats | Tom Lane | 2003-10-02 | 1 | -1/+11 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -14/+14 |
| * | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 | 1 | -29/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -28/+33 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -100/+143 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -2/+2 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -4/+7 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -6/+6 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -14/+12 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -4/+4 |
| * | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 | 1 | -9/+33 |
| * | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 | 1 | -5/+6 |
| * | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 | 1 | -9/+5 |
| * | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 1 | -8/+24 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -5/+5 |
| * | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 | 1 | -2/+2 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 1 | -2/+5 |
| * | Fix miscalculation of remaining free space during tuple chain moving. | Tom Lane | 2002-10-31 | 1 | -8/+8 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -7/+3 |
| * | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane | 2002-10-19 | 1 | -1/+5 |
| * | ARGH! | Tom Lane | 2002-09-27 | 1 | -18/+38 |
| * | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other | Tom Lane | 2002-09-23 | 1 | -1/+15 |
| * | Get rid of bogus use of heap_mark4update in reindex operations (cf. | Tom Lane | 2002-09-23 | 1 | -3/+3 |
| * | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane | 2002-09-20 | 1 | -21/+19 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -91/+106 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -16/+20 |