postgresql/src/backend/access
Tom Lane 2abae34a2e Implement function-local GUC parameter settings, as per recent discussion.
There are still some loose ends: I didn't do anything about the SET FROM
CURRENT idea yet, and it's not real clear whether we are happy with the
interaction of SET LOCAL with function-local settings.  The documentation
is a bit spartan, too.
2007-09-03 00:39:26 +00:00
..
common Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
gin Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
gist Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places 2007-05-31 14:03:09 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
heap Fix oversight in async-commit patch: there were some places in heapam.c 2007-08-14 17:35:18 +00:00
index Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
nbtree Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
transam Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00