postgresql/src/backend/access
Robert Haas 445a38aba2 Have heapam.h include lockdefs.h rather than lock.h.
lockdefs.h was only split from lock.h relatively recently, and
represents a minimal subset of the old lock.h.  heapam.h only needs
that smaller subset, so adjust it to include only that.  This requires
some corresponding adjustments elsewhere.

Peter Geoghegan
2016-09-13 09:21:35 -04:00
..
brin Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple. 2016-09-09 19:00:59 -04:00
common Add location field to DefElem 2016-09-06 12:00:00 -04:00
gin Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware. 2016-09-03 13:28:53 -04:00
gist Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it. 2016-09-09 18:02:36 -04:00
hash Split hash.h → hash_xlog.h 2016-08-29 18:55:49 -03:00
heap Have heapam.h include lockdefs.h rather than lock.h. 2016-09-13 09:21:35 -04:00
index Add SQL-accessible functions for inspecting index AM properties. 2016-08-13 18:31:14 -04:00
nbtree Add macros to make AllocSetContextCreate() calls simpler and safer. 2016-08-27 17:50:38 -04:00
rmgrdesc Split hash.h → hash_xlog.h 2016-08-29 18:55:49 -03:00
spgist Add macros to make AllocSetContextCreate() calls simpler and safer. 2016-08-27 17:50:38 -04:00
tablesample Update copyright for 2016 2016-01-02 13:33:40 -05:00
transam Have heapam.h include lockdefs.h rather than lock.h. 2016-09-13 09:21:35 -04:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00