postgresql/src/backend
Robert Haas f4122a8d50 Add a hook in ExecCheckRTPerms().
This hook allows a loadable module to gain control when table permissions
are checked.  It is expected to be used by an eventual SE-PostgreSQL
implementation, but there are other possible applications as well.  A
sample contrib module can be found in the archives at:

http://archives.postgresql.org/pgsql-hackers/2010-05/msg01095.php

Robert Haas and Stephen Frost
2010-07-09 14:06:01 +00:00
..
access Update obsolete comment. Noted by Josh Tolley. 2010-07-08 16:08:30 +00:00
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
catalog pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
commands pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
executor Add a hook in ExecCheckRTPerms(). 2010-07-09 14:06:01 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
libpq Make the Windows tcp keepalive support depend on the existance of the 2010-07-08 16:19:50 +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 "cannot handle unplanned sub-select" error that can occur when a 2010-07-08 00:14:04 +00:00
parser pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
po Translation updates for 9.0beta3 2010-07-08 21:32:28 +00:00
port pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
postmaster pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication pgindent run for 9.0, second run 2010-07-06 19:19:02 +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 Make log_temp_files based on kB, and revert docs & comments to match. 2010-07-06 22:55:26 +00:00
tcop pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
tsearch pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
utils Adjust mbutils.c so it won't get broken by future pgindent runs. 2010-07-07 15:13:21 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +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