| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move call to GetTopTransactionId() earlier in LockAcquire(), | Simon Riggs | 2010-11-29 | 2 | -16/+42 |
| * | Object access hook framework, with post-creation hook. | Robert Haas | 2010-11-25 | 1 | -0/+5 |
| * | Remove belt-and-suspenders guards against buffer pin leaks. | Robert Haas | 2010-11-25 | 2 | -19/+23 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 5 | -6/+6 |
| * | Add new buffers_backend_fsync field to pg_stat_bgwriter. | Robert Haas | 2010-11-15 | 1 | -0/+3 |
| * | Avoid spurious Hot Standby conflicts from btree delete records. | Simon Riggs | 2010-11-15 | 1 | -13/+5 |
| * | Move copydir() prototype into its own header file. | Robert Haas | 2010-11-12 | 1 | -0/+1 |
| * | Fix error handling in temp-file deletion with log_temp_files active. | Tom Lane | 2010-11-08 | 1 | -6/+33 |
| * | Improve messages for too many private files/dirs. Per Alexey Parshin. | Tom Lane | 2010-09-28 | 1 | -2/+4 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 48 | -48/+48 |
| * | Simplify Windows implementation of latches. There's no need to keep a | Heikki Linnakangas | 2010-09-15 | 1 | -4/+1 |
| * | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 | 2 | -2/+8 |
| * | Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao. | Tom Lane | 2010-08-30 | 1 | -4/+9 |
| * | Teach GetOldestXmin() about KnownAssignedXids during recovery. | Simon Riggs | 2010-08-30 | 1 | -1/+41 |
| * | Fix typo in comment. | Heikki Linnakangas | 2010-08-30 | 1 | -2/+2 |
| * | Marginal code cleanup for streaming replication. | Tom Lane | 2010-08-23 | 2 | -28/+8 |
| * | Remove the isLocalBuf argument from ReadBuffer_common. | Robert Haas | 2010-08-20 | 1 | -6/+6 |
| * | Bring some sanity to the trace_recovery_messages code and docs. | Tom Lane | 2010-08-19 | 1 | -3/+3 |
| * | Allocate local buffers in a context of their own, rather than dumping them | Tom Lane | 2010-08-19 | 1 | -3/+16 |
| * | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 1 | -2/+1 |
| * | Tidy up a few calls to smrgextend(). | Robert Haas | 2010-08-19 | 1 | -2/+2 |
| * | Make LockDatabaseObject() AcceptInvalidationMessages(). | Robert Haas | 2010-08-16 | 1 | -1/+4 |
| * | Further dtrace adjustments for the backend-IDs-in-relpath patch. | Robert Haas | 2010-08-14 | 1 | -5/+3 |
| * | Fix assorted dtrace breakage caused by patch to include backend IDs | Robert Haas | 2010-08-13 | 1 | -21/+23 |
| * | Include the backend ID in the relpath of temporary relations. | Robert Haas | 2010-08-13 | 6 | -124/+280 |
| * | Correct sundry errors in Hot Standby-related comments. | Robert Haas | 2010-08-12 | 2 | -14/+14 |
| * | Make log_temp_files based on kB, and revert docs & comments to match. | Robert Haas | 2010-07-06 | 1 | -2/+2 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 6 | -208/+219 |
| * | Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible | Tom Lane | 2010-07-03 | 1 | -2/+10 |
| * | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 | 2 | -67/+88 |
| * | Move copydir.c from src/port to src/backend/storage/file | Robert Haas | 2010-07-02 | 2 | -2/+274 |
| * | Remove max_standby_delay message from ps display of recovery process | Itagaki Takahiro | 2010-06-14 | 1 | -5/+3 |
| * | HS Defer buffer pin deadlock check until deadlock_timeout has expired. | Simon Riggs | 2010-05-26 | 2 | -50/+104 |
| * | Add many new Asserts in code and fix simple bug that slipped through | Simon Riggs | 2010-05-14 | 2 | -7/+22 |
| * | Cleanup initialization of Hot Standby. Clarify working with reanalysis | Simon Riggs | 2010-05-13 | 2 | -101/+219 |
| * | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane | 2010-05-02 | 1 | -71/+41 |
| * | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane | 2010-04-29 | 1 | -4/+8 |
| * | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane | 2010-04-28 | 4 | -54/+55 |
| * | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 | 1 | -2/+2 |
| * | Replace the KnownAssignedXids hash table with a sorted-array data structure, | Tom Lane | 2010-04-28 | 1 | -320/+757 |
| * | Fix various instances of "the the". | Robert Haas | 2010-04-23 | 1 | -2/+2 |
| * | Optimise btree delete processing when no active backends. | Simon Riggs | 2010-04-22 | 2 | -5/+6 |
| * | Relax locking during GetCurrentVirtualXIDs(). Earlier improvements | Simon Riggs | 2010-04-21 | 2 | -63/+40 |
| * | Check RecoveryInProgress() while holding ProcArrayLock during snapshots. | Simon Riggs | 2010-04-19 | 1 | -4/+9 |
| * | Tune GetSnapshotData() during Hot Standby by avoiding loop | Simon Riggs | 2010-04-18 | 1 | -69/+70 |
| * | Change some debug ereports to elogs, as requested by translation team. | Simon Riggs | 2010-04-06 | 2 | -17/+14 |
| * | Message tuning | Peter Eisentraut | 2010-03-21 | 1 | -2/+2 |
| * | Clear error_context_stack and debug_query_string at the beginning of proc_exit, | Tom Lane | 2010-03-20 | 1 | -1/+15 |
| * | Fix bug in KnownAssignedXidsMany(). I saw this when looking at the | Heikki Linnakangas | 2010-03-11 | 1 | -2/+3 |
| * | Fix comment which was apparently copy-pasted from another function. | Heikki Linnakangas | 2010-03-11 | 1 | -3/+5 |