summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Use a non-locking test in TAS_SPIN() on all IA64 platforms.Tom Lane2011-08-291-6/+22
* Improve spinlock performance for HP-UX, ia64, non-gcc.Robert Haas2011-08-291-11/+24
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-275-2/+5
* Add markers.Bruce Momjian2011-08-261-1/+1
* Add markers for skips.Bruce Momjian2011-08-261-1/+1
* Improve comments describing tsvector data structure.Tom Lane2011-08-261-25/+27
* Add missing include so include file compiles cleanly on its own.Bruce Momjian2011-08-221-0/+1
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-211-1/+2
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-164-25/+19
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-161-1/+2
* Make USECS_PER_* timestamp macros visible even when we are not usingBruce Momjian2011-08-121-2/+0
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-101-1/+0
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-102-3/+4
* Oops, we're working on version 9.2 already, not 9.1. Update theHeikki Linnakangas2011-08-101-1/+1
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-101-1/+8
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-091-4/+66
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-091-1/+1
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-092-2/+4
* Correct the lie in pg_config.h.win32 about having inttypes.h.Andrew Dunstan2011-08-081-2/+2
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-063-14/+11
* Allow per-column foreign data wrapper options.Robert Haas2011-08-054-3/+9
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-044-6/+8
* Make pgbench use erand48() rather than random().Robert Haas2011-08-033-10/+4
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-021-1/+1
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-021-1/+1
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-231-1/+2
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-204-1/+46
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-202-15/+34
* Introduce sending servers as new category for replication paramsSimon Riggs2011-07-191-0/+1
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-192-2/+9
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-186-2/+12
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-183-11/+39
* Add pg_opfamily_is_visible.Robert Haas2011-07-172-1/+3
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-172-0/+3
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-161-0/+6
* Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas2011-07-151-7/+2
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-123-5/+13
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-084-3/+9
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-081-1/+2
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-083-4/+19
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-071-2/+19
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-071-2/+3
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-061-2/+10
* Add \ir command to psql.Robert Haas2011-07-061-0/+1
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-043-55/+76
* Remove missed reference to SilentMode.Tom Lane2011-07-041-1/+0
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-031-0/+1
* Mark pg_stat_reset_shared as strictMagnus Hagander2011-07-032-2/+2
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-304-0/+6
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-291-1/+0