postgresql/src/include/commands
Tom Lane 755d191700 Add display of eventual result RowDescription (if any) to the output
of Describe on a prepared statement.  This was in the original 3.0
protocol proposal, but I took it out for reasons that seemed good at
the time.  Put it back per yesterday's pghackers discussion.
2003-05-06 21:51:42 +00:00
..
async.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cluster.h Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction 2002-12-30 18:42:17 +00:00
comment.h This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
conversioncmds.h pgindent run. 2002-09-04 20:31:48 +00:00
copy.h Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
dbcommands.h Be careful to include postgres.h *before* any system headers, to ensure 2002-09-05 00:43:07 +00:00
defrem.h If typecmds is going to have its own header file, said header file 2002-12-10 16:12:53 +00:00
explain.h Restructure command destination handling so that we pass around 2003-05-06 20:26:28 +00:00
lockcmds.h pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.h Restructure command destination handling so that we pass around 2003-05-06 20:26:28 +00:00
prepare.h Add display of eventual result RowDescription (if any) to the output 2003-05-06 21:51:42 +00:00
proclang.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
schemacmds.h pgindent run. 2002-09-04 20:31:48 +00:00
sequence.h Todo items: 2003-03-20 07:02:11 +00:00
tablecmds.h Add ALTER TABLE <tablename> CLUSTER ON <indexname> 2003-03-20 18:52:48 +00:00
trigger.h GetTupleForTrigger must use outer transaction's command counter for time 2003-03-27 14:33:11 +00:00
typecmds.h Determine the set of constraints applied to a domain at executor 2003-02-03 21:15:45 +00:00
user.h Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 2002-10-21 19:46:45 +00:00
vacuum.h Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 2002-07-31 17:19:54 +00:00
variable.h In the continuing saga of FE/BE protocol revisions, add reporting of 2003-04-25 19:45:10 +00:00
version.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
view.h CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. 2002-09-02 02:13:02 +00:00