postgresql/src/backend
Tom Lane 2871b4618a Replace the KnownAssignedXids hash table with a sorted-array data structure,
and be more tense about the locking requirements for it, to improve performance
in Hot Standby mode.  In passing fix a few bugs and improve a number of
comments in the existing HS code.

Simon Riggs, with some editorialization by Tom
2010-04-28 00:09:05 +00:00
..
access Replace the KnownAssignedXids hash table with a sorted-array data structure, 2010-04-28 00:09:05 +00:00
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
catalog Reorder pg_stat_activity columns to be more consistent, using layout 2010-04-26 14:22:37 +00:00
commands Further reductions in Hot Standby conflict processing. These 2010-04-22 02:15:45 +00:00
executor Message tuning 2010-03-21 00:17:59 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
libpq Fix pg_hba.conf matching so that replication connections only match records 2010-04-21 03:32:53 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Fix "constraint_exclusion = partition" logic so that it will also attempt 2010-03-30 21:58:11 +00:00
optimizer Add an 'enable_material' GUC. 2010-04-19 00:55:26 +00:00
parser Pass incompletely-transformed aggregate argument lists as separate parameters 2010-03-17 16:52:38 +00:00
po Translation updates for 9.0alpha4 2010-02-19 00:40:05 +00:00
port pgindent run for 9.0 2010-02-26 02:01:40 +00:00
postmaster On Windows, syslogger runs in two threads. The main thread processes config 2010-04-16 09:51:49 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Fix pg_hba.conf matching so that replication connections only match records 2010-04-21 03:32:53 +00:00
rewrite pgindent run for 9.0 2010-02-26 02:01:40 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage Replace the KnownAssignedXids hash table with a sorted-array data structure, 2010-04-28 00:09:05 +00:00
tcop Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
tsearch Add missing newlines in WPARSER_TRACE output. 2010-04-26 17:10:18 +00:00
utils Add comments about why we set LC_CTYPE in WIN32 for time when we don't 2010-04-26 14:17:52 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Well, the systemtap guys moved the goalposts again: with the latest version, 2010-01-20 23:12:03 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00