postgresql/src/backend
1999-04-30 16:22:46 +00:00
..
access My first cut at libpq revision didn't handle MULTIBYTE correctly, 1999-04-25 19:27:47 +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 My first cut at libpq revision didn't handle MULTIBYTE correctly, 1999-04-25 19:27:47 +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 Clean up typo causing compile failure. 1999-04-30 16:22:46 +00:00
tcop Fix stupid typo that broke empty-query response... odd that 1999-04-28 22:17:58 +00:00
tioga Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
utils Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECT 1999-04-29 15:52:01 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00