..
access
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
1999-10-23 03:13:33 +00:00
bootstrap
Change #include's to use <> and "" as appropriate.
1999-07-15 23:04:24 +00:00
catalog
Changed pg_rewrite attributes ev_qual and ev_action to the new
1999-11-18 13:56:30 +00:00
commands
Change backend-side COPY to write files with permissions 644 not 666
1999-11-21 04:16:17 +00:00
executor
Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine
1999-11-12 06:39:34 +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
Fix for multi-byte includes.
1999-07-17 16:25:28 +00:00
nodes
Clean up possible memory leakage in nodeSubplan
1999-11-15 03:28:07 +00:00
optimizer
Combine index_info and find_secondary_indexes into a single routine that
1999-11-21 23:25:47 +00:00
parser
Eliminate local inefficiencies in updateTargetListEntry, make_var, and
1999-11-01 05:06:21 +00:00
port
Fix for arm32 and fix for dbname with dash.
1999-11-18 21:47:41 +00:00
regex
Move some system includes into c.h, and remove duplicates.
1999-07-17 20:18:55 +00:00
rewrite
Clean up rewriter routines to use expression_tree_walker and
1999-10-01 04:08:24 +00:00
storage
Clean up some problems in error recovery --- elog() was pretty broken
1999-11-22 02:06:31 +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
Repair problem exposed by Jan's new parallel-regression-test scaffold:
1999-11-21 01:58:22 +00:00
c.h
Move some system includes into c.h, and remove duplicates.
1999-07-17 20:18:55 +00:00
config.h.in
Improve getopt and readline support, from Peter Eisentraut.
1999-11-04 21:46:40 +00:00
miscadmin.h
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
1999-10-23 03:13:33 +00:00
postgres.h
New NameStr macro to convert Name to Str. No need for var.data anymore.
1999-11-07 23:08:36 +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