summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-07-07SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas
2011-07-07Reclassify replication-related GUC variables as "master" and "standby".Tom Lane
2011-07-06Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane
2011-07-06Add \ir command to psql.Robert Haas
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-04Remove missed reference to SilentMode.Tom Lane
2011-07-03Fix bugs in relpersistence handling during table creation.Robert Haas
2011-07-03Mark pg_stat_reset_shared as strictMagnus Hagander
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas
2011-06-28Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs
2011-06-28Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera
2011-06-28Modernise pg_hba.conf token processingAlvaro Herrera
2011-06-28Add a missing_ok argument to get_object_address().Robert Haas
2011-06-27Allow callers to pass a missing_ok flag when opening a relation.Robert Haas
2011-06-27Try again to make the visibility map crash safe.Robert Haas
2011-06-27Avoid having two copies of the HOT-chain search logic.Robert Haas
2011-06-22Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas
2011-06-22Make the visibility map crash-safe.Robert Haas
2011-06-22Add notion of a "transform function" that can simplify function calls.Robert Haas
2011-06-21Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas
2011-06-17Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.Andrew Dunstan
2011-06-17Define FLEXIBLE_ARRAY_MEMBER for MSVC.Andrew Dunstan
2011-06-16Start using flexible array membersPeter Eisentraut
2011-06-16pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas
2011-06-15Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane
2011-06-15The rolled-back flag on serializable xacts was pointless and redundant withHeikki Linnakangas
2011-06-15Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas
2011-06-14Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgrHeikki Linnakangas
2011-06-11Stamp HEAD as 9.2devel.Tom Lane
2011-06-10Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane
2011-06-10Fix locking while setting flags in MySerializableXact.Heikki Linnakangas
2011-06-10Use "transient" files for blind writes, take 2Alvaro Herrera
2011-06-10Small comment fixes and enhancements.Heikki Linnakangas
2011-06-09Tag 9.1beta2.REL9_1_BETA2Tom Lane
2011-06-09Revert "Use "transient" files for blind writes"Alvaro Herrera
2011-06-09Use "transient" files for blind writesAlvaro Herrera
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-08Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas
2011-06-03Fix failure to check whether a rowtype's component types are sortable.Tom Lane
2011-06-03SSI comment fixes and enhancements. Notably, document that the conflict-outHeikki Linnakangas
2011-06-02Looks like we can't declare getpeereid on Windows anyway.Tom Lane
2011-06-02Implement getpeereid() as a src/port compatibility function.Tom Lane
2011-05-31Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane
2011-05-30Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane
2011-05-30The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas
2011-05-23Improve hash_array() logic for combining hash values.Robert Haas
2011-05-23Install defenses against overflow in BuildTupleHashTable().Tom Lane
2011-05-21Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas
2011-05-13More cleanup of FOREIGN TABLE permissions handling.Robert Haas