| Commit message (Expand) | Author | Age |
* | Fix two ancient bugs in GiST code to re-find a parent after page split: | Heikki Linnakangas | 2011-07-15 |
* | Work around gcc 4.6.0 bug that breaks WAL replay. | Tom Lane | 2011-06-10 |
* | Protect GIST logic that assumes penalty values can't be negative. | Tom Lane | 2011-05-31 |
* | Lobotomize typmod check in convert_tuples_by_position, back branches only. | Tom Lane | 2011-05-23 |
* | Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch. | Tom Lane | 2011-04-07 |
* | The GiST scan algorithm uses LSNs to detect concurrent pages splits, but | Heikki Linnakangas | 2010-11-16 |
* | Fix bug introduced by the recent patch to check that the checkpoint redo | Heikki Linnakangas | 2010-11-11 |
* | In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple | Heikki Linnakangas | 2010-11-09 |
* | Before removing backup_label and irrevocably changing pg_control file, check | Heikki Linnakangas | 2010-10-26 |
* | Fix assorted bugs in GIN's WAL replay logic. | Tom Lane | 2010-10-11 |
* | Reduce PANIC to ERROR in some occasionally-reported btree failure cases. | Tom Lane | 2010-08-29 |
* | Fix an additional set of problems in GIN's handling of lossy page pointers. | Tom Lane | 2010-08-01 |
* | Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() | Tom Lane | 2010-07-31 |
* | Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. | Robert Haas | 2010-07-29 |
* | Avoid deep recursion when assigning XIDs to multiple levels of subxacts. | Robert Haas | 2010-07-23 |
* | Make the walwriter close it's handle to an old xlog segment if it's no longer | Magnus Hagander | 2010-06-09 |
* | Ensure default-only storage parameters for TOAST relations | Itagaki Takahiro | 2010-06-07 |
* | Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum | Tom Lane | 2010-05-02 |
* | Fix bug in %r handling in recovery_end_command, it always came out as 0 | Heikki Linnakangas | 2010-03-18 |
* | Add missing reset of need_initialization in reloptions code. | Tom Lane | 2010-03-11 |
* | Fix STOP WAL LOCATION in backup history files no to return the next | Itagaki Takahiro | 2010-02-19 |
* | Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry | Heikki Linnakangas | 2010-02-09 |
* | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 2010-01-24 |
* | Fix incorrect comparison of scan key in GIN. Per report from | Teodor Sigaev | 2010-01-18 |
* | Reset minRecoveryPoint at checkpoints, so that we don't uselessly update | Heikki Linnakangas | 2009-12-30 |
* | Fix wrong WAL info value generated when gistContinueInsert() performs an | Tom Lane | 2009-12-24 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas | 2009-11-23 |
* | Fix multicolumn GIN's wrong results with fastupdate enabled. | Teodor Sigaev | 2009-11-13 |
* | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane | 2009-11-01 |
* | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane | 2009-11-01 |
* | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane | 2009-10-02 |
* | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev | 2009-09-18 |
* | Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. | Tom Lane | 2009-09-15 |
* | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas | 2009-09-13 |
* | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas | 2009-09-10 |
* | Fix handling of autovacuum reloptions. | Alvaro Herrera | 2009-08-27 |
* | In the checkpoint written at the end of archive recovery, the WAL page header | Heikki Linnakangas | 2009-08-27 |
* | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 |
* | Document that LocalSetXLogInsertAllowed can be re-executed. | Tom Lane | 2009-08-08 |
* | rm_cleanup functions need to be allowed to write WAL entries. This oversight | Tom Lane | 2009-08-07 |
* | Cleanup and code review for the patch that made bgwriter active during | Tom Lane | 2009-06-26 |
* | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas | 2009-06-25 |
* | The code to unlink dropped relations in FinishPreparedTransaction() was | Heikki Linnakangas | 2009-06-25 |
* | Correct grammar in picksplit debug messages | Peter Eisentraut | 2009-06-24 |
* | Fix a few errors in comments. Patch by Fujii Masao, plus the one in | Heikki Linnakangas | 2009-06-18 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve capitalization and punctuation in recently added GiST message. | Peter Eisentraut | 2009-06-10 |
* | Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan | Tom Lane | 2009-06-10 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |