postgresql/src
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
..
backend Keep the list of to-be-NOTIFYed names in a plain List palloc'd in 2001-06-17 22:27:15 +00:00
bin Revoke public read access from pg_statistic, create new system view 2001-06-14 19:47:25 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data
include Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilosoft.com>. 2001-06-17 02:05:20 +00:00
interfaces fixed bug in connect.c 2001-06-15 09:55:51 +00:00
makefiles
pl Fix a few missed NOIND usages. 2001-06-09 02:19:07 +00:00
template Back out qnx plpgsql/Makefile change and move to src/Makefile. 2001-05-24 22:33:18 +00:00
test Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilosoft.com>. 2001-06-17 02:05:20 +00:00
tools
tutorial Update some obsolete examples. 2001-06-13 19:31:56 +00:00
utils pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
DEVELOPERS
GNUmakefile.in
Makefile Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile.global.in
Makefile.shlib
nls-global.mk Native Language Support (NLS) 2001-06-02 18:25:18 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00