postgresql/src/backend
Tom Lane 6054b33290 Keep the list of to-be-NOTIFYed names in a plain List palloc'd in
TopTransactionContext, rather than using Dllist.  This simplifies and
speeds up the code, and eliminates a former risk of coredump when
out of memory (since the old code didn't bother to check for malloc
failure).  It also moves us one step closer to retiring Dllist...
2001-06-17 22:27:15 +00:00
..
access Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
bootstrap Extend GUC concepts of parse_hook and assign_hook to all four supported 2001-06-12 22:54:06 +00:00
catalog It turns out that the relcache thinks it can distinguish different 2001-06-16 18:59:31 +00:00
commands Keep the list of to-be-NOTIFYed names in a plain List palloc'd in 2001-06-17 22:27:15 +00:00
executor Make planner compute the number of hash buckets the same way that 2001-06-11 00:17:08 +00:00
lib dllist.c is included in the frontend libpq interface via symlink. 2001-06-02 15:16:55 +00:00
libpq Allow a non-superuser database owner to vacuum all tables in his 2001-06-13 21:44:41 +00:00
main Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
nodes Allow GRANT/REVOKE to/from more than one user per invocation. Command tag 2001-06-09 23:21:55 +00:00
optimizer Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilosoft.com>. 2001-06-17 02:05:20 +00:00
parser Allow GRANT/REVOKE to/from more than one user per invocation. Command tag 2001-06-09 23:21:55 +00:00
po Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
port Fix broken $Header$ declaration. 2001-05-30 18:32:29 +00:00
postmaster Tweak startup sequence so that running out of PROC array slots is 2001-06-16 22:58:17 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Remove some dead code, simplify calling convention. 2001-06-13 18:56:30 +00:00
storage Tweak startup sequence so that running out of PROC array slots is 2001-06-16 22:58:17 +00:00
tcop Extend GUC concepts of parse_hook and assign_hook to all four supported 2001-06-12 22:54:06 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilosoft.com>. 2001-06-17 02:05:20 +00:00
Makefile Native Language Support (NLS) 2001-06-02 18:25:18 +00:00