postgresql/src/backend
Tom Lane f4ec2fabbf Modify information_schema._pg_keysequal() to avoid search path risk when
contrib/intarray is loaded.  Per bug #5417 from Kenaniah Cerny.

Not forcing initdb since backend doesn't directly depend on this,
and few people have run into it.
2010-04-28 21:18:07 +00:00
..
access Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +00:00
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
catalog Modify information_schema._pg_keysequal() to avoid search path risk when 2010-04-28 21:18:07 +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 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 Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa. 2010-04-28 00:46:33 +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 Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +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 Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +00:00
tcop Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
tsearch Modify the built-in text search parser to handle URLs more nearly according 2010-04-28 02:04:16 +00:00
utils Introduce wal_level GUC to explicitly control if information needed for 2010-04-28 16:10:43 +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