aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Improve comments describing tsvector data structure.Tom Lane2011-08-26
* Add missing include so include file compiles cleanly on its own.Bruce Momjian2011-08-22
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Make USECS_PER_* timestamp macros visible even when we are not usingBruce Momjian2011-08-12
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-10
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Oops, we're working on version 9.2 already, not 9.1. Update theHeikki Linnakangas2011-08-10
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-10
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-09
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Correct the lie in pg_config.h.win32 about having inttypes.h.Andrew Dunstan2011-08-08
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-04
* Make pgbench use erand48() rather than random().Robert Haas2011-08-03
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-02
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-23
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-20
* Introduce sending servers as new category for replication paramsSimon Riggs2011-07-19
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-19
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-18
* Add pg_opfamily_is_visible.Robert Haas2011-07-17
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-17
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16
* Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas2011-07-15
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-07
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Add \ir command to psql.Robert Haas2011-07-06
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Remove missed reference to SilentMode.Tom Lane2011-07-04
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Mark pg_stat_reset_shared as strictMagnus Hagander2011-07-03
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera2011-06-28
* Modernise pg_hba.conf token processingAlvaro Herrera2011-06-28
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-27
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-27