| Commit message (Expand) | Author | Age |
* | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas | 2008-05-19 |
* | Don't try to close negative file descriptors, since this can cause | Magnus Hagander | 2008-05-13 |
* | Change hashscan.c to keep its list of active hash index scans in | Tom Lane | 2008-03-07 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 |
* | Make archive recovery always start a new timeline, rather than only when a | Tom Lane | 2007-09-29 |
* | Improve page split in rtree emulation. Now if splitted result has | Teodor Sigaev | 2007-09-07 |
* | Suppress time zone name (%Z) when logging timestamps in xlog.c startup | Tom Lane | 2007-08-04 |
* | Fix performance problems in multi-batch hash joins by ensuring that we select | Tom Lane | 2007-06-01 |
* | Fix overly-strict sanity check in BeginInternalSubTransaction that made it | Tom Lane | 2007-05-30 |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane | 2007-04-19 |
* | Disallow committing a prepared transaction unless we are in the same database | Tom Lane | 2007-02-13 |
* | Correct an old logic error in btree page splitting: when considering a split | Tom Lane | 2007-01-27 |
* | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane | 2006-11-19 |
* | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 |
* | Fix "failed to re-find parent key" btree VACUUM failure by tweaking | Tom Lane | 2006-11-01 |
* | Don't try to truncate multixact SLRU files in checkpoints done during xlog | Tom Lane | 2006-07-20 |
* | pg_stop_backup was calling XLogArchiveNotify() twice for the newly created | Tom Lane | 2006-06-22 |
* | Disable full_page_writes, because turning it off risks causing crash-recovery | Tom Lane | 2006-03-28 |
* | Repair longstanding error in btree xlog replay: XLogReadBuffer should be | Tom Lane | 2006-03-28 |
* | Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem | Tom Lane | 2006-03-10 |
* | Move btbulkdelete's vacuum_delay_point() call to a place in the loop where | Tom Lane | 2006-02-14 |
* | Add some missing vacuum_delay_point calls in GIST vacuuming. | Tom Lane | 2006-02-14 |
* | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane | 2006-01-21 |
* | Repair problems with the result of lookup_rowtype_tupdesc() possibly being | Tom Lane | 2006-01-17 |
* | Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to | Tom Lane | 2006-01-07 |
* | Convert Assert checking for empty page into a regular test and elog. | Tom Lane | 2006-01-06 |
* | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane | 2006-01-05 |
* | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane | 2005-12-22 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane | 2005-11-20 |
* | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 |
* | Fix longstanding race condition in transaction log management: there was a | Tom Lane | 2005-11-03 |
* | Message corrections | Peter Eisentraut | 2005-10-29 |
* | Reorder code so that we don't have to hold a critical section while | Tom Lane | 2005-10-28 |
* | Fix race condition in multixact code: it's possible to try to read a | Tom Lane | 2005-10-28 |
* | Make code for selecting default WAL sync method less confusing. | Tom Lane | 2005-10-22 |
* | Better solution to the problem of labeling whole-row Datums that are | Tom Lane | 2005-10-19 |
* | Ensure that the Datum generated from a whole-row Var contains valid | Tom Lane | 2005-10-19 |
* | A few trivial code cleanups motivated by reading warnings generated | Tom Lane | 2005-10-18 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED | Bruce Momjian | 2005-10-13 |
* | Back out this because of fear of changing error strings: | Bruce Momjian | 2005-10-13 |
* | This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED | Bruce Momjian | 2005-10-13 |
* | Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark | Tom Lane | 2005-10-12 |
* | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 |
* | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | pgindent new GIST index code, per request from Tom. | Bruce Momjian | 2005-09-22 |
* | Adjust GiST error messages to conform to message style guidelines. | Tom Lane | 2005-09-22 |