postgresql/src/backend
Tom Lane 9685afb0b2 Add default expressions to INSERTs during planning, not during parse
analysis.  This keeps stored rules from prematurely absorbing default
information, which is necessary for ALTER TABLE SET DEFAULT to work
unsurprisingly with rules.  See pgsql-bugs discussion 24-Oct-01.
2001-11-02 20:23:02 +00:00
..
access Fix problem reported by Alex Korn: if a relation has been dropped and 2001-11-02 16:30:29 +00:00
bootstrap pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
catalog Add default expressions to INSERTs during planning, not during parse 2001-11-02 20:23:02 +00:00
commands Fix pg_pwd caching mechanism, which was broken by changes to fork 2001-11-02 18:39:57 +00:00
executor Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
lib Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
libpq Fix pg_pwd caching mechanism, which was broken by changes to fork 2001-11-02 18:39:57 +00:00
main pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
nodes Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
optimizer Add default expressions to INSERTs during planning, not during parse 2001-11-02 20:23:02 +00:00
parser Add default expressions to INSERTs during planning, not during parse 2001-11-02 20:23:02 +00:00
po More *.po cleanups for new spacing. 2001-10-31 05:16:31 +00:00
port Suppress trivial compiler warning. 2001-11-01 05:45:28 +00:00
postmaster Fix pg_pwd caching mechanism, which was broken by changes to fork 2001-11-02 18:39:57 +00:00
regex Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
rewrite Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
storage Fix small problem Tom Lane found with pgindent run. 2001-10-30 05:38:56 +00:00
tcop Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
tioga Fix small problem Tom Lane found with pgindent run. 2001-10-30 05:38:56 +00:00
utils Fix problem reported by Alex Korn: if a relation has been dropped and 2001-11-02 16:30:29 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00