| .. |
|
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
|
Fix problems seen when result of a subselect was used in an
|
1999-04-19 04:17:11 +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
|
Insert a test for missing targetlist entry in replace_agg_clause.
|
1999-04-26 00:37:46 +00:00 |
|
parser
|
Add disk space message to "can not extend" message.
|
1999-04-23 19:37:42 +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
|
Add disk space message to "can not extend" message.
|
1999-04-23 19:37:42 +00:00 |
|
tcop
|
Still had a few MULTIBYTE problems when client encoding was
|
1999-04-25 21:50:58 +00:00 |
|
tioga
|
Change my-function-name-- to my_function_name, and optimizer renames.
|
1999-02-13 23:22:53 +00:00 |
|
utils
|
Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.
|
1999-04-26 04:42:49 +00:00 |
|
Makefile
|
Export include/utils/mcxt.h so that external stuff can include
|
1999-03-07 23:05:57 +00:00 |