postgresql/src/backend/commands
Peter Eisentraut 6f018c6dda COPY: Add an assertion
This is for tools such as Coverity that don't know that the grammar
enforces that the case of not having a relation (but instead a query)
cannot happen in the FROM case.
2012-03-14 22:44:40 +02:00
..
Makefile Consolidate DROP handling for some object types. 2011-10-19 23:27:19 -04:00
aggregatecmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
alter.c Add support for renaming constraints 2012-03-10 20:19:13 +02:00
analyze.c Collect and use element-frequency statistics for arrays. 2012-03-03 20:20:57 -05:00
async.c Add some enumeration commas, for consistency 2012-02-24 11:04:45 +02:00
cluster.c Classify DROP operations by whether or not they are user-initiated. 2012-01-26 09:30:27 -05:00
collationcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
comment.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
constraint.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
conversioncmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
copy.c COPY: Add an assertion 2012-03-14 22:44:40 +02:00
dbcommands.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05: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 Classify DROP operations by whether or not they are user-initiated. 2012-01-26 09:30:27 -05:00
explain.c Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 2012-02-22 20:33:05 -05:00
extension.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
foreigncmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
functioncmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
indexcmds.c Damage control for yesterday's CheckIndexCompatible changes. 2012-01-26 08:21:31 -05:00
lockcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
opclasscmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
operatorcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
portalcmds.c Run a portal's cleanup hook immediately when pushing it to FAILED state. 2012-02-15 16:19:01 -05:00
prepare.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
proclang.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
schemacmds.c Fix some issues with temp/transient tables in extension scripts. 2012-03-08 15:53:09 -05:00
seclabel.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
sequence.c Fix transient clobbering of shared buffers during WAL replay. 2012-02-05 15:49:17 -05:00
tablecmds.c Add support for renaming constraints 2012-03-10 20:19:13 +02:00
tablespace.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
trigger.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
tsearchcmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
typecmds.c Collect and use element-frequency statistics for arrays. 2012-03-03 20:20:57 -05:00
user.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
vacuum.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
vacuumlazy.c Fix broken logic in lazy_vacuum_heap. 2012-01-13 08:22:31 -05:00
variable.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
view.c Remove useless const qualifier 2012-02-26 15:22:27 +02:00