postgresql/src/backend/commands
Robert Haas 3424bff90f Prevent index-only scans from returning wrong answers under Hot Standby.
The alternative of disallowing index-only scans in HS operation was
discussed, but the consensus was that it was better to treat marking
a page all-visible as a recovery conflict for snapshots that could still
fail to see XIDs on that page.  We may in the future try to soften this,
so that we simply force index scans to do heap fetches in cases where
this may be an issue, rather than throwing a hard conflict.
2012-04-26 20:00:21 -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 Dept of second thoughts: improve the API for AnalyzeForeignTable. 2012-04-06 16:04:10 -04: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 Lots of doc corrections. 2012-04-23 22:43:09 -04:00
createas.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
dbcommands.c Consistently quote encoding and locale names in messages 2012-04-13 20:37:07 +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 Classify DROP operations by whether or not they are user-initiated. 2012-01-26 09:30:27 -05:00
explain.c New GUC, track_iotiming, to track I/O timings. 2012-03-27 14:55:02 -04: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 Casts to or from a domain type are ignored; warn and document. 2012-04-24 09:20:53 -04: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 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04: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 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
prepare.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04: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 Remove dead assignment 2012-03-26 21:03:10 +03:00
tablecmds.c Lots of doc corrections. 2012-04-23 22:43:09 -04:00
tablespace.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
trigger.c Recast "ONLY" column CHECK constraints as NO INHERIT 2012-04-20 23:56:57 -03:00
tsearchcmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
typecmds.c Lots of doc corrections. 2012-04-23 22:43:09 -04: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 Prevent index-only scans from returning wrong answers under Hot Standby. 2012-04-26 20:00:21 -04:00
variable.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
view.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00