postgresql/src/backend/commands
Tom Lane 7fdaf78ed0 Reduce amount of memory used per tuple for after-event triggers. This
is still a memory leak, but a little less bad than it was.
2001-03-14 21:50:32 +00:00
..
_deadcode Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
analyze.c Clean up two rather nasty bugs in operator selection code. 2001-02-16 03:16:58 +00:00
async.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
cluster.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
command.c Tweak portal (cursor) code so that it will not call the executor again 2001-02-27 22:07:34 +00:00
comment.c Fix all the places that called heap_update() and heap_delete() without 2001-01-23 04:32:23 +00:00
copy.c COPY should handle after-insert triggers the same as execMain.c does. 2001-03-14 21:47:50 +00:00
creatinh.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
dbcommands.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
define.c Rearrange order of operations in heap_create_with_catalog so that if 2001-02-12 20:07:21 +00:00
explain.c Suppress coredump when EXPLAINing query that is rewritten to include 2001-01-27 01:41:19 +00:00
indexcmds.c Reindex of shared system indexes must be overwrite mode. 2001-02-23 09:26:14 +00:00
proclang.c Fix all the places that called heap_update() and heap_delete() without 2001-01-23 04:32:23 +00:00
remove.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
rename.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
sequence.c Repair a number of places that didn't bother to check whether PageAddItem 2001-03-07 21:20:26 +00:00
trigger.c Reduce amount of memory used per tuple for after-event triggers. This 2001-03-14 21:50:32 +00:00
user.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
vacuum.c ifdef out reindex stuff in VACUUM for safety. 2001-03-14 08:40:57 +00:00
variable.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
view.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00