postgresql/src/backend/commands
Tom Lane ee678fe30c Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and
NAMEDATALEN, so this code doesn't go nuts with smaller than default
BLCKSZ or larger than default NAMEDATALEN.  The standard value is
still exactly 8000.
2010-02-17 00:52:09 +00:00
..
Makefile Support deferrable uniqueness constraints. 2009-07-29 20:56:21 +00:00
aggregatecmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
alter.c Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. 2010-02-01 19:28:56 +00:00
analyze.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
async.c Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and 2010-02-17 00:52:09 +00:00
cluster.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
comment.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
constraint.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
conversioncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
copy.c Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
dbcommands.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
define.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
discard.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
explain.c Add query text to auto_explain output. 2010-02-16 22:19:59 +00:00
foreigncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
functioncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
indexcmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lockcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
opclasscmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
operatorcmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
portalcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
prepare.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
proclang.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
schemacmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
sequence.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
tablecmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
tablespace.c First part of refactoring of code for ResolveRecoveryConflict. Purposes 2010-01-14 11:08:02 +00:00
trigger.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
tsearchcmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
typecmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
user.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
vacuum.c Fix typo in comment 2010-02-15 16:10:34 +00:00
vacuumlazy.c Fix up rickety handling of relation-truncation interlocks. 2010-02-09 21:43:30 +00:00
variable.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
view.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00