postgresql/src/backend/access
Simon Riggs 465883b0a2 Introduce compact WAL record for the common case of commit (non-DDL).
XLOG_XACT_COMMIT_COMPACT leaves out invalidation messages and relfilenodes,
saving considerable space for the vast majority of transaction commits.
XLOG_XACT_COMMIT keeps same definition as XLOG_PAGE_MAGIC 0xD067 and earlier.

Leonardo Francalanci and Simon Riggs
2011-06-28 22:58:17 +01:00
..
common Make a code-cleanup pass over the collations patch. 2011-04-22 17:43:18 -04:00
gin Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
gist Message style and spelling improvements 2011-06-22 00:45:34 +03:00
hash Hash indexes had better pass the index collation to support functions, too. 2011-04-23 14:13:09 -04:00
heap Allow callers to pass a missing_ok flag when opening a relation. 2011-06-27 15:25:44 -04:00
index Avoid having two copies of the HOT-chain search logic. 2011-06-27 10:27:17 -04:00
nbtree Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. 2011-06-27 22:12:09 +01:00
transam Introduce compact WAL record for the common case of commit (non-DDL). 2011-06-28 22:58:17 +01:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00