aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Small comment fixes and enhancements.Heikki Linnakangas2011-06-10
* Tag 9.1beta2.REL9_1_BETA2Tom Lane2011-06-09
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-09
* Use "transient" files for blind writesAlvaro Herrera2011-06-09
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-08
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-03
* SSI comment fixes and enhancements. Notably, document that the conflict-outHeikki Linnakangas2011-06-03
* Looks like we can't declare getpeereid on Windows anyway.Tom Lane2011-06-02
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-30
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-30
* Improve hash_array() logic for combining hash values.Robert Haas2011-05-23
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-23
* Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas2011-05-21
* More cleanup of FOREIGN TABLE permissions handling.Robert Haas2011-05-13
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Tag 9.1beta1.REL9_1_BETA1Tom Lane2011-04-27
* Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan2011-04-27
* Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan2011-04-27
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* Improve cost estimation for aggregates and window functions.Tom Lane2011-04-24
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-22
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-19
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Simplify reindex_relation's API.Tom Lane2011-04-16
* Clean up collation processing in prepunion.c.Tom Lane2011-04-16
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane2011-04-11
* Teach pattern_fixed_prefix() about collations.Tom Lane2011-04-11