Tom Lane
4877c59217
Suppress trivial compiler warning.
2001-11-01 05:45:28 +00:00
Barry Lind
8304a395f9
minor improvements on Dave's last checkin
2001-11-01 01:10:13 +00:00
Hiroshi Inoue
01da8e918d
Suppress a compiler warning.
2001-10-31 23:54:02 +00:00
Dave Cramer
1da3771b4e
changes to support 3rd party ERD tools and staroffice
2001-10-31 20:27:37 +00:00
Dave Cramer
af000b7f2e
allow null passwords
2001-10-31 20:26:01 +00:00
Dave Cramer
29916087d0
added dummy login
2001-10-31 20:24:32 +00:00
Thomas G. Lockhart
c859ff92d0
Fix queries to insulate from daylight savings time.
2001-10-31 14:44:23 +00:00
Bruce Momjian
57584d70fa
More *.po cleanups for new spacing.
2001-10-31 05:16:31 +00:00
Bruce Momjian
e7fc0604cd
Modify *.po files and regression expected output for new clearer error
...
message spacing.
2001-10-31 05:14:33 +00:00
Bruce Momjian
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
Bruce Momjian
85817580f4
Traditional Chinese error messages for JDBC.
...
Zhenbang Wei
2001-10-31 04:55:02 +00:00
Bruce Momjian
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
Bruce Momjian
74c2f8e729
Apply updated PO language patch.
...
Zhenbang Wei
2001-10-31 04:31:17 +00:00
Bruce Momjian
41b161f0eb
PO language update.
...
forth@pagic.net
2001-10-31 04:20:26 +00:00
Tom Lane
9a88b8a600
Update solaris-1947 variant files for new datetime regression tests.
...
Results checked by Olivier Prenant.
2001-10-30 22:48:57 +00:00
Tom Lane
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
Barry Lind
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
Bruce Momjian
c41b6b1b9c
Fix small problem Tom Lane found with pgindent run.
2001-10-30 05:38:56 +00:00
Barry Lind
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
Barry Lind
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
Bruce Momjian
8469a33818
Add gp->gr_mem != NULL check for Solaris, per Seth Hettich
2001-10-29 18:06:54 +00:00
Bruce Momjian
40b1403ae8
Check for NULL return from getgrgid(), per Seth Hettich
2001-10-29 17:55:41 +00:00
Tatsuo Ishii
f2a2ad59bc
Fix bug with illegal call to calloc.
2001-10-29 06:45:32 +00:00
Hiroshi Inoue
aaf95b6c86
Change position of a check button in multibyte mode.
2001-10-29 02:51:46 +00:00
Bruce Momjian
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
Bruce Momjian
c29797deeb
Add code to trip trailing newlines in a file.
2001-10-27 13:54:45 +00:00
Bruce Momjian
5ef74fe593
Correct fix for indenting.
2001-10-27 03:31:36 +00:00
Tom Lane
8dcf998dd1
Remove no-longer-needed dependencies on DLSUFFIX.
2001-10-26 20:45:33 +00:00
Bruce Momjian
b93939a6a7
Adjust NR tests. More accurate.
2001-10-26 17:54:45 +00:00
Bruce Momjian
8c1f4e574b
Add code to not indent enum, per Tom Lane.
2001-10-26 16:21:13 +00:00
Bruce Momjian
99a9f2f6f4
Add ODBC typedefs.
2001-10-26 15:42:54 +00:00
Tom Lane
40ce3a93f1
Remove 294 reduce/reduce conflicts.
2001-10-25 20:56:53 +00:00
Tom Lane
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
Bruce Momjian
80b9a00439
Add blank line before #endif to #endif's at the end of the file.
2001-10-25 19:57:03 +00:00
Bruce Momjian
3231341eed
Add slash for comment spacing, for Tom.
2001-10-25 19:22:05 +00:00
Bruce Momjian
81d9a9674e
Add comment spaces for trailing ) and comment.
2001-10-25 18:44:42 +00:00
Bruce Momjian
cae059ba5e
Add spacing for single-line comments with trailing semicolon _and_
...
comma, per Tom.
2001-10-25 18:25:23 +00:00
Tom Lane
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
Tom Lane
92e8282229
Add missing output routine for FkConstraint nodes.
2001-10-25 14:08:11 +00:00
Bruce Momjian
05584c9660
Code cleanup.
2001-10-25 06:27:56 +00:00
Bruce Momjian
d2e27b0674
pgjindent jdbc files. First time jdbc files were formatted.
2001-10-25 06:00:05 +00:00
Bruce Momjian
b81844b173
pgindent run on all C files. Java run to follow. initdb/regression
...
tests pass.
2001-10-25 05:50:21 +00:00
Bruce Momjian
59da2105d8
Update to prevent CATALOG() from wrapping.
2001-10-25 05:07:56 +00:00
Bruce Momjian
bbc7491de1
Add current typedef symbols to pgindent.
2001-10-25 03:56:35 +00:00
Bruce Momjian
fde8edaf53
Add do { ... } while (0) to more bad macros.
2001-10-25 01:29:37 +00:00
Bruce Momjian
309a04f5b8
Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs
...
script.
2001-10-25 00:50:50 +00:00
Peter Eisentraut
8b4d5c7575
Include locale.h before undefining gettext() to avoid compilation errors
...
on Solaris.
per report from Lee Kindness, 2001-10-23
2001-10-24 21:49:14 +00:00
Bruce Momjian
6f6d16ab25
All three *.po patches applied.
...
forth@pagic.net
2001-10-24 17:52:28 +00:00
Bruce Momjian
cabe9896bc
Here is a patch for DatabaseMetaData to show precision properly. It is
...
from Mark Lillywhite. I am adding to the patch queue.
2001-10-24 17:44:28 +00:00
Hiroshi Inoue
0450331526
Allow concurrent index creation for the same table.
2001-10-24 09:28:31 +00:00