postgresql/src/backend
Tom Lane a15207f8d6 Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hack
in the RI triggers for ON DELETE/UPDATE SET DEFAULT.  The code depended
way too much on knowledge of plan structure, and yet still would fail
if the generated query got rewritten by rules.
2003-09-28 02:11:23 +00:00
..
access Fix typo in message. 2003-09-27 18:16:35 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
commands Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
executor Fix tid scan evaluation of non-constant TID values; can't try to do it 2003-09-26 01:17:01 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
main You can't NLS-enable a program component by just putting gettext() around 2003-09-27 09:29:31 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
parser Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
po Translation update 2003-09-26 15:25:39 +00:00
port Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
postmaster Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
regex Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
rewrite Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
storage Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
tcop You can't NLS-enable a program component by just putting gettext() around 2003-09-27 09:29:31 +00:00
utils Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hack 2003-09-28 02:11:23 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Run distprep target before creating list of files that contain translatable 2003-09-14 22:40:38 +00:00