- 18 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
bring in Thomas's updates for the date/time code...
-
- 17 Mar, 1997 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Pointed out by Martin
-
- 16 Mar, 1997 8 commits
-
-
Marc G. Fournier authored
By: From: Edmund Mergl <mergl@nadia.s.bawue.de>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Subject: [HACKERS] Patches for 970316 compilation I made a small pre-emptive change in the new datetime code to eliminate calls to infnan(). Hopefully this will make Solaris (and probably other non-GNUlib) systems happier. Didn't find fe-connect.h in the 970316 distribution, so made one up. Also, one of the test routines needs an update for the geo-decls.h -> geo_decls.h name change. Patches appear below...
-
Marc G. Fournier authored
Subject: [HACKERS] Patch for io routines I am currently trying to improve on the front-backend communication routines; and noticed that lots of code are duplicated for libpq and the backend. This is a first patch that tries to share code between the two, more to follow. mjl
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
properly...
-
- 15 Mar, 1997 6 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Add new "overloaded" oracle_compat functions (see man oracle_compat)
-
Marc G. Fournier authored
oids
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Subject: [HACKERS] lock debug trace This is an update to my previous patches for lock debugging, already applied to the current sources. It adds some improvements in the output messages and some more output in WaitOnLock(). I have used with success to trace a nasty deadlock condition on pg_listener.
-
Marc G. Fournier authored
Just noticed that the psql man page is missing the -T option for specifying HTML table options.
-
- 14 Mar, 1997 6 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
> Please apply them to the direcory "backend/optimizer/geqo". > Two new files with different crossover techniques are included. > Standard procedure is optimization by means of "geqo_erx.c" > (Edge Recombination Crossover). From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
- 12 Mar, 1997 8 commits
-
-
Marc G. Fournier authored
Subject: [HACKERS] timestamp type OK, last one. This patch adds an ANSI SQL 'timestamp' type.
-
Marc G. Fournier authored
Subject: [HACKERS] password authentication This patch adds support for plaintext password authentication. To use it, you add a line like host all 0.0.0.0 0.0.0.0 password pg_pwd.conf to your pg_hba.conf, where 'pg_pwd.conf' is the name of a file containing the usernames and password hashes in the format of the first two fields of a Unix /etc/passwd file. (Of course, you can use a specific database name or IP instead.) Then, to connect with a password through libpq, you use the PQconnectdb() function, specifying the "password=" tag in the connect string and also adding the tag "authtype=password". I also added a command-line switch '-u' to psql that tells it to prompt for a username and password and use password authentication.
-
Marc G. Fournier authored
Subject: [HACKERS] linux/alpha patches These patches lay the groundwork for a Linux/Alpha port. The port doesn't actually work unless you tweak the linker to put all the pointers in the first 32 bits of the address space, but it's at least a start. It implements the test-and-set instruction in Alpha assembly, and also fixes a lot of pointer-to-integer conversions, which is probably good anyway.
-
Marc G. Fournier authored
Subject: [HACKERS] linux/alpha patches These patches lay the groundwork for a Linux/Alpha port. The port doesn't actually work unless you tweak the linker to put all the pointers in the first 32 bits of the address space, but it's at least a start. It implements the test-and-set instruction in Alpha assembly, and also fixes a lot of pointer-to-integer conversions, which is probably good anyway.
-
Marc G. Fournier authored
Subject: [HACKERS] equal column and table name patch This fixes a bug where selects fail when there is a column with the same name as the table it's a part of.
-
Marc G. Fournier authored
Subject: [HACKERS] better access control error messages This patch replaces the 'no such class or insufficient privilege' with distinct error messages that tell you whether the table really doesn't exist or whether access was denied.
-
Marc G. Fournier authored
Subject: [HACKERS] backend Makefile patch This patch cleans up backend/Makefile a little bit, and prevents it from relinking the backend binary when no changes have been made.
-
Marc G. Fournier authored
Subject: [HACKERS] abort failed transaction patch This patch allows you to end a transaction that has failed on an error using the 'ABORT' statement without generating another error message. (By default you get an error unless you use 'END' to terminate the transaction, which has already been aborted anyway.)
-
- 11 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 10 Mar, 1997 2 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
- 09 Mar, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 07 Mar, 1997 2 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
By Edmund
-
- 06 Mar, 1997 1 commit
-
-
Bruce Momjian authored
-