postgresql/src/backend
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
..
access Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) 2007-03-29 00:15:39 +00:00
bootstrap First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
catalog Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) 2007-03-29 00:15:39 +00:00
commands Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) 2007-03-29 00:15:39 +00:00
executor Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) 2007-03-29 00:15:39 +00:00
lib Remove the currently unused FRONTEND case in dllist.c. This allows the usage 2007-03-22 18:57:52 +00:00
libpq
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Fix array coercion expressions to ensure that the correct volatility is 2007-03-27 23:21:12 +00:00
optimizer Fix array coercion expressions to ensure that the correct volatility is 2007-03-27 23:21:12 +00:00
parser Fix array coercion expressions to ensure that the correct volatility is 2007-03-27 23:21:12 +00:00
po
port Fix compiler warnings in ereport messages on mingw. 2007-03-28 08:06:11 +00:00
postmaster Add the "recheck" logic to autovacuum worker code. The worker first builds 2007-03-28 22:17:12 +00:00
regex
rewrite Changes pg_trigger and extend pg_rewrite in order to allow triggers and 2007-03-19 23:38:32 +00:00
storage Clean up the representation of special snapshots by including a "method 2007-03-25 19:45:14 +00:00
tcop Allow non-superuser database owners to create procedural languages. 2007-03-26 16:58:41 +00:00
utils Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) 2007-03-29 00:15:39 +00:00
Makefile
nls.mk