index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
predicate_internals.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-16
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-10
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-10-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
*
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
*
Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas
2011-06-10
*
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-10
*
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-08
*
SSI comment fixes and enhancements. Notably, document that the conflict-out
Heikki Linnakangas
2011-06-03
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix bugs in Serializable Snapshot Isolation.
Heikki Linnakangas
2011-03-01
*
UINT64_MAX isn't defined on MSVC.
Heikki Linnakangas
2011-02-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08