aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/predicate.c
Commit message (Expand)AuthorAge
* Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner2015-10-31
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix misc typos in comments.Heikki Linnakangas2014-04-09
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix bugs in SSI tuple locking.Heikki Linnakangas2013-10-08
* Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner2013-10-07
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-22
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add a materialized view relations.Kevin Grittner2013-03-03
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane2012-08-24
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Correctly detect SSI conflicts of prepared transactions after crash.Heikki Linnakangas2012-02-29
* Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas2012-01-18
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Allow snapshot references to still work during transaction abort.Tom Lane2011-09-26
* Add "Reason code" prefix to internal SSI error messagesPeter Eisentraut2011-08-15
* Minor message style adjustmentPeter Eisentraut2011-07-27
* Use errdetail_internal() for SSI transaction cancellation details.Tom Lane2011-07-16
* Fix one overflow and one signedness error, caused by the patch to calculateHeikki Linnakangas2011-07-08
* There's a small window wherein a transaction is committed but not yetHeikki Linnakangas2011-07-08
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-07
* Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas2011-07-07
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-07
* Message style tweaksPeter Eisentraut2011-07-05
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Undo overly enthusiastic de-const-ification.Tom Lane2011-06-22
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-22
* Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas2011-06-21
* 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
* 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
* Remove now-unnecessary casts.Heikki Linnakangas2011-06-12
* Fix locking while setting flags in MySerializableXact.Heikki Linnakangas2011-06-10
* Small comment fixes and enhancements.Heikki Linnakangas2011-06-10
* Fix the truncation logic of the OldSerXid SLRU mechanism. We can't passHeikki Linnakangas2011-06-09