postgresql/src/backend/commands
2012-12-21 00:10:46 -05:00
..
aggregatecmds.c Make CREATE AGGREGATE complain if the initcond is invalid for the datatype. 2012-10-04 17:54:53 -04:00
alter.c Fix ALTER EXTENSION / SET SCHEMA 2012-10-31 10:52:55 -03:00
analyze.c
async.c
cluster.c Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -05:00
collationcmds.c refactor ALTER some-obj SET OWNER implementation 2012-10-03 18:07:46 -03:00
comment.c
constraint.c
conversioncmds.c refactor ALTER some-obj SET OWNER implementation 2012-10-03 18:07:46 -03:00
copy.c Fix failure to ignore leftover temp tables after a server crash. 2012-12-17 20:15:32 -05:00
createas.c
dbcommands.c Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00
define.c
discard.c
dropcmds.c Don't trash input list structure in does_not_exist_skipping(). 2012-11-08 11:34:32 -05:00
event_trigger.c Disable event triggers in standalone mode. 2012-12-11 19:28:31 -05:00
explain.c
extension.c Fix pg_extension_config_dump() to handle update cases more sanely. 2012-12-20 16:31:42 -05:00
foreigncmds.c
functioncmds.c refactor ALTER some-obj SET OWNER implementation 2012-10-03 18:07:46 -03:00
indexcmds.c Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -05:00
lockcmds.c
Makefile
opclasscmds.c refactor ALTER some-obj SET OWNER implementation 2012-10-03 18:07:46 -03:00
operatorcmds.c refactor ALTER some-obj SET OWNER implementation 2012-10-03 18:07:46 -03:00
portalcmds.c Revert patch for taking fewer snapshots. 2012-11-26 15:55:43 -05:00
prepare.c Revert patch for taking fewer snapshots. 2012-11-26 15:55:43 -05:00
proclang.c refactor ALTER some-obj SET OWNER implementation 2012-10-03 18:07:46 -03:00
schemacmds.c Support CREATE SCHEMA IF NOT EXISTS. 2012-10-03 19:47:11 -04:00
seclabel.c
sequence.c Fix failure to ignore leftover temp tables after a server crash. 2012-12-17 20:15:32 -05:00
tablecmds.c Fix failure to ignore leftover temp tables after a server crash. 2012-12-17 20:15:32 -05:00
tablespace.c Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00
trigger.c Add missing buffer lock acquisition in GetTupleForTrigger(). 2012-11-30 13:55:55 -05:00
tsearchcmds.c refactor ALTER some-obj SET OWNER implementation 2012-10-03 18:07:46 -03:00
typecmds.c Allow adding values to an enum type created in the current transaction. 2012-12-01 14:27:30 -05:00
user.c
vacuum.c Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -05:00
vacuumlazy.c Make some messages more consistent in style 2012-12-21 00:10:46 -05:00
variable.c
view.c