postgresql/src/backend/commands
Tom Lane ccdce73b21 Fix thinko in previous patch to always update pg_class.reltuples/relpages.
I mis-simplified the test where ANALYZE decided if it could get away
without doing anything: under the new regime, that's never allowed.  Per
bug #6068 from Jeff Janes.  Back-patch to 8.4, just like previous patch.
2011-06-19 14:01:01 -04:00
..
aggregatecmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
alter.c Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
analyze.c Fix thinko in previous patch to always update pg_class.reltuples/relpages. 2011-06-19 14:01:01 -04:00
async.c Preserve caller's memory context in ProcessCompletedNotifies(). 2011-05-27 12:10:58 -04:00
cluster.c Make CLUSTER lock the old table's toast table before copying data. 2011-05-01 17:57:40 -04:00
comment.c Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
constraint.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
conversioncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
copy.c Fix remaining stray references to CVS. 2010-09-22 19:51:46 -04:00
dbcommands.c Properly replay CREATE TABLESPACE during crash recovery by deleting 2010-07-20 18:14:25 +00:00
define.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
discard.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
explain.c Quote all string values in EXPLAIN (FORMAT YAML) output. 2010-06-10 01:26:30 +00:00
foreigncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
functioncmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
indexcmds.c Avoid changing an index's indcheckxmin horizon during REINDEX. 2011-04-19 18:51:03 -04:00
lockcmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
Makefile Support deferrable uniqueness constraints. 2009-07-29 20:56:21 +00:00
opclasscmds.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
operatorcmds.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
portalcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
prepare.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
proclang.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
schemacmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
sequence.c Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence. 2011-06-02 15:31:02 -04:00
tablecmds.c Prevent a rowtype from being included in itself. 2011-03-28 15:45:02 -04:00
tablespace.c Properly replay CREATE TABLESPACE during crash recovery by deleting 2010-07-20 18:14:25 +00:00
trigger.c Fix dangling-pointer problem in before-row update trigger processing. 2011-02-21 21:18:13 -05:00
tsearchcmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
typecmds.c Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. 2010-08-18 18:35:30 +00:00
user.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
vacuum.c Fix VACUUM so that it always updates pg_class.reltuples/relpages. 2011-05-30 17:07:07 -04:00
vacuumlazy.c Fix VACUUM so that it always updates pg_class.reltuples/relpages. 2011-05-30 17:07:07 -04:00
variable.c Prevent show_session_authorization from crashing when session_authorization 2010-09-23 16:53:22 -04:00
view.c Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. 2010-08-18 18:35:30 +00:00