postgresql/src/backend/access
Tom Lane fba8113c1b Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
--- Simon.
Also, code review and cleanup for the previous COPY-no-WAL patches --- Tom.
2007-03-29 00:15:39 +00:00
..
common Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
gin Fix a few typos in comments in GiN. 2007-02-01 04:16:08 +00:00
gist Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
hash Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
heap Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) 2007-03-29 00:15:39 +00:00
index Refactor the index AM API slightly: move currentItemData and 2007-01-20 18:43:35 +00:00
nbtree Clean up the representation of special snapshots by including a "method 2007-03-25 19:45:14 +00:00
transam Arrange for PreventTransactionChain to reject commands submitted as part 2007-03-22 19:55:04 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00