postgresql/src
Robert Haas e93c0b820f After PageSetAllVisible, use MarkBufferDirty.
Previously, we used SetBufferCommitInfoNeedsSave, but that's really
intended for dirty-marks we can theoretically afford to lose, such as
hint bits.  As for 9.2, the PD_ALL_VISIBLE mustn't be lost in this
way, since we could then end up with a heap page that isn't
all-visible and a visibility map page that is all visible, causing
index-only scans to return wrong answers.
2012-04-18 10:49:37 -04:00
..
backend After PageSetAllVisible, use MarkBufferDirty. 2012-04-18 10:49:37 -04:00
bin psql: Add tab completion for CREATE/ALTER ROLE name WITH 2012-04-18 16:55:01 +03:00
include pg_size_pretty(numeric) 2012-04-14 08:07:25 -04:00
interfaces Accept postgres:// URIs in libpq connection functions 2012-04-11 04:33:51 -03:00
makefiles pgxs: Supply default values for BISON and FLEX variables 2012-03-30 20:36:49 +03:00
pl Install plpgsql.h to to include/server at "make install". 2012-04-16 13:03:16 +03:00
port Remove now redundant pgpipe code. 2012-03-28 23:24:07 -04:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Weaken the planner's tests for relevant joinclauses. 2012-04-13 16:07:17 -04:00
timezone Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tools Install plpgsql.h to to include/server at "make install". 2012-04-16 13:03:16 +03:00
tutorial Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in ecpg: Improve test building 2012-02-02 20:33:29 +02:00
Makefile.shlib Use single quotes in preference to double quotes for protecting pathnames. 2011-06-15 21:45:23 -04:00
nls-global.mk NLS: Initialize Project-Id-Version field by xgettext 2012-04-10 21:26:17 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00