postgresql/src/backend
Bruce Momjian 645cc13276 Remove PGDATA setting and use DataDir. 1997-12-11 17:03:52 +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 Document pg_dump -z, clean up option list. Fix problem with libpq handling of field names uppercase code. 1997-12-01 21:01:24 +00:00
commands Major code cleanup following the pg_password insertion... 1997-12-09 03:11:25 +00:00
executor Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 1997-11-28 17:28:02 +00:00
lib Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
libpq Remove PGDATA setting and use DataDir. 1997-12-11 17:03:52 +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 Break parser functions into smaller files, group together. 1997-11-25 22:07:18 +00:00
parser Major code cleanup following the pg_password insertion... 1997-12-09 03:11:25 +00:00
port AIX patch from Darren King. 1997-10-30 03:37:28 +00:00
postmaster Remove PGDATA setting and use DataDir. 1997-12-11 17:03:52 +00:00
regex Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
rewrite Break parser functions into smaller files, group together. 1997-11-25 22:07:18 +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 Add VARHDRSZ where needed. Many places just used 4. 1997-12-06 22:57:36 +00:00
tioga Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
utils More VARHDRSZ additions. 1997-12-08 04:42:48 +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