You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jan Wieck
fc65a3e1fd
Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()
...
for already empty buffers because their buffer tag was not cleard out
when the buffers have been invalidated before.
Also removed the misnamed BM_FREE bufhdr flag and replaced the checks,
which effectively ask if the buffer is unpinned, with checks against the
refcount field.
Jan
22 years ago
..
access
Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to
22 years ago
bootstrap
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
catalog
Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to
22 years ago
commands
Centralize implementation of delay code by creating a pg_usleep()
22 years ago
executor
Fix oversight in optimization that avoids an unnecessary projection step
22 years ago
lib
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
libpq
Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio
22 years ago
mb
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
nodes
Fix oversight in optimization that avoids an unnecessary projection step
22 years ago
optimizer
Revise GEQO planner to make use of some heuristic knowledge about SQL, namely
22 years ago
parser
Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS
22 years ago
port
Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio
22 years ago
regex
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
rewrite
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
storage
Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()
22 years ago
tcop
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
utils
Restructure smgr API as per recent proposal. smgr no longer depends on
22 years ago
Makefile
$Header: -> $PostgreSQL Changes ...
22 years ago
c.h
Remove the following unused type definitions: bool8, bool16, bool32, word8,
22 years ago
fmgr.h
Add a hash table to cache lookups of 'C'-language functions (that is,
22 years ago
funcapi.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
getaddrinfo.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
getopt_long.h
$Header: -> $PostgreSQL Changes ...
22 years ago
miscadmin.h
Centralize implementation of delay code by creating a pg_usleep()
22 years ago
pg_config.h.in
Check and set thread-safe functions separately, rather than as a single
22 years ago
pg_config.h.win32
Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.
22 years ago
pg_config_manual.h
Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to
22 years ago
pgstat.h
Continued rearrangement to permit pgstat + BootstrapMain processes to be
22 years ago
port.h
Centralize implementation of delay code by creating a pg_usleep()
22 years ago
postgres.h
Tighten short-circuit tests for deciding whether we need to invoke
22 years ago
postgres_ext.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
postgres_fe.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
rusagestub.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
strdup.h
Fix an obsolete file path mentioned in a comment.
22 years ago