index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
/
predicate.c
Commit message (
Expand
)
Author
Age
*
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-31
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix misc typos in comments.
Heikki Linnakangas
2014-04-09
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-08
*
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-10-07
*
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-24
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Correctly detect SSI conflicts of prepared transactions after crash.
Heikki Linnakangas
2012-02-29
*
Fix corner case in cleanup of transactions using SSI.
Heikki Linnakangas
2012-01-18
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
*
Allow snapshot references to still work during transaction abort.
Tom Lane
2011-09-26
*
Add "Reason code" prefix to internal SSI error messages
Peter Eisentraut
2011-08-15
*
Minor message style adjustment
Peter Eisentraut
2011-07-27
*
Use errdetail_internal() for SSI transaction cancellation details.
Tom Lane
2011-07-16
*
Fix one overflow and one signedness error, caused by the patch to calculate
Heikki Linnakangas
2011-07-08
*
There's a small window wherein a transaction is committed but not yet
Heikki Linnakangas
2011-07-08
*
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
*
Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.
Robert Haas
2011-07-07
*
Fix a bug with SSI and prepared transactions:
Heikki Linnakangas
2011-07-07
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
*
Undo overly enthusiastic de-const-ification.
Tom Lane
2011-06-22
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
Heikki Linnakangas
2011-06-21
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
The rolled-back flag on serializable xacts was pointless and redundant with
Heikki Linnakangas
2011-06-15
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
*
Remove now-unnecessary casts.
Heikki Linnakangas
2011-06-12
*
Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas
2011-06-10
*
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-10
*
Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass
Heikki Linnakangas
2011-06-09
[next]