postgresql/src/include
Tom Lane 77896d1fc9 Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line
number in the data structure so that we can give at least a minimally
useful idea of where the mistake is when we issue syntax error messages.
Move the ClientAuthentication() call to where it should have been in
the first place, so that postmaster memory releasing can happen in a
reasonable place also.  Update obsolete comments, correct one real bug
(auth_argument was not picked up correctly).
2001-07-31 22:55:45 +00:00
..
access Arrange to recycle old XLOG log segment files as new segment files, 2001-07-19 02:12:35 +00:00
bootstrap Make bootstrap debug messages more readable. Clean up some clutter. 2001-05-12 01:48:49 +00:00
catalog Update 'translate' function description. translate does character set 2001-07-31 17:09:30 +00:00
commands New-style vacuum neglected to update pg_class statistics about indexes 2001-07-18 00:46:25 +00:00
executor Make planner compute the number of hash buckets the same way that 2001-06-11 00:17:08 +00:00
lib pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
libpq Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line 2001-07-31 22:55:45 +00:00
mb TODO item: 2001-07-15 11:07:37 +00:00
nodes Remove some unused node symbols 2001-07-16 19:12:58 +00:00
optimizer Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that 2001-07-31 17:56:31 +00:00
parser Back out BYTEA binary compatibility changes. 2001-06-24 02:41:21 +00:00
port I haven't tried building postgres with the Watcom compiler for 7.1 because 2001-05-24 15:53:34 +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 Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. 2001-07-09 22:18:34 +00:00
tcop Preliminary code cleanup in elog(). Split out some code into utility 2001-06-08 21:16:49 +00:00
utils Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
c.h Libpq++ fixes for Win32 compile. 2001-07-11 22:12:43 +00:00
config.h.in Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
config.h.win32 Libpq++ fixes for Win32 compile. 2001-07-11 22:12:43 +00:00
fmgr.h Add dynamic_library_path parameter and automatic appending of shared 2001-05-17 17:44:18 +00:00
Makefile Add missing semicolon required by QNX shell. 2001-03-01 16:17:53 +00:00
miscadmin.h The attached patch enables the contrib subtree to build cleanly under 2001-06-18 21:38:02 +00:00
pgstat.h Added GUC configuration options to control access statistics. 2001-07-05 15:19:40 +00:00
postgres_ext.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
postgres_fe.h Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
postgres.h Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
rusagestub.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00