453baecda3
Update TODO list.
2001-10-31 15:06:02 +00:00
c859ff92d0
Fix queries to insulate from daylight savings time.
2001-10-31 14:44:23 +00:00
57584d70fa
More *.po cleanups for new spacing.
2001-10-31 05:16:31 +00:00
e7fc0604cd
Modify *.po files and regression expected output for new clearer error
...
message spacing.
2001-10-31 05:14:33 +00:00
37bba02bdb
Here is an updated version of /src/backend/po/ru.po
...
which incorporates recent changes by Bruce to
readability of some messages and few more translations.
--
Serguei A. Mokhov
2001-10-31 04:58:36 +00:00
85817580f4
Traditional Chinese error messages for JDBC.
...
Zhenbang Wei
2001-10-31 04:55:02 +00:00
85801ed9b8
Attached is a small patch for the Reference Manual which adds
...
information about nulls and sort order.
This is based on information obtained from Peter Eisentraut and
Tom Lane on pgsql-hackers.
Please check my English and Docbook markup, as both are a second
language to me.
Rene Pijlman
2001-10-31 04:50:52 +00:00
4911c85e86
Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.
...
Add space between slash for ALTER TABLE / ADD ....
Regression and *.po updates to follow.
2001-10-31 04:49:44 +00:00
74c2f8e729
Apply updated PO language patch.
...
Zhenbang Wei
2001-10-31 04:31:17 +00:00
41b161f0eb
PO language update.
...
forth@pagic.net
2001-10-31 04:20:26 +00:00
2fd8f8907f
Update TODO list.
2001-10-31 01:56:55 +00:00
9a88b8a600
Update solaris-1947 variant files for new datetime regression tests.
...
Results checked by Olivier Prenant.
2001-10-30 22:48:57 +00:00
2f254bdd56
updates to JDBC TODO items
2001-10-30 20:45:17 +00:00
b9cd4c8331
Grammatical corrections.
2001-10-30 20:13:44 +00:00
96ca8ffebc
Fix problems with subselects used in GROUP BY expressions, per gripe
...
from Philip Warner. Side effect of change is that GROUP BY expressions
will not be re-evaluated at multiple plan levels anymore, whereas this
sometimes happened with old code.
2001-10-30 19:58:58 +00:00
512a3aef36
fixed change in behavior introduced in bytea / getBytes changes. This patch reverts back unintentional change in behavior to return raw value even when not bytea column
2001-10-30 06:31:59 +00:00
c41b6b1b9c
Fix small problem Tom Lane found with pgindent run.
2001-10-30 05:38:56 +00:00
d650a6f580
updated patch from Mark Lillywhite per Tom Lane's comments: subtract VARHDRSZ first then and with 0xffff
2001-10-30 05:09:51 +00:00
d80d4baa09
applied patch from Mark Lillywhite, patch was already applied to jdbc2, this applies same fix to jdbc1 code
2001-10-30 05:05:25 +00:00
cd01c32f55
Add trailing semicolon for Joe Conway
2001-10-29 19:41:54 +00:00
2f1e1bcec6
Update HISTORY per HACKERS discussion.
2001-10-29 19:28:48 +00:00
8469a33818
Add gp->gr_mem != NULL check for Solaris, per Seth Hettich
2001-10-29 18:06:54 +00:00
40b1403ae8
Check for NULL return from getgrgid(), per Seth Hettich
2001-10-29 17:55:41 +00:00
f2a2ad59bc
Fix bug with illegal call to calloc.
2001-10-29 06:45:32 +00:00
aaf95b6c86
Change position of a check button in multibyte mode.
2001-10-29 02:51:46 +00:00
6783b2372e
Another pgindent run. Fixes enum indenting, and improves #endif
...
spacing. Also adds space for one-line comments.
2001-10-28 06:26:15 +00:00
c29797deeb
Add code to trip trailing newlines in a file.
2001-10-27 13:54:45 +00:00
5ef74fe593
Correct fix for indenting.
2001-10-27 03:31:36 +00:00
6b0be33446
Update WAL configuration discussion to reflect post-7.1 tweaking.
...
Minor copy-editing.
2001-10-26 23:10:21 +00:00
8394e4723a
More cleanup of CREATE FUNCTION examples.
2001-10-26 21:17:03 +00:00
8dcf998dd1
Remove no-longer-needed dependencies on DLSUFFIX.
2001-10-26 20:45:33 +00:00
62651c0176
Editorial work on xfunc chapter --- better explanations about SQL
...
functions handling composite types and sets, various minor cleanups.
2001-10-26 19:58:12 +00:00
b93939a6a7
Adjust NR tests. More accurate.
2001-10-26 17:54:45 +00:00
8c1f4e574b
Add code to not indent enum, per Tom Lane.
2001-10-26 16:21:13 +00:00
99a9f2f6f4
Add ODBC typedefs.
2001-10-26 15:42:54 +00:00
effeef8a32
Update TODO list.
2001-10-26 15:27:41 +00:00
b75e1752f0
updates to jdbc documentation for 7.2
2001-10-25 22:00:31 +00:00
40ce3a93f1
Remove 294 reduce/reduce conflicts.
2001-10-25 20:56:53 +00:00
22d9e91219
Fix a couple of places where lack of parenthesization of a cast
...
causes pgindent to make weird formatting decisions. Easiest fix
seems to be to put in the extra parens...
2001-10-25 20:37:30 +00:00
73c5ad9337
Mention pgindent/pgjindent.
2001-10-25 20:00:58 +00:00
7ebf6cb720
Final update of HISTORY.
2001-10-25 19:59:23 +00:00
80b9a00439
Add blank line before #endif to #endif's at the end of the file.
2001-10-25 19:57:03 +00:00
bac0d2d2cd
Update TODO list.
2001-10-25 19:43:53 +00:00
3231341eed
Add slash for comment spacing, for Tom.
2001-10-25 19:22:05 +00:00
81d9a9674e
Add comment spaces for trailing ) and comment.
2001-10-25 18:44:42 +00:00
cae059ba5e
Add spacing for single-line comments with trailing semicolon _and_
...
comma, per Tom.
2001-10-25 18:25:23 +00:00
b6b028c7b7
Remove <> from FAQ_MSWIN, for Vince.
2001-10-25 16:20:51 +00:00
a0cd991987
Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid
...
breaking existing pg_dump scripts, which try to assign the result of
count(*) to an int2 variable. catversion bumped.
2001-10-25 14:10:07 +00:00
92e8282229
Add missing output routine for FkConstraint nodes.
2001-10-25 14:08:11 +00:00
1f42f1da4e
bmake sure that configure is tags as 7.2b1 now instead of 7.2devel
2001-10-25 13:02:01 +00:00