postgresql/src/include/commands
Tom Lane 02b1a7fd51 Clean up some confusion about where and how to set whereToSendOutput.
We will no longer try to send elog messages to the client before we have
initialized backend libpq (oops); however, reporting bogus commandline
switches via elog does work now (not irrelevant, because of PGOPTIONS).
Fix problem with inappropriate sending of checkpoint-process messages
to stderr.
2001-09-08 01:10:21 +00:00
..
async.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
cluster.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
command.h Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
comment.h Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
copy.h Preliminary code cleanup in elog(). Split out some code into utility 2001-06-08 21:16:49 +00:00
creatinh.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
dbcommands.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
defrem.h Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
explain.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
proclang.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
rename.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
sequence.h Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 2001-08-16 20:38:56 +00:00
trigger.h Clean up some minor problems exposed by further thought about Panon's bug 2001-06-01 02:41:36 +00:00
user.h Clean up #include's. 2000-06-15 03:33:12 +00:00
vacuum.h Transaction IDs wrap around, per my proposal of 13-Aug-01. More 2001-08-26 16:56:03 +00:00
variable.h Fix breakage I introduced yesterday in MULTIBYTE compilations. 2000-10-26 17:31:35 +00:00
version.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
view.h Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 2001-08-12 21:35:19 +00:00