postgresql/src/backend
Simon Riggs 5787c6730e Skip extraneous locking in XLogCheckBuffer().
Heikki reported comment was wrong, so fixed
code to match the comment: we only need to
take additional locking precautions when we
have a shared lock on the buffer.
2013-04-08 09:11:49 +01:00
..
access Skip extraneous locking in XLogCheckBuffer(). 2013-04-08 09:11:49 +01:00
bootstrap Allow I/O reliability checks using 16-bit checksums 2013-03-22 13:54:07 +00:00
catalog sepgsql: Enforce db_schema:search permission. 2013-04-05 08:51:31 -04:00
commands Fix checksums for CLUSTER, VACUUM FULL etc. 2013-04-07 22:16:51 +01:00
executor Support writable foreign tables. 2013-03-10 14:16:02 -04:00
foreign Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
lib Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
main Fix insecure parsing of server command-line switches. 2013-04-01 14:00:51 -04:00
nodes Support writable foreign tables. 2013-03-10 14:16:02 -04:00
optimizer Ignore extra subquery outputs in set_subquery_size_estimates(). 2013-03-31 18:34:15 -04:00
parser Add sql_drop event for event triggers 2013-03-28 13:05:48 -03:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
postmaster Avoid updating our PgBackendStatus entry when track_activities is off. 2013-04-03 14:13:28 -04:00
regex Fix crash on compiling a regular expression with more than 32k colors. 2013-04-04 19:48:11 +03:00
replication In base backup, only include our own tablespace version directory. 2013-03-25 20:19:22 +02:00
rewrite Extend object-access hook machinery to support post-alter events. 2013-03-17 22:57:26 -04:00
snowball Update copyrights for 2013 2013-01-01 17:15:01 -05:00
storage Avoid tricky race condition recording XLOG_HINT 2013-04-08 08:52:39 +01:00
tcop sepgsql: Enforce db_schema:search permission. 2013-04-05 08:51:31 -04:00
tsearch Update copyrights for 2013 2013-01-01 17:15:01 -05:00
utils Fix off by one error in JSON extract path code. 2013-04-04 18:26:52 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Move relpath() to libpgcommon 2013-02-21 22:46:17 -03:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
nls.mk Split out XLog reading as an independent facility 2013-01-16 16:12:53 -03:00