postgresql/src/backend/commands
Simon Riggs 5457a130d3 Reduce scope of changes for COPY FREEZE.
Allow support only for freezing tuples by explicit
command. Previous coding mistakenly extended
slightly beyond what was agreed as correct on -hackers.
So essentially a partial revoke of earlier work,
leaving just the COPY FREEZE command.
2012-12-02 20:52:52 +00:00
..
Makefile Syntax support and documentation for event triggers. 2012-07-18 10:16:16 -04: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 Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
async.c Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. 2012-06-29 00:51:34 -04:00
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 Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
constraint.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
conversioncmds.c refactor ALTER some-obj SET OWNER implementation 2012-10-03 18:07:46 -03:00
copy.c Reduce scope of changes for COPY FREEZE. 2012-12-02 20:52:52 +00:00
createas.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
dbcommands.c Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00
define.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
discard.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dropcmds.c Don't trash input list structure in does_not_exist_skipping(). 2012-11-08 11:34:32 -05:00
event_trigger.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
explain.c Improve ruleutils.c's heuristics for dealing with rangetable aliases. 2012-09-21 19:03:10 -04:00
extension.c Fix ALTER EXTENSION / SET SCHEMA 2012-10-31 10:52:55 -03:00
foreigncmds.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
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 Repair comment mangled by a pgindent run long ago 2012-06-21 15:37:05 -04:00
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 Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
sequence.c Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00
tablecmds.c Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -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 Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
vacuum.c Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -05:00
vacuumlazy.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
variable.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
view.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00