postgresql/src/backend
Tom Lane 87d95ca04d Arrange for VACUUM to delete the init file that relcache.c uses
to save a little bit of backend startup time.  This way, the first
backend started after a VACUUM will rebuild the init file with up-to-date
statistics for the critical system indexes.
1999-05-01 19:09:46 +00:00
..
access Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for 1999-05-01 16:09:45 +00:00
bootstrap Change elog(ERROR) to get back to main loop via a plain sigsetjmp, 1999-04-20 02:19:59 +00:00
catalog Repair missing heap_endscan() in OperatorUpd(). 1999-04-23 00:50:57 +00:00
commands Arrange for VACUUM to delete the init file that relcache.c uses 1999-05-01 19:09:46 +00:00
executor Aggregate functions didn't work on subscripted array references. 1999-04-29 01:13:13 +00:00
lib Revise backend libpq interfaces so that messages to the frontend 1999-04-25 03:19:27 +00:00
libpq Still had a few MULTIBYTE problems when client encoding was 1999-04-25 21:50:58 +00:00
main Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodes Fix for _copyUnique() suggested by Hiroshi Inoue 1999-04-27 09:49:36 +00:00
optimizer Fill in reasonable-looking cost estimates in inserted nodes. 1999-04-30 04:04:27 +00:00
parser Defend against 'update oid'. Someday we might want to support 1999-04-29 03:01:50 +00:00
port We have tested the patches on three platforms: 1999-03-14 16:03:33 +00:00
postmaster Rearrange handling of MAXBACKENDS a little bit. The default setting 1999-02-21 01:41:55 +00:00
regex Fix multi-byte+locale problem 1999-03-25 04:46:53 +00:00
rewrite Final optimizer cleanups. 1999-02-22 05:26:58 +00:00
storage cleanup 1999-04-30 17:03:04 +00:00
tcop -T was omitted from getopt() call. 1999-05-01 17:16:25 +00:00
tioga Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
utils Arrange for VACUUM to delete the init file that relcache.c uses 1999-05-01 19:09:46 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00