postgresql/src/backend
1997-12-16 15:59:11 +00:00
..
access Remove trailing period from an elog message. 1997-12-09 01:40:30 +00:00
bootstrap Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 1997-11-28 17:28:02 +00:00
catalog Rename pg_plan and pg_eval to be more meaningful. 1997-12-11 17:36:58 +00:00
commands Make password null on startup. 1997-12-12 16:26:36 +00:00
executor Rename pg_plan and pg_eval to be more meaningful. 1997-12-11 17:36:58 +00:00
lib Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
libpq Use MAXPGPATH to declare size of socket name storage. 1997-12-16 15:58:14 +00:00
main Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
nodes Add some printing capability for a few more node types (CreateStmt, 1997-12-04 23:20:32 +00:00
optimizer Rename pg_plan and pg_eval to be more meaningful. 1997-12-11 17:36:58 +00:00
parser Allow multiple-argument functions in constraint clauses. 1997-12-16 15:50:54 +00:00
port AIX patch from Darren King. 1997-10-30 03:37:28 +00:00
postmaster Fix for user password packet processing, from Goran Thyni. 1997-12-15 22:03:59 +00:00
regex Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
rewrite Rename pg_plan and pg_eval to be more meaningful. 1997-12-11 17:36:58 +00:00
storage Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 1997-11-28 17:28:02 +00:00
tcop Use environment variable PGDATESTYLE on backend startup to initialize 1997-12-16 15:57:00 +00:00
tioga Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
utils Define text, varchar, and bpchar string length functions. 1997-12-16 15:59:11 +00:00
Makefile Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description 1997-11-13 03:23:18 +00:00