Hiroshi Inoue
b52950cc3d
Add md5 authentication support thanks to Bruce Momjian.
2001-11-12 00:54:28 +00:00
Tom Lane
f14fdad858
Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.
...
Brent Verner, with review and kibitzing from Tom Lane.
2001-11-12 00:46:36 +00:00
Tom Lane
8bfc437301
Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering
...
to apply the proper Datum conversion macros to search key values.
2001-11-12 00:00:55 +00:00
Tom Lane
801a1accca
Test program needs to declare MaxBackends, per Bernd Tegge.
2001-11-11 22:12:00 +00:00
Tom Lane
69a59150c2
Defend against brain-dead QNX implementation of qsort().
...
Per report from Bernd Tegge, 10-Nov-01.
2001-11-11 22:00:25 +00:00
Tom Lane
c5c97318f9
In find_mergeclauses_for_pathkeys, it's okay to return multiple merge
...
clauses per path key. Indeed, we *must* do so or we will be unable to
form a valid plan for FULL JOIN with overlapping join conditions, eg
select * from a full join b on
a.v1 = b.v1 and a.v2 = b.v2 and a.v1 = b.v2.
2001-11-11 20:33:53 +00:00
Bruce Momjian
c336b58f93
Fix typo pointed out by bruno@wolff.to
2001-11-11 19:24:28 +00:00
Bruce Momjian
4552ddd535
Fix for compiling libpq++ on Solaris with Sun SPRO6U2.
...
Denis A Ustimenko
2001-11-11 19:20:53 +00:00
Tom Lane
ad511a3ff3
sort_inner_and_outer needs a check to ensure that it's consumed all the
...
mergeclauses in RIGHT/FULL join cases, just like the other routines have.
I'm not quite sure why I thought it didn't need one --- but Nick
Fankhauser's recent bug report proves that it does.
2001-11-11 19:18:54 +00:00
Hiroshi Inoue
8bf1e098dd
Use abbreviated connection string more widely.
...
This seems to fix the trouble with PowerBuilder
reported by Magbus Weber.
2001-11-11 07:24:36 +00:00
Tom Lane
15c21bf8e1
Defend against possibility that SSL error reporting mechanism returns
...
a NULL pointer. Per report from Stephen Pillinger 8-Nov-01.
2001-11-11 02:09:05 +00:00
Tom Lane
f6ee99a062
Clean up usage-statistics display code (ShowUsage and friends). StatFp
...
is gone, usage messages now go through elog(DEBUG).
2001-11-10 23:51:14 +00:00
Tom Lane
0c1669c806
Restructure child-exit logging messages for easier translation,
...
per suggestion from Peter.
2001-11-10 23:06:12 +00:00
Tom Lane
ec438886e1
Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,
...
though alas not as unquoted function names. De-reserve a bunch of
keywords that could have been in ColId rather than ColLabel all along.
Per recent proposal in pgsql-patches.
2001-11-10 22:31:49 +00:00
Tom Lane
26e8a4f356
Repair erroneous ALTER DROP CONSTRAINT example.
2001-11-10 20:13:37 +00:00
Dave Cramer
be4e5059a2
Jason Davies patch to getImported/getExported keys
2001-11-09 02:57:50 +00:00
Peter Eisentraut
e5fadc78b5
Support for images in jadetex and pdfjadetex. Formatting improvements for
...
lists, bibliography, index, page numbering. Add comments.
2001-11-08 23:46:29 +00:00
Peter Eisentraut
03048ffd3f
Use <sect1> rather than <section> to simplify formatting.
2001-11-08 23:44:01 +00:00
Peter Eisentraut
15f2215c86
Add missing spaces
2001-11-08 23:42:23 +00:00
Peter Eisentraut
84f07f5768
Fix indexterms
2001-11-08 23:41:12 +00:00
Peter Eisentraut
ede8724010
Move the indexterms around so they don't affect formatting
2001-11-08 23:40:40 +00:00
Peter Eisentraut
e0a513e82e
Use <important> rather than <caution> when the condition isn't hazardous,
...
because the result looks to "scary" otherwise.
2001-11-08 23:39:22 +00:00
Peter Eisentraut
5766f98a73
Small tuning
2001-11-08 23:37:50 +00:00
Peter Eisentraut
06f008e154
Spacing improvements
2001-11-08 23:36:55 +00:00
Peter Eisentraut
d65df97885
Don't use dot in id attribute, which confuses the index generation code in
...
this particular instance.
2001-11-08 23:36:18 +00:00
Peter Eisentraut
a715c0e4c5
Cleanup of bibliography
2001-11-08 23:34:33 +00:00
Bruce Momjian
77e4fd889c
Fix indenting for 'extern "C"' cases.
2001-11-08 20:37:52 +00:00
Bruce Momjian
e8192dc0d0
Update TODO list.
2001-11-08 18:24:55 +00:00
Bruce Momjian
876c7009fb
Make extern C handling more flexible.
2001-11-08 17:03:23 +00:00
Bruce Momjian
149d13de74
When given oversized key, encrypt/decrypt corrupted
...
memory. This fixes it. Also a free() was missing.
marko
2001-11-08 15:56:58 +00:00
Tom Lane
7e16f3c0d8
PostgreSQL works again on Mac OS X 10.1. Hold your nose before
...
investigating the kluge that makes it so...
2001-11-08 04:24:03 +00:00
Tom Lane
64af43a15f
Add casts to suppress compiler warnings observed on Darwin platform
...
(surprised no one has reported these yet...)
2001-11-08 04:05:13 +00:00
Bruce Momjian
c6e25ed1af
Fix replacement of extern C string.
2001-11-07 22:10:02 +00:00
Bruce Momjian
1233d4fd6c
Fix typo.
2001-11-07 21:29:04 +00:00
Bruce Momjian
e644fc25c7
Prevent indenting of 'extern "C"' blocks.
2001-11-07 21:24:28 +00:00
Bruce Momjian
a69833c583
Mention new =NULL change in Migration section.
2001-11-07 17:27:36 +00:00
Bruce Momjian
75df678ffa
Update TODO list.
2001-11-07 05:27:46 +00:00
Bruce Momjian
96f7ef4caf
Fix wrapping.
2001-11-07 03:12:20 +00:00
Bruce Momjian
2dba7fdb4b
Correct, not too ambitious, not too
...
long for an enhancement history item? :)
--
Serguei A. Mokhov
~
2001-11-07 03:10:59 +00:00
Bruce Momjian
e7c788f3a0
Some post pgident run updates,
...
one fuzzy translation fix, some
other messages tweaking. Theoretically,
should be up-to-date by now.
Please apply to /src/interfaces/libpq/ru.po
--
Serguei A. Mokhov
2001-11-07 03:09:15 +00:00
Bruce Momjian
3e5e73ec3b
Update TODO list.
2001-11-07 01:34:03 +00:00
Tom Lane
4a3bf197eb
Add some notes about conditional rules used with views.
2001-11-06 23:54:32 +00:00
Bruce Momjian
f688c1e064
Update TODO list.
2001-11-06 23:42:44 +00:00
Bruce Momjian
62298f60b2
Add mention of another MySQL conversion tool.
2001-11-06 22:25:53 +00:00
PostgreSQL Daemon
845846bc43
tag'd and branded as b2 ...
2001-11-06 20:12:07 +00:00
Tom Lane
27e7ac190e
Update for latest version of horology test.
2001-11-06 18:03:48 +00:00
Tom Lane
d22e9456a7
Clean up formatting of child process exit-status reports so that they
...
are correct, consistent, and complete ... motivated by gripe from
Oliver Elphick, but I see someone had already made an incomplete stab
at this.
2001-11-06 18:02:48 +00:00
Thomas G. Lockhart
d2ff7e509c
Fix last (?) problem with sensitivity to daylight savings time status
...
when running the regression test. Reported by Tom Lane.
2001-11-06 16:31:13 +00:00
Thomas G. Lockhart
3ea311d4b3
Add British Double Standard Time (BDST) per mailing list report.
2001-11-06 16:29:51 +00:00
Thomas G. Lockhart
e160fcd696
Use PostgreSQL's standard declaration for a 32-bit integer to define
...
the cash data type.
2001-11-06 16:27:31 +00:00