| Commit message (Expand) | Author | Age |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | 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 |
* | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane | 2009-06-06 |
* | Only recycle normal files in pg_xlog as WAL segments. pg_standby creates | Heikki Linnakangas | 2009-06-02 |
* | When archiving is enabled, rotate the last WAL segment at shutdown so that | Heikki Linnakangas | 2009-05-28 |
* | Use more-portable coding for the check on handing out the last available | Tom Lane | 2009-05-24 |
* | Fix bug #4814 (wrong subscript in consistent-function call), and add some | Tom Lane | 2009-05-19 |
* | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane | 2009-05-15 |
* | 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-14 |
* | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane | 2009-05-13 |
* | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane | 2009-05-12 |
* | Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise | Heikki Linnakangas | 2009-05-07 |
* | 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-05-05 |
* | Change the default value of max_prepared_transactions to zero, and add | Tom Lane | 2009-04-23 |
* | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas | 2009-04-22 |
* | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane | 2009-04-07 |
* | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev | 2009-04-06 |
* | Fix infinite loop while checking of partial match in pending list. | Teodor Sigaev | 2009-04-05 |
* | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 |
* | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera | 2009-04-04 |
* | Revert DTrace patch from Robert Lor | Bruce Momjian | 2009-04-02 |
* | Add support for additional DTrace probes. | Bruce Momjian | 2009-04-02 |
* | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 |
* | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane | 2009-03-24 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane | 2009-03-23 |
* | Code review for dtrace probes added (so far) to 8.4. Adjust placement of | Tom Lane | 2009-03-11 |
* | Reload config file in startup process on SIGHUP. | Heikki Linnakangas | 2009-03-04 |
* | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane | 2009-02-28 |
* | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas | 2009-02-23 |
* | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 |
* | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane | 2009-02-09 |
* | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 |
* | Fix obsolete comment. Zdenek Kotala | Heikki Linnakangas | 2009-02-07 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera | 2009-01-26 |
* | Put back fast-path for the case that there's no backup blocks in | Heikki Linnakangas | 2009-01-23 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |