postgresql/src/backend/commands
Tom Lane 9ee4891570 Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work,
but at least it doesn't generate gcc warnings.
2002-12-09 20:31:05 +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 Run COPY OUT in a temporary memory context that's reset once per row, 2002-12-01 18:14:22 +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 Explain's code for showing quals of SubqueryScan nodes has been broken 2002-12-06 19:28:03 +00:00
functioncmds.c Reduce messages associated with shell-type function arguments/results 2002-11-01 19:19:58 +00:00
indexcmds.c Fix places that were using IsTransactionBlock() as an (inadequate) check 2002-10-21 22:06:20 +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 Fix compile warnings from truncate patch. 2002-11-23 18:26:45 +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 Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work, 2002-12-09 20:31:05 +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