Age | Commit message (Expand) | Author |
2009-10-02 | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane |
2009-09-18 | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev |
2009-09-15 | Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. | Tom Lane |
2009-09-13 | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas |
2009-09-10 | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas |
2009-09-01 | Force VACUUM to recalculate oldestXmin even when we haven't changed our | Tom Lane |
2009-09-01 | Actually, we need to bump the format identifier on twophase files | Tom Lane |
2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
2009-08-31 | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane |
2009-08-27 | 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-24 | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane |
2009-08-17 | Department of marginal improvements: teach tupconvert.c to avoid doing a | Tom Lane |
2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
2009-08-08 | Document that LocalSetXLogInsertAllowed can be re-executed. | Tom Lane |
2009-08-07 | rm_cleanup functions need to be allowed to write WAL entries. This oversight | Tom Lane |
2009-08-06 | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane |
2009-08-02 | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane |
2009-08-01 | Department of second thoughts: let's show the exact key during unique index | Tom Lane |
2009-08-01 | Improve unique-constraint-violation error messages to include the exact | Tom Lane |
2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
2009-07-22 | Tweak TOAST code so that columns marked with MAIN storage strategy are | Tom Lane |
2009-07-16 | Make backend header files C++ safe | Peter Eisentraut |
2009-06-26 | Cleanup and code review for the patch that made bgwriter active during | Tom Lane |
2009-06-25 | 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-24 | Correct grammar in picksplit debug messages | Peter Eisentraut |
2009-06-18 | Fix a few errors in comments. Patch by Fujii Masao, plus the one in | Heikki Linnakangas |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-06-10 | 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-06 | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane |
2009-06-06 | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane |
2009-06-02 | Only recycle normal files in pg_xlog as WAL segments. pg_standby creates | Heikki Linnakangas |
2009-05-28 | When archiving is enabled, rotate the last WAL segment at shutdown so that | Heikki Linnakangas |
2009-05-24 | Use more-portable coding for the check on handing out the last available | Tom Lane |
2009-05-19 | Fix bug #4814 (wrong subscript in consistent-function call), and add some | Tom Lane |
2009-05-15 | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane |
2009-05-14 | Include recovery_end_command in recovery.conf.sample. | Tom Lane |
2009-05-14 | Improve a couple of comments. | Tom Lane |
2009-05-14 | Add recovery_end_command option to recovery.conf. recovery_end_command | Heikki Linnakangas |
2009-05-13 | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane |
2009-05-12 | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane |
2009-05-07 | Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise | Heikki Linnakangas |
2009-05-05 | Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the | Tom Lane |
2009-05-05 | Update comment for _bt_relandgetbuf. | Tom Lane |
2009-04-23 | Change the default value of max_prepared_transactions to zero, and add | Tom Lane |
2009-04-22 | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas |
2009-04-07 | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane |
2009-04-06 | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev |