| Commit message (Expand) | Author | Age |
* | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane | 2007-03-14 |
* | Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, | Tom Lane | 2005-08-25 |
* | Avoid memory leakage during VACUUM FULL when an index expression or | Tom Lane | 2004-12-23 |
* | Add a bit more locking to vac_update_relstats and vac_update_dbstats | Tom Lane | 2003-10-02 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 |
* | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 |
* | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 |
* | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 |
* | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 |
* | Fix miscalculation of remaining free space during tuple chain moving. | Tom Lane | 2002-10-31 |
* | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 |
* | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane | 2002-10-19 |
* | ARGH! | Tom Lane | 2002-09-27 |
* | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other | Tom Lane | 2002-09-23 |
* | Get rid of bogus use of heap_mark4update in reindex operations (cf. | Tom Lane | 2002-09-23 |
* | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane | 2002-09-20 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | Fix tuple-chain-moving tests to handle marked-for-update tuples correctly | Tom Lane | 2002-08-13 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | This patch fixes a regression caused by my recent changes to heap | Bruce Momjian | 2002-07-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Fix up gcc warnings, improve comments. | Tom Lane | 2002-06-15 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Allow ANALYZE to run in a transaction. | Bruce Momjian | 2002-06-13 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Disable VACUUM from being called from a function because function memory | Bruce Momjian | 2002-04-15 |
* | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 |
* | Fix CLOG truncation code to not do the Wrong Thing when there are already | Tom Lane | 2002-04-02 |
* | Make VACUUM handle schema-qualified relation names properly. | Tom Lane | 2002-04-02 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |