postgresql/src/backend/commands
Hiroshi Inoue f5c5c3c6f7 Putting back the previous change must be the first thing.
ALso put back a #ifndef ENABLE_REINDEX_NAILED_RELATIONS
which was removed about a year ago.
2003-09-23 01:51:09 +00:00
..
Makefile First batch of object rename commands. 2003-06-27 14:45:32 +00:00
aggregatecmds.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
alter.c pgindent run. 2003-08-04 00:43:34 +00:00
analyze.c Message in the other exit from acquire_sample_rows(), as per update 2003-09-11 23:12:31 +00:00
async.c Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a 2003-09-15 23:33:43 +00:00
cluster.c Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
comment.c Code cleanup inspired by recent resname bug report (doesn't fix the bug 2003-08-11 20:46:47 +00:00
conversioncmds.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
copy.c Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer. 2003-08-28 13:52:34 +00:00
dbcommands.c Improve error message for cp or rm failur during create/drop database, 2003-09-10 20:24:09 +00:00
define.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
explain.c Code cleanup inspired by recent resname bug report (doesn't fix the bug 2003-08-11 20:46:47 +00:00
functioncmds.c Add HINT if CREATE FUNCTION specifies a valid language, but the language 2003-09-10 19:59:23 +00:00
indexcmds.c Putting back the previous change must be the first thing. 2003-09-23 01:51:09 +00:00
lockcmds.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
opclasscmds.c Fix missed message update, per Alvaro Herrera. 2003-09-11 02:40:13 +00:00
operatorcmds.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
portalcmds.c Change warnings for non-existing or pre-existing cursors to errors. 2003-08-24 21:02:43 +00:00
prepare.c Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
proclang.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
schemacmds.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
sequence.c Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
tablecmds.c Disallow foreign-key references from temp tables to permanent tables. 2003-09-19 21:04:20 +00:00
trigger.c Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
typecmds.c Remove warnings for operations that have no effect when executed repeatedly. 2003-09-15 00:26:31 +00:00
user.c Remove warnings for operations that have no effect when executed repeatedly. 2003-09-15 00:26:31 +00:00
vacuum.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
vacuumlazy.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
variable.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
view.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00