postgresql/src/backend/commands
Robert Haas 9f9135d129 Instrument index-only scans to count heap fetches performed.
Patch by me; review by Tom Lane, Jeff Davis, and Peter Geoghegan.
2012-01-25 20:41:52 -05:00
..
aggregatecmds.c
alter.c
analyze.c
async.c
cluster.c
collationcmds.c
comment.c
constraint.c
conversioncmds.c
copy.c
dbcommands.c
define.c
discard.c
dropcmds.c
explain.c Instrument index-only scans to count heap fetches performed. 2012-01-25 20:41:52 -05:00
extension.c
foreigncmds.c
functioncmds.c
indexcmds.c Make CheckIndexCompatible simpler and more bullet-proof. 2012-01-25 15:28:07 -05:00
lockcmds.c
Makefile
opclasscmds.c
operatorcmds.c
portalcmds.c
prepare.c
proclang.c
schemacmds.c
seclabel.c
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
trigger.c Add pg_trigger_depth() function 2012-01-25 13:22:54 -03:00
tsearchcmds.c
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
vacuumlazy.c Fix broken logic in lazy_vacuum_heap. 2012-01-13 08:22:31 -05:00
variable.c
view.c Fix warning about unused variable 2012-01-18 10:24:15 +01:00