postgresql/src/backend
Tom Lane 9b4cda0df6 Add built-in userlock manipulation functions to replace the former
contrib functionality.  Along the way, remove the USER_LOCKS configuration
symbol, since it no longer makes any sense to try to compile that out.
No user documentation yet ... mmoncure has promised to write some.
Thanks to Abhijit Menon-Sen for creating a first draft to work from.
2006-09-18 22:40:40 +00:00
..
access Improve error message. Per discussion 2006-09-14 11:26:49 +00:00
bootstrap Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +00:00
catalog Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, 2006-09-16 20:14:34 +00:00
commands Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock on 2006-09-17 22:50:31 +00:00
executor Clean up logging for extended-query-protocol operations, as per my recent 2006-09-07 22:52:01 +00:00
lib
libpq Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus. 2006-09-15 21:28:08 +00:00
main
nodes Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +00:00
optimizer Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE 2006-09-08 17:49:13 +00:00
parser Fix problems with column name list of CREATE TABLE AS being applied to 2006-09-18 16:04:04 +00:00
po Fix mistyping 2006-08-29 15:47:48 +00:00
port Round microseconds on setitimer upwards. 2006-08-09 21:18:13 +00:00
postmaster Fix pgstat_report_waiting() to not dump core if called before 2006-08-28 19:38:09 +00:00
regex
rewrite Get rid of the separate RULE privilege for tables: now only a table's owner 2006-09-05 21:08:36 +00:00
storage Add built-in userlock manipulation functions to replace the former 2006-09-18 22:40:40 +00:00
tcop Make logging of extended-protocol commands a bit more consistent, per 2006-09-13 21:59:04 +00:00
utils Add built-in userlock manipulation functions to replace the former 2006-09-18 22:40:40 +00:00
Makefile Revise OpenLDAP configuration and linking to work on more platforms 2006-09-09 03:15:40 +00:00
nls.mk