postgresql/src/backend/commands
Tom Lane b0422b215c Preliminary code review for domain CHECK constraints patch: add documentation,
make VALUE a non-reserved word again, use less invasive method of passing
ConstraintTestValue into transformExpr, fix problems with nested constraint
testing, do correct thing with NULL result from a constraint expression,
remove memory leak.  Domain checks still need much more work if we are going
to allow ALTER DOMAIN, however.
2002-12-12 20:35:16 +00:00
..
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
async.c Fix for rare race-condition-like failure: if a backend receives SIGUSR2 2002-09-16 01:24:41 +00:00
cluster.c Re-addd Rod's ALTER DOMAIN patch. 2002-12-06 05:00:34 +00:00
comment.c Lock on the rule relation wasn't removed after adding the comment. 2002-10-09 16:26:46 +00:00
conversioncmds.c Fix permissions-checking bugs and namespace-search-path bugs in 2002-11-02 02:33:03 +00:00
copy.c Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
dbcommands.c More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
functioncmds.c Reduce messages associated with shell-type function arguments/results 2002-11-01 19:19:58 +00:00
indexcmds.c Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
lockcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
opclasscmds.c Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
operatorcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.c Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
prepare.c Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
sequence.c Code review for ON COMMIT patch. Make the actual on-commit action happen 2002-11-11 22:19:25 +00:00
tablecmds.c Preliminary code review for domain CHECK constraints patch: add documentation, 2002-12-12 20:35:16 +00:00
trigger.c Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked 2002-11-25 03:36:50 +00:00
typecmds.c Preliminary code review for domain CHECK constraints patch: add documentation, 2002-12-12 20:35:16 +00:00
user.c More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
vacuum.c Fix miscalculation of remaining free space during tuple chain moving. 2002-10-31 19:25:29 +00:00
vacuumlazy.c Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
variable.c More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
view.c Code review for ON COMMIT patch. Make the actual on-commit action happen 2002-11-11 22:19:25 +00:00