postgresql/src/backend
Alvaro Herrera 605326ed32 Update README.tuplock
Multixact truncation is now handled differently, and this file hadn't
gotten the memo.

Per note from Amit Langote.  I didn't use his patch, though.

Also update the description of infomask bits, which weren't completely up
to date either.  This commit also propagates b01a4f6838 back to 9.3 and
9.4, which apparently I failed to do back then.
2015-05-25 15:09:05 -03:00
..
access Update README.tuplock 2015-05-25 15:09:05 -03:00
bootstrap Protect against multixact members wraparound 2015-04-28 11:32:53 -03:00
catalog Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. 2015-05-24 13:03:45 -04:00
commands Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:45 -04:00
executor Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation. 2015-03-24 15:53:06 -04:00
foreign Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
lib Misc comment typo fixes. 2014-12-16 16:39:33 +02:00
libpq Back-patch libpq support for TLS versions beyond v1. 2015-05-21 20:41:55 -04:00
main Always set the six locale category environment variables in main(). 2015-01-07 22:35:12 -05:00
nodes Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo. 2014-10-17 22:33:07 -04:00
optimizer Prevent improper reordering of antijoins vs. outer joins. 2015-04-25 16:44:27 -04:00
parser Remove spurious semicolons. 2015-03-31 15:15:04 +03:00
po Translation updates 2015-05-18 08:40:50 -04:00
port Fix spinlock implementation for some !solaris sparc platforms. 2014-09-09 23:37:33 +02:00
postmaster Prevent a double free by not reentering be_tls_close(). 2015-05-18 10:02:36 -04:00
regex Fix incorrect search for "x?" style matches in creviterdissect(). 2014-09-23 20:25:36 -04:00
replication Remove duplicated words in comments. 2015-04-12 10:49:34 +03:00
rewrite Add some errdetail to checkRuleResultList(). 2014-07-02 14:20:34 -04:00
snowball Fix ancient encoding error in hungarian.stop. 2014-06-10 22:48:39 -04:00
storage Fix off-by-one error in Assertion. 2015-05-19 19:25:54 +03:00
tcop Be more careful to not lose sync in the FE/BE protocol. 2015-02-02 17:09:40 +02:00
tsearch Cope with more than 64K phrases in a thesaurus dictionary. 2014-11-06 20:52:52 -05:00
utils Check return values of sensitive system library calls. 2015-05-18 10:02:37 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
Makefile Move relpath() to libpgcommon 2013-02-21 22:46:17 -03:00
nls.mk xlogreader.c: Fix report_invalid_record translatability flag 2015-01-09 12:34:24 -03:00