| Commit message (Expand) | Author | Age |
* | Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's | Heikki Linnakangas | 2011-06-29 |
* | Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr | Heikki Linnakangas | 2011-06-14 |
* | Work around gcc 4.6.0 bug that breaks WAL replay. | Tom Lane | 2011-06-10 |
* | Make GIN and GIST pass the index collation to all their support functions. | Tom Lane | 2011-04-22 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Avoid assuming there will be only 3 states for synchronous_commit. | Simon Riggs | 2011-04-04 |
* | Merge synchronous_replication setting into synchronous_commit. | Robert Haas | 2011-04-04 |
* | Clean up cruft around collation initialization for tupdescs and scankeys. | Tom Lane | 2011-03-26 |
* | Update C comment about O_DIRECT and fsync(). | Bruce Momjian | 2011-03-11 |
* | Hot Standby feedback for avoidance of cleanup conflicts on standby. | Simon Riggs | 2011-02-16 |
* | pg_ctl promote | Robert Haas | 2011-02-15 |
* | Send status updates back from standby server to master, indicating how far | Heikki Linnakangas | 2011-02-10 |
* | Implement NOWAIT option for BASE_BACKUP command | Magnus Hagander | 2011-02-09 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Named restore points in recovery. Users can record named points, then | Simon Riggs | 2011-02-08 |
* | Basic Recovery Control functions for use in Hot Standby. Pause, Resume, | Simon Riggs | 2011-02-08 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Support multiple concurrent pg_basebackup backups. | Heikki Linnakangas | 2011-01-31 |
* | Split pg_start_backup() and pg_stop_backup() into two pieces | Magnus Hagander | 2011-01-09 |
* | Refactor GIN's handling of duplicate search entries. | Tom Lane | 2011-01-08 |
* | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane | 2011-01-07 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support RIGHT and FULL OUTER JOIN in hash joins. | Tom Lane | 2010-12-30 |
* | Avoid unnecessary public struct declaration in slru.h | Alvaro Herrera | 2010-12-30 |
* | Bump XLOG_PAGE_MAGIC. | Robert Haas | 2010-12-29 |
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
* | Rewrite the GiST insertion logic so that we don't need the post-recovery | Heikki Linnakangas | 2010-12-23 |
* | Instrument checkpoint sync calls. | Robert Haas | 2010-12-14 |
* | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane | 2010-12-08 |
* | Update comment to match later code changes. | Tom Lane | 2010-12-04 |
* | KNNGIST, otherwise known as order-by-operator support for GIST. | Tom Lane | 2010-12-03 |
* | Create core infrastructure for KNNGIST. | Tom Lane | 2010-12-02 |
* | The GiST scan algorithm uses LSNs to detect concurrent pages splits, but | Heikki Linnakangas | 2010-11-16 |
* | Add monitoring function pg_last_xact_replay_timestamp. | Robert Haas | 2010-11-09 |
* | Fix a passel of inappropriately-named global functions in GIN. | Tom Lane | 2010-10-17 |
* | Improve GIN indexscan cost estimation. | Tom Lane | 2010-10-17 |
* | Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. | Tom Lane | 2010-10-07 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Use a latch to make startup process wake up and replay immediately when | Heikki Linnakangas | 2010-09-15 |
* | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway | 2010-09-11 |
* | Include the backend ID in the relpath of temporary relations. | Robert Haas | 2010-08-13 |
* | Correct sundry errors in Hot Standby-related comments. | Robert Haas | 2010-08-12 |
* | Fix an additional set of problems in GIN's handling of lossy page pointers. | Tom Lane | 2010-08-01 |
* | Rewrite the rbtree routines so that an RBNode is the first field of the | Tom Lane | 2010-08-01 |
* | Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() | Tom Lane | 2010-07-31 |
* | Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0. | Simon Riggs | 2010-07-29 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 |
* | Don't allow walsender to send WAL data until it's been safely fsync'd on the | Tom Lane | 2010-06-17 |