aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-02-01
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-12
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-07
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-12
* Stamp 9.1.2.REL9_1_2Tom Lane2011-12-01
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-27
* Fix server header file installation with vpath buildsPeter Eisentraut2011-11-10
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-08
* Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas2011-11-08
* Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane2011-11-03
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-02
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Don't trust deferred-unique indexes for join removal.Tom Lane2011-10-23
* Revert accidental change to pg_config_manual.h.Robert Haas2011-10-09
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Stamp 9.1.1.REL9_1_1Tom Lane2011-09-22
* Stamp 9.1.0.REL9_1_0Tom Lane2011-09-08
* Fix #include problems in 9.1 branch.Tom Lane2011-09-04
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas2011-09-01
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Tag 9.1rc1.REL9_1_RC1Tom Lane2011-08-18
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Back-patch assorted latch-related fixes.Tom Lane2011-08-10
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* 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
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Tag 9.1beta3.REL9_1_BETA3Tom Lane2011-07-07
* 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
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-22
* Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas2011-06-21
* pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas2011-06-16
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* The rolled-back flag on serializable xacts was pointless and redundant withHeikki Linnakangas2011-06-15
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-15
* Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgrHeikki Linnakangas2011-06-14
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Fix locking while setting flags in MySerializableXact.Heikki Linnakangas2011-06-10
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-10