summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Fix #include problems in 9.1 branch.Tom Lane2011-09-042-1/+1
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-011-1/+12
* Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas2011-09-011-9/+10
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-211-1/+7
* Tag 9.1rc1.REL9_1_RC1Tom Lane2011-08-181-3/+3
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-161-1/+2
* Back-patch assorted latch-related fixes.Tom Lane2011-08-102-3/+4
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-091-4/+65
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-092-2/+4
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-063-14/+11
* 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
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-161-0/+6
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-123-5/+13
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-081-1/+2
* Tag 9.1beta3.REL9_1_BETA3Tom Lane2011-07-071-3/+3
* 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
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-031-0/+1
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-291-1/+0
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-221-13/+13
* Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas2011-06-211-10/+11
* pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas2011-06-162-6/+6
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-151-6/+6
* The rolled-back flag on serializable xacts was pointless and redundant withHeikki Linnakangas2011-06-151-6/+5
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-151-4/+5
* Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgrHeikki Linnakangas2011-06-141-4/+4
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-101-6/+6
* Fix locking while setting flags in MySerializableXact.Heikki Linnakangas2011-06-101-8/+7
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-102-0/+3
* Small comment fixes and enhancements.Heikki Linnakangas2011-06-101-1/+2
* Tag 9.1beta2.REL9_1_BETA2Tom Lane2011-06-091-3/+3
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-092-3/+0
* Use "transient" files for blind writesAlvaro Herrera2011-06-092-0/+3
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-095-67/+67
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-082-4/+4
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-032-3/+11
* SSI comment fixes and enhancements. Notably, document that the conflict-outHeikki Linnakangas2011-06-031-0/+5
* Looks like we can't declare getpeereid on Windows anyway.Tom Lane2011-06-021-1/+1
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-021-0/+4
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-312-12/+6
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-302-6/+8
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-301-1/+0
* Improve hash_array() logic for combining hash values.Robert Haas2011-05-231-1/+1
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-231-1/+1
* Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas2011-05-211-0/+1
* More cleanup of FOREIGN TABLE permissions handling.Robert Haas2011-05-131-1/+1
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-111-1/+2