postgresql/src
Tom Lane 9ffc8ed58b Repair possible failure to update hint bits back to disk, per
http://archives.postgresql.org/pgsql-hackers/2004-10/msg00464.php.
This fix is intended to be permanent: it moves the responsibility for
calling SetBufferCommitInfoNeedsSave() into the tqual.c routines,
eliminating the requirement for callers to test whether t_infomask changed.
Also, tighten validity checking on buffer IDs in bufmgr.c --- several
routines were paranoid about out-of-range shared buffer numbers but not
about out-of-range local ones, which seems a tad pointless.
2004-10-15 22:40:29 +00:00
..
backend Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
bin Allow psql booleans to use OFF or off. 2004-10-15 05:02:31 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
interfaces Add 'int' cast for getpid() because some Solaris releases return long 2004-10-14 20:23:46 +00:00
makefiles Use -fPIC not -fpic for BSDen on Sparc. Also switch from 2004-10-11 23:27:23 +00:00
pl I have attached 5 patches (split up for ease of review) to plperl.c. 2004-10-15 17:08:26 +00:00
port Use native Cygwin symlinks so tablespaces work on Win95/98/ME which 2004-10-11 22:50:48 +00:00
template Fix TAS assembly stuff for Solaris/386. (I'm not in a position to 2004-09-24 00:21:32 +00:00
test Unbreak regression tests (Peter's recent checkin to executor/spi.c did 2004-10-13 01:22:31 +00:00
timezone Make libpgport be front-end only and make libpgport_srv be a backend 2004-10-04 13:43:59 +00:00
tools Indent comment pushed to new line by else so it is indented by BSD 2004-10-07 14:15:50 +00:00
tutorial Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
DEVELOPERS
Makefile please find attached an alternate submission which addresses open item 2004-10-06 08:50:02 +00:00
Makefile.global.in The previous build rules caused each binary to be re-linked on every 2004-10-15 17:10:58 +00:00
Makefile.shlib > This lets you do something like: 2004-10-15 05:11:00 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00