postgresql/src/backend/commands
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len
to MemSet is a performance boost.
2002-11-11 03:02:20 +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 Back out use of palloc0 in place if palloc/MemSet. Seems constant len 2002-11-11 03:02:20 +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 Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] 2002-11-09 23:56:39 +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 Back out use of palloc0 in place if palloc/MemSet. Seems constant len 2002-11-11 03:02:20 +00:00
dbcommands.c Remove encoding lookups from grammar stage, push them back to places 2002-11-02 18:41:22 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Back out use of palloc0 in place if palloc/MemSet. Seems constant len 2002-11-11 03:02:20 +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 Back out use of palloc0 in place if palloc/MemSet. Seems constant len 2002-11-11 03:02:20 +00:00
operatorcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
prepare.c Back out use of palloc0 in place if palloc/MemSet. Seems constant len 2002-11-11 03:02:20 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c pgindent run. 2002-09-04 20:31:48 +00:00
sequence.c Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant. 2002-11-10 00:10:20 +00:00
tablecmds.c Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] 2002-11-09 23:56:39 +00:00
trigger.c Back out use of palloc0 in place if palloc/MemSet. Seems constant len 2002-11-11 03:02:20 +00:00
typecmds.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
user.c Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 2002-10-21 19:46:45 +00:00
vacuum.c Fix miscalculation of remaining free space during tuple chain moving. 2002-10-31 19:25:29 +00:00
vacuumlazy.c Back out use of palloc0 in place if palloc/MemSet. Seems constant len 2002-11-11 03:02:20 +00:00
variable.c pgindent run. 2002-09-04 20:31:48 +00:00
view.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00