postgresql/src/include/commands
Tom Lane cfa6999d3b Cause SHOW DATESTYLE to produce a string that will be accepted by SET
DATESTYLE, for instance 'SQL, European' instead of
'SQL with European conventions'.  Per gripe a month or two back from
Barry Lind.
2003-07-15 19:19:56 +00:00
..
alter.h First batch of object rename commands. 2003-06-27 14:45:32 +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 First batch of object rename commands. 2003-06-27 14:45:32 +00:00
copy.h Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
dbcommands.h First batch of object rename commands. 2003-06-27 14:45:32 +00:00
defrem.h First batch of object rename commands. 2003-06-27 14:45:32 +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 First batch of object rename commands. 2003-06-27 14:45:32 +00:00
schemacmds.h First batch of object rename commands. 2003-06-27 14:45:32 +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 First batch of object rename commands. 2003-06-27 14:45:32 +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 Cause SHOW DATESTYLE to produce a string that will be accepted by SET 2003-07-15 19:19:56 +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