| Commit message (Expand) | Author | Age |
* | Add missing includes after pgrminclude run. | Bruce Momjian | 2011-08-26 |
* | Fix comment about which version had BACKUP METHOD line in backup_lable, again. | Heikki Linnakangas | 2011-08-17 |
* | Revise sinval code to remove no-longer-used tuple TID from inval messages. | Tom Lane | 2011-08-16 |
* | Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. | Tom Lane | 2011-08-16 |
* | Fix race condition in relcache init file invalidation. | Tom Lane | 2011-08-16 |
* | Fix bogus comment that claimed that the new BACKUP METHOD line in | Heikki Linnakangas | 2011-08-16 |
* | Change the autovacuum launcher to use WaitLatch instead of a poll loop. | Tom Lane | 2011-08-10 |
* | If backup-end record is not seen, and we reach end of recovery from a | Heikki Linnakangas | 2011-08-10 |
* | Measure WaitLatch's timeout parameter in milliseconds, not microseconds. | Tom Lane | 2011-08-09 |
* | Change the way string relopts are allocated. | Heikki Linnakangas | 2011-08-09 |
* | Allow per-column foreign data wrapper options. | Robert Haas | 2011-08-05 |
* | Remove O(N^2) performance issue with multiple SAVEPOINTs. | Simon Riggs | 2011-07-19 |
* | Cascading replication feature for streaming log-based replication. | Simon Riggs | 2011-07-19 |
* | Change the way the offset of downlink is stored in GISTInsertStack. | Heikki Linnakangas | 2011-07-15 |
* | Fix two ancient bugs in GiST code to re-find a parent after page split: | Heikki Linnakangas | 2011-07-15 |
* | Try to acquire relation locks in RangeVarGetRelid. | Robert Haas | 2011-07-08 |
* | Introduce a pipe between postmaster and each backend, which can be used to | Heikki Linnakangas | 2011-07-08 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | Enable CHECK constraints to be declared NOT VALID | Alvaro Herrera | 2011-06-30 |
* | Restore correct btree preprocessing of "indexedcol IS NULL" conditions. | Tom Lane | 2011-06-29 |
* | Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's | Heikki Linnakangas | 2011-06-29 |
* | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-06-29 |
* | Introduce compact WAL record for the common case of commit (non-DDL). | Simon Riggs | 2011-06-28 |
* | Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. | Simon Riggs | 2011-06-27 |
* | Allow callers to pass a missing_ok flag when opening a relation. | Robert Haas | 2011-06-27 |
* | Try again to make the visibility map crash safe. | Robert Haas | 2011-06-27 |
* | Avoid having two copies of the HOT-chain search logic. | Robert Haas | 2011-06-27 |
* | Make the visibility map crash-safe. | Robert Haas | 2011-06-21 |
* | Message style and spelling improvements | Peter Eisentraut | 2011-06-22 |
* | pgindent run of recent SSI changes. Also, remove an unnecessary #include. | Heikki Linnakangas | 2011-06-16 |
* | Respect Hot Standby controls while recycling btree index pages. | Simon Riggs | 2011-06-16 |
* | Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC | Heikki Linnakangas | 2011-06-15 |
* | Oops, forgot to change the order of entries in 2PC callback arrays when I | Heikki Linnakangas | 2011-06-14 |
* | Work around gcc 4.6.0 bug that breaks WAL replay. | Tom Lane | 2011-06-10 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Protect GIST logic that assumes penalty values can't be negative. | Tom Lane | 2011-05-31 |
* | The row-version chaining in Serializable Snapshot Isolation was still wrong. | Heikki Linnakangas | 2011-05-30 |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Fix assorted typos | Alvaro Herrera | 2011-05-12 |
* | Shut down WAL receiver if it's still running at end of recovery. We used to | Heikki Linnakangas | 2011-05-11 |
* | Move RegisterPredicateLockingXid() call to a safer place. | Tom Lane | 2011-05-06 |
* | Fix SSI-related assertion failure. | Robert Haas | 2011-04-25 |
* | Hash indexes had better pass the index collation to support functions, too. | Tom Lane | 2011-04-23 |
* | Make GIN and GIST pass the index collation to all their support functions. | Tom Lane | 2011-04-22 |
* | Make a code-cleanup pass over the collations patch. | Tom Lane | 2011-04-22 |
* | recoveryStopsHere() must check the resource manager ID. | Robert Haas | 2011-04-18 |
* | Add an Assert that indexam.c isn't used on an index awaiting reindexing. | Tom Lane | 2011-04-16 |
* | Revert the patch to check if we've reached end-of-backup also when doing | Heikki Linnakangas | 2011-04-13 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |