| Commit message (Expand) | Author | Age |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 |
* | Improve a number of elog messages for not-supposed-to-happen cases in btrees, | Tom Lane | 2007-12-31 |
* | - Add check of already changed page while replay WAL. This touches only | Teodor Sigaev | 2007-10-29 |
* | Fix coredump during replay WAL after crash. Change entrySplitPage() to prevent | Teodor Sigaev | 2007-10-29 |
* | 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 |
* | Move call of MarkBufferDirty() before XLogInsert() as required. | Teodor Sigaev | 2007-06-05 |
* | Fix bundle bugs of GIN: | Teodor Sigaev | 2007-06-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 |
* | Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLock | Tom Lane | 2007-03-30 |
* | Disallow committing a prepared transaction unless we are in the same database | Tom Lane | 2007-02-13 |
* | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane | 2007-02-04 |
* | Correct an old logic error in btree page splitting: when considering a split | Tom Lane | 2007-01-27 |
* | Fix oversight in handling of row-comparison index keys: if the row comparison | Tom Lane | 2007-01-07 |
* | Minor adjustments to make failures in startup/shutdown behave more cleanly. | Tom Lane | 2006-11-30 |
* | Fix bug with page deletion. If inner page is removed and it tries to | Teodor Sigaev | 2006-11-30 |
* | Add a comment noting that heap_copytuple_with_tuple() results in a | Neil Conway | 2006-11-23 |
* | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 |
* | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 |
* | 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 |
* | String fix | Peter Eisentraut | 2006-11-16 |
* | Fix some typos in comments. | Neil Conway | 2006-11-12 |
* | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 |
* | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 |
* | Change Windows rename and unlink substitutes so that they time out after | Tom Lane | 2006-11-08 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 |
* | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane | 2006-10-18 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane | 2006-10-05 |
* | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Make some sentences consistent with similar ones. | Bruce Momjian | 2006-10-03 |
* | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera | 2006-09-26 |
* | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 |
* | Improve error message. Per discussion | Teodor Sigaev | 2006-09-14 |
* | Remove unnecessary brace pair. | Bruce Momjian | 2006-09-10 |
* | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 |
* | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 |
* | Fix Intel compiler bug. Per discussion | Teodor Sigaev | 2006-09-05 |
* | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 |
* | Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table | Teodor Sigaev | 2006-08-29 |
* | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Optimize the case where a btree indexscan has current and mark positions | Tom Lane | 2006-08-24 |