postgresql/src/backend/commands
Robert Haas 9d35116611 Damage control for yesterday's CheckIndexCompatible changes.
Rip out a regression test that doesn't play well with settings put in
place by the build farm, and rewrite the code in CheckIndexCompatible
in a hopefully more transparent style.
2012-01-26 08:21:31 -05:00
..
aggregatecmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
alter.c Improve behavior of concurrent ALTER TABLE, and do some refactoring. 2012-01-06 22:42:26 -05:00
analyze.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
async.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
cluster.c Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. 2012-01-12 16:40:14 -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 Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dbcommands.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -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 Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
explain.c Instrument index-only scans to count heap fetches performed. 2012-01-25 20:41:52 -05:00
extension.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
foreigncmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
functioncmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -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
Makefile Consolidate DROP handling for some object types. 2011-10-19 23:27:19 -04:00
opclasscmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
operatorcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
portalcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
prepare.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
proclang.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
schemacmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
seclabel.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
sequence.c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 2012-01-23 23:25:04 +00:00
tablecmds.c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 2012-01-23 23:25:04 +00:00
tablespace.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
trigger.c Add pg_trigger_depth() function 2012-01-25 13:22:54 -03:00
tsearchcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
typecmds.c Prevent adding relations to a concurrently dropped schema. 2012-01-16 09:49:34 -05:00
user.c Make superuser imply replication privilege. The idea of a privilege that 2012-01-14 18:22:16 +02: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 Fix warning about unused variable 2012-01-18 10:24:15 +01:00