postgresql/src/backend/commands
Tom Lane 4473b63586 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:05 -04:00
..
aggregatecmds.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
alter.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
analyze.c Fix thinko in previous patch to always update pg_class.reltuples/relpages. 2011-06-19 14:01:05 -04:00
async.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
cluster.c Make CLUSTER lock the old table's toast table before copying data. 2011-05-01 17:57:46 -04:00
comment.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
conversioncmds.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
copy.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
dbcommands.c Prevent ALTER USER f RESET ALL from removing the settings that were put there 2010-03-25 14:44:51 +00:00
define.c Remove the recently added node types ReloptElem and OptionDefElem in favor 2009-04-04 21:12:31 +00:00
discard.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
explain.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
foreigncmds.c Always pass catalog id to the options validator function specified in 2009-12-23 12:24:16 +00:00
functioncmds.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
indexcmds.c Avoid changing an index's indcheckxmin horizon during REINDEX. 2011-04-19 18:51:08 -04:00
lockcmds.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
opclasscmds.c Allow REASSIGNED OWNED to handle opclasses and opfamilies. 2010-07-03 13:53:26 +00:00
operatorcmds.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
portalcmds.c Fix snapshot management, take two. 2009-10-07 16:27:29 +00:00
prepare.c Previous fix for temporary file management broke returning a set from 2009-12-29 17:41:09 +00:00
proclang.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
schemacmds.c Prevent indirect security attacks via changing session-local state within 2009-12-09 21:58:04 +00:00
sequence.c Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence. 2011-06-02 15:31:14 -04:00
tablecmds.c Prevent a rowtype from being included in itself. 2011-03-28 15:45:08 -04:00
tablespace.c Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
trigger.c Fix dangling-pointer problem in before-row update trigger processing. 2011-02-21 21:18:19 -05:00
tsearchcmds.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
typecmds.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
user.c Prevent ALTER USER f RESET ALL from removing the settings that were put there 2010-03-25 14:44:51 +00:00
vacuum.c Fix VACUUM so that it always updates pg_class.reltuples/relpages. 2011-05-30 17:07:19 -04:00
vacuumlazy.c Fix VACUUM so that it always updates pg_class.reltuples/relpages. 2011-05-30 17:07:19 -04:00
variable.c Prevent show_session_authorization from crashing when session_authorization 2010-09-23 16:53:28 -04:00
view.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00