Marc G. Fournier
36c1c94bca
From: "Billy G. Allie" <Bill.Allie@mug.org>
...
The attached patches will allow postgreSQL to compile successfully on SCO
UNIXWARE 2.1.x. The patches fix the following problems:
1. Configure did not properly recognize the UNIXWARE system as needing the
univel port. It used the sys4 port.
2. Configure did not properly process the CC flag in the template file.
3. There was no working test and set locking implementation for the native
UNIXWARE compiler.
4. The test and set locking used for Intel X86 that was selected by defining
NEED_I386_TAS_ASM could fail in a multi-processor environment.
5. The makefiles for libpq and libpgtcl did not make a shared library for
the univel port.
1998-01-17 23:33:58 +00:00
Marc G. Fournier
98c7cb11de
From: Jan Wilhelm <Jan_Wilhelm@Physik.TU-Muenchen.DE>
...
a) psql dumps core when using -a password and PGUSER is set but PGPASSWORD
not set.
1998-01-17 23:17:46 +00:00
Bruce Momjian
cb3ce64f2e
Cleanup of prototypes. FIx for PQtrace start/stop several times.
1998-01-14 15:48:51 +00:00
Vadim B. Mikheev
1fd402be54
Remove unused "option" from PQconnectdb().
1998-01-13 14:57:25 +00:00
Marc G. Fournier
602b0d0c1c
From: Goran Thyni <goran@bildbasen.se>
...
OK, here comes a patch, DBD::Pg (and possibly other 3rd party clients)
can connect to unix sockets.
Patch is against current source tree.
Background:
libpq set some policy for client, which it should not
IMHO. It prevent some 3rd party clients to connect with
unix domain sockets etc.
1998-01-13 04:24:10 +00:00
Marc G. Fournier
80159ee2bc
One more src/interfaces/libpq/Makefile problem: there's an explicit
...
reference to the name of the shared library, instead of dereferencing
the definition from the top of the file.
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-01-13 04:20:51 +00:00
Marc G. Fournier
405ced26ba
Various fixes resulting from removing the PORTNAME defines
...
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-01-13 04:18:22 +00:00
Marc G. Fournier
fc7950993d
Should fix it all, Peter?
1998-01-13 02:23:09 +00:00
Marc G. Fournier
06bad78075
Oops...missed over half the patch :(
1998-01-13 02:19:56 +00:00
Marc G. Fournier
ba977c086c
Peter's Mega-Patch for JDBC...
...
see README_6.3 for list of changes
1998-01-11 21:14:56 +00:00
Thomas G. Lockhart
6b2e7e12be
Add newline/tab to middle of long failure message to pretty it up a bit.
1997-12-23 20:00:06 +00:00
Bruce Momjian
5a5cb30096
Fix tolower loops to go in proper direction for cache.
1997-12-05 01:13:24 +00:00
Thomas G. Lockhart
d7e0e61d84
Run through toupper() conversion in the forward direction.
...
Most processors should optimize this a bit better wrt cache prefetch.
1997-12-04 23:28:20 +00:00
Bruce Momjian
8d30b40843
Update description for PGHOST and unix domain sockets. Add warning for failed connections.
1997-12-04 20:32:35 +00:00
Bruce Momjian
7d2fafe636
Update description for PGHOST and unix domain sockets. Add warning for failed connections.
1997-12-04 20:26:37 +00:00
Marc G. Fournier
4c04f7724e
From: todd brandys <brandys@eng3.hep.uiuc.edu>
...
An extension to the code to allow for a pg_password authentication database
that is *seperate* from the system password file
1997-12-04 00:28:15 +00:00
Bruce Momjian
b05eddaaab
Fix pg_dump, and libpq changes.
1997-12-01 22:02:49 +00:00
Bruce Momjian
dfc1a6a848
Document pg_dump -z, clean up option list. Fix problem with libpq handling of field names uppercase code.
1997-12-01 21:01:24 +00:00
Bruce Momjian
195f78e43c
More archive cleanup.
1997-11-21 19:12:41 +00:00
Thomas G. Lockhart
80c1e82232
Unscramble port selection logic to avoid compiler complaints about
...
uninitialized variables. I _think_ the logic is preserved...
1997-11-17 16:42:39 +00:00
Thomas G. Lockhart
3a73060ba5
Add other initialization environment variables:
...
PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO
(PGDATESTYLE, PGTZ already defined)
1997-11-14 15:38:31 +00:00
Thomas G. Lockhart
367089b0c1
Add PGTZ environment variable to initialization code.
...
Rename PG_DATESTYLE to PGDATESTYLE environment variable.
Move environment variable code to a different place so it now works!
Note that regression tests can now run with "setenv PGTZ PST8PDT"
at the frontend rather than requiring the backend to have TZ set.
1997-11-10 15:41:58 +00:00
Bruce Momjian
baeb8790ac
Fix case issues with quotes.
1997-11-10 05:10:50 +00:00
Bruce Momjian
5af43965cf
Update of Java driver from Peter Mount.
1997-11-07 21:07:48 +00:00
Bruce Momjian
c17fa36d3c
Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se
1997-11-07 20:52:15 +00:00
Bruce Momjian
475a8873b0
Add paging for \d, and fix \i.
1997-11-03 04:21:49 +00:00
Bruce Momjian
0e58306857
Fix for java to allow password, european dates,from Peter T Mount
1997-10-30 18:24:44 +00:00
Bruce Momjian
9a8fcee342
Patch for tcl library crash, from Jan Wieck.
1997-10-30 17:29:57 +00:00
Bruce Momjian
1017ddd003
Fix for java timestamp type from teunis@sigil.computersupportcentre.com
1997-10-30 13:55:41 +00:00
Bruce Momjian
5680f8795f
Fix for array handling, from Gerhard Hintermayer
1997-10-30 05:00:56 +00:00
Bruce Momjian
cf1bfb3588
Fix for perl from Brook Milligan
1997-10-30 04:38:30 +00:00
Vadim B. Mikheev
5071d3124a
Added support for shlib for BSD44_derived & i386_solaris.
1997-10-28 15:13:10 +00:00
Marc G. Fournier
65818b6bf0
From: Peter T Mount <patches@maidast.demon.co.uk>
...
This patch fixes a few results in DatabaseMetaData, and updates the README
and TODO files (the later being a new file).
The TODO file lists the things that need to be looked into after 6.2 is
released, and describes the problem with Large Objects.
1997-09-29 20:11:51 +00:00
Marc G. Fournier
fb269b4675
From: CNT systemen BV <cntsys@cistron.nl>
...
I've found a problem in the Postgresql jdbc driver.
"ReceiveInteger" shifts a received byte right instead of left.
This means that only the least significant byte is read into the int.
Reviewed by: Peter T Mount <patches@maidast.demon.co.uk>
1997-09-28 10:05:15 +00:00
Bruce Momjian
a28c50ad3b
Changed location of libpgtcl stuff.
1997-09-27 19:35:04 +00:00
Marc G. Fournier
99048aca00
Get these two files finally committed for Peter...sorry for delay :(
1997-09-26 08:22:21 +00:00
Edmund Mergl
c5d49902fb
*** empty log message ***
1997-09-25 21:15:04 +00:00
Bruce Momjian
0384d37083
Fix for libpgtcl from Constantin Teodorescu.
1997-09-25 15:48:51 +00:00
Bruce Momjian
bcdd0a93ed
Cleanup.
1997-09-23 00:02:44 +00:00
Marc G. Fournier
fa67a247cf
Bring in Peter's changes...finally :(
1997-09-20 02:21:25 +00:00
Bruce Momjian
3f365ba0fc
Inline memset() as MemSet().
1997-09-18 20:22:58 +00:00
Edmund Mergl
9d575627af
*** empty log message ***
1997-09-17 20:53:35 +00:00
Edmund Mergl
5ec6055648
*** empty log message ***
1997-09-17 20:51:36 +00:00
Edmund Mergl
364efd1029
adapted to pgsql-v6.2
1997-09-17 20:48:15 +00:00
Edmund Mergl
9e74edda05
*** empty log message ***
1997-09-17 20:46:29 +00:00
Bruce Momjian
f3a58f2639
Makefile cleanup.
1997-09-16 18:47:36 +00:00
Bruce Momjian
9b7f362d0a
-Linux configure additoin, libtcl Makefile patch.
1997-09-14 23:34:16 +00:00
Bruce Momjian
59f6a57e59
Used modified version of indent that understands over 100 typedefs.
1997-09-08 21:56:23 +00:00
Bruce Momjian
319dbfa736
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
1997-09-08 02:41:22 +00:00
Bruce Momjian
1ccd423235
Massive commit to run PGINDENT on all *.c and *.h files.
1997-09-07 05:04:48 +00:00