postgresql/src/backend/utils
Tom Lane e7889b83b7 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.
(Actually, it works as a plain statement too, but I didn't document that
because it seems a bit useless.)  Unify VariableResetStmt with
VariableSetStmt, and clean up some ancient cruft in the representation of
same.
2007-09-03 18:46:30 +00:00
..
adt Apply a band-aid fix for the problem that 8.2 and up completely misestimate 2007-08-31 23:35:22 +00:00
cache Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the 2007-08-22 01:39:46 +00:00
error Reduce memory requirements for writing CSVlogs, so it will work with about 2007-08-23 01:24:43 +00:00
fmgr Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
init Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
mb Suppress an integer-overflow warning. 2007-07-12 21:17:09 +00:00
misc Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
mmgr Remove an "optimization" I installed in 2001, to make repalloc() attempt to 2007-08-12 20:39:14 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Since sort_bounded_heap makes state changes that should be made 2007-09-01 18:47:39 +00:00
time Fix oversight in async-commit patch: there were some places in heapam.c 2007-08-14 17:35:18 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh 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
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00