| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a non-locking test in TAS_SPIN() on all IA64 platforms. | Tom Lane | 2011-08-29 | 1 | -6/+22 |
* | Improve spinlock performance for HP-UX, ia64, non-gcc. | Robert Haas | 2011-08-29 | 1 | -11/+24 |
* | Allow more include files to be compiled in their own by adding missing | Bruce Momjian | 2011-08-27 | 5 | -2/+5 |
* | Add markers. | Bruce Momjian | 2011-08-26 | 1 | -1/+1 |
* | Add markers for skips. | Bruce Momjian | 2011-08-26 | 1 | -1/+1 |
* | Improve comments describing tsvector data structure. | Tom Lane | 2011-08-26 | 1 | -25/+27 |
* | Add missing include so include file compiles cleanly on its own. | Bruce Momjian | 2011-08-22 | 1 | -0/+1 |
* | Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. | Tom Lane | 2011-08-21 | 1 | -1/+2 |
* | Revise sinval code to remove no-longer-used tuple TID from inval messages. | Tom Lane | 2011-08-16 | 4 | -25/+19 |
* | Fix race condition in relcache init file invalidation. | Tom Lane | 2011-08-16 | 1 | -1/+2 |
* | Make USECS_PER_* timestamp macros visible even when we are not using | Bruce Momjian | 2011-08-12 | 1 | -2/+0 |
* | Remove wal_sender_delay GUC, because it's no longer useful. | Tom Lane | 2011-08-10 | 1 | -1/+0 |
* | Change the autovacuum launcher to use WaitLatch instead of a poll loop. | Tom Lane | 2011-08-10 | 2 | -3/+4 |
* | Oops, we're working on version 9.2 already, not 9.1. Update the | Heikki Linnakangas | 2011-08-10 | 1 | -1/+1 |
* | If backup-end record is not seen, and we reach end of recovery from a | Heikki Linnakangas | 2011-08-10 | 1 | -1/+8 |
* | Documentation improvement and minor code cleanups for the latch facility. | Tom Lane | 2011-08-09 | 1 | -4/+66 |
* | Change the way string relopts are allocated. | Heikki Linnakangas | 2011-08-09 | 1 | -1/+1 |
* | Fix nested PlaceHolderVar expressions that appear only in targetlists. | Tom Lane | 2011-08-09 | 2 | -2/+4 |
* | Correct the lie in pg_config.h.win32 about having inttypes.h. | Andrew Dunstan | 2011-08-08 | 1 | -2/+2 |
* | Clean up ill-advised attempt to invent a private set of Node tags. | Tom Lane | 2011-08-06 | 3 | -14/+11 |
* | Allow per-column foreign data wrapper options. | Robert Haas | 2011-08-05 | 4 | -3/+9 |
* | Create VXID locks "lazily" in the main lock table. | Robert Haas | 2011-08-04 | 4 | -6/+8 |
* | Make pgbench use erand48() rather than random(). | Robert Haas | 2011-08-03 | 3 | -10/+4 |
* | Move CheckRecoveryConflictDeadlock() call to a safer place. | Tom Lane | 2011-08-02 | 1 | -1/+1 |
* | Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. | Tom Lane | 2011-08-02 | 1 | -1/+1 |
* | Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. | Tom Lane | 2011-07-23 | 1 | -1/+2 |
* | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas | 2011-07-20 | 4 | -1/+46 |
* | Rewrite libxml error handling to be more robust. | Tom Lane | 2011-07-20 | 2 | -15/+34 |
* | Introduce sending servers as new category for replication params | Simon Riggs | 2011-07-19 | 1 | -0/+1 |
* | Cascading replication feature for streaming log-based replication. | Simon Riggs | 2011-07-19 | 2 | -2/+9 |
* | Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. | Robert Haas | 2011-07-18 | 6 | -2/+12 |
* | Create a "fast path" for acquiring weak relation locks. | Robert Haas | 2011-07-18 | 3 | -11/+39 |
* | Add pg_opfamily_is_visible. | Robert Haas | 2011-07-17 | 2 | -1/+3 |
* | Add temp_file_limit GUC parameter to constrain temporary file space usage. | Tom Lane | 2011-07-17 | 2 | -0/+3 |
* | Add an errdetail_internal() ereport auxiliary routine. | Tom Lane | 2011-07-16 | 1 | -0/+6 |
* | Change the way the offset of downlink is stored in GISTInsertStack. | Heikki Linnakangas | 2011-07-15 | 1 | -7/+2 |
* | Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. | Tom Lane | 2011-07-12 | 3 | -5/+13 |
* | Try to acquire relation locks in RangeVarGetRelid. | Robert Haas | 2011-07-08 | 4 | -3/+9 |
* | Fix another oversight in logging of changes in postgresql.conf settings. | Tom Lane | 2011-07-08 | 1 | -1/+2 |
* | Introduce a pipe between postmaster and each backend, which can be used to | Heikki Linnakangas | 2011-07-08 | 3 | -4/+19 |
* | SSI has a race condition, where the order of commit sequence numbers of | Heikki Linnakangas | 2011-07-07 | 1 | -2/+19 |
* | Reclassify replication-related GUC variables as "master" and "standby". | Tom Lane | 2011-07-07 | 1 | -2/+3 |
* | Remove assumptions that not-equals operators cannot be in any opclass. | Tom Lane | 2011-07-06 | 1 | -2/+10 |
* | Add \ir command to psql. | Robert Haas | 2011-07-06 | 1 | -0/+1 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 | 3 | -55/+76 |
* | Remove missed reference to SilentMode. | Tom Lane | 2011-07-04 | 1 | -1/+0 |
* | Fix bugs in relpersistence handling during table creation. | Robert Haas | 2011-07-03 | 1 | -0/+1 |
* | Mark pg_stat_reset_shared as strict | Magnus Hagander | 2011-07-03 | 2 | -2/+2 |
* | Enable CHECK constraints to be declared NOT VALID | Alvaro Herrera | 2011-06-30 | 4 | -0/+6 |
* | Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's | Heikki Linnakangas | 2011-06-29 | 1 | -1/+0 |