postgresql/src/backend
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
..
access Respect Hot Standby controls while recycling btree index pages. 2011-06-16 10:12:50 +01:00
bootstrap Avoid changing an index's indcheckxmin horizon during REINDEX. 2011-04-19 18:51:03 -04:00
catalog Fix aboriginal copy-paste mistake in error message 2011-06-13 17:54:36 -04:00
commands Fix thinko in previous patch to always update pg_class.reltuples/relpages. 2011-06-19 14:01:01 -04:00
executor Disallow SELECT FOR UPDATE/SHARE on sequences. 2011-06-02 14:46:22 -04:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
libpq Fix portability bugs in use of credentials control messages for peer auth. 2011-05-30 19:16:11 -04:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Fix bogus test for hypothetical indexes in get_actual_variable_range(). 2011-02-16 19:24:50 -05:00
optimizer Fix pull_up_sublinks' failure to handle nested pull-up opportunities. 2011-05-02 15:56:43 -04:00
parser Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. 2011-06-04 15:48:25 -04:00
po Translation updates 2011-04-14 23:29:13 +03:00
port Modernize dlopen interface code for FreeBSD and OpenBSD. 2011-04-07 15:14:44 -04:00
postmaster Fix VACUUM so that it always updates pg_class.reltuples/relpages. 2011-05-30 17:07:07 -04:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Before exiting walreceiver, fsync() all the WAL received. 2011-01-17 12:29:15 +02:00
rewrite pgindent run for 9.0 2010-02-26 02:01:40 +00:00
snowball Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
storage Prevent intermittent hang in recovery from bgwriter interaction. 2011-03-23 13:32:37 +00:00
tcop On IA64 architecture, we check the depth of the register stack in addition 2011-04-13 11:52:54 +03:00
tsearch Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:54 -05:00
utils Add overflow checks to int4 and int8 versions of generate_series(). 2011-06-17 14:32:32 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +00:00
nls.mk Translation updates for release 9.0.2 2010-12-13 23:20:00 +02:00