postgresql/src/include
Tom Lane 7cc0d6ae9d Fix tab-complete so it works with old versions of readline that don't
have the rl_completion_append_character variable.  The tab completion
behavior doesn't seem to be quite perfect in that situation, but it's
better than failing to build at all...
2000-01-21 23:32:36 +00:00
..
access Make number of args to a function configurable. 2000-01-10 17:14:46 +00:00
bootstrap Clean up longstanding gcc warnings by adding missing extern 2000-01-20 05:34:32 +00:00
catalog Add builtin functions: 2000-01-18 05:10:29 +00:00
commands Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
executor Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result 2000-01-19 23:55:03 +00:00
lib Remove now-dead sort modules. 1999-10-17 22:19:07 +00:00
libpq Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 1999-10-23 03:13:33 +00:00
mb Add builtin functions: 2000-01-18 05:10:29 +00:00
nodes Create a new parsetree node type, TypeCast, so that transformation of 2000-01-17 00:14:49 +00:00
optimizer Remove no-longer-used symbols. 2000-01-11 03:59:31 +00:00
parser Clean up longstanding gcc warnings by adding missing extern 2000-01-20 05:26:54 +00:00
port Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Clean up rewriter routines to use expression_tree_walker and 1999-10-01 04:08:24 +00:00
storage Fix for TODO item * spinlock stuck problem when elog(FATAL) 2000-01-17 01:15:19 +00:00
tcop Modify elog() logic so that it won't try to longjmp(Warn_restart) before 1999-11-16 06:13:36 +00:00
utils setheapoverride() is history. Uses replaced with CommandCounterIncrement() 2000-01-17 23:57:48 +00:00
c.h Fixed everything in and surrounding createdb and dropdb to make it more 2000-01-13 18:26:18 +00:00
config.h.in Fix tab-complete so it works with old versions of readline that don't 2000-01-21 23:32:36 +00:00
miscadmin.h Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
postgres.h Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
rusagestub.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +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
version.h.in Update version for 7.0. 1999-11-01 02:33:32 +00:00