postgresql/src/backend
Bruce Momjian c7c012ce56 Update comment about why postmaster doesn't get an icon. 2010-05-12 23:48:36 +00:00
..
access Need to hold ControlFileLock while updating control file. Update 2010-05-03 11:17:52 +00:00
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
catalog Set per-function GUC settings during validating the function. 2010-05-11 04:52:28 +00:00
commands Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +00:00
executor Introduce wal_level GUC to explicitly control if information needed for 2010-04-28 16:10:43 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib Work around a subtle portability problem in use of printf %s format. 2010-05-08 16:39:53 +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 Fix incorrect patch that removed permission checks on inheritance child 2010-05-11 15:31:37 +00:00
parser Adjust comments about avoiding use of printf's %.*s. 2010-05-09 02:16:00 +00:00
po Translation updates for 9.0alpha4 2010-02-19 00:40:05 +00:00
port Add code to InternalIpcMemoryCreate() to handle the case where shmget() 2010-05-01 22:46:30 +00:00
postmaster Cause the archiver process to adopt new postgresql.conf settings (particularly 2010-05-11 16:42:28 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Fix missing static declaration for XLogRead(). 2010-05-09 18:11:55 +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 Clean up some awkward, inaccurate, and inefficient processing around 2010-05-02 02:10:33 +00:00
tcop Give most recovery conflict errors a retryable error code. From recent 2010-05-12 19:45:02 +00:00
tsearch Adjust comments about avoiding use of printf's %.*s. 2010-05-09 02:16:00 +00:00
utils Adjust comments about avoiding use of printf's %.*s. 2010-05-09 02:16:00 +00:00
Makefile Update comment about why postmaster doesn't get an icon. 2010-05-12 23:48:36 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +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