summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-03-16Remove extra functions temporarily while a proper fix is found...Marc G. Fournier
1997-03-16Remove overloaded functions until we can figure out how to get them to workMarc G. Fournier
properly...
1997-03-15NetBSD Shared Library Patch from Martin J. LaubachMarc G. Fournier
1997-03-15Re-oid the oracle_compat functionsMarc G. Fournier
Add new "overloaded" oracle_compat functions (see man oracle_compat)
1997-03-15A couple of development scripts by Dan to detect unused and duplicateMarc G. Fournier
oids
1997-03-15Update oracle_compat.cMarc G. Fournier
1997-03-15From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
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.
1997-03-15From: Andrew Martin <martin@biochemistry.ucl.ac.uk>Marc G. Fournier
Just noticed that the psql man page is missing the -T option for specifying HTML table options.
1997-03-14Date/Time updates from Thomas...Marc G. Fournier
1997-03-14Date/Time updates from Thomas...Marc G. Fournier
1997-03-14> There are some minor fixes to the GEQO.Marc G. Fournier
> 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>
1997-03-14Last of Dan's hidden tar balls :)Marc G. Fournier
1997-03-14Missed another tar file... :(Marc G. Fournier
1997-03-14Missing bits from Dan's patches...sorry :(Marc G. Fournier
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
Subject: [HACKERS] timestamp type OK, last one. This patch adds an ANSI SQL 'timestamp' type.
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
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.
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
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.
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
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.
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
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.
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
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.
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
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.
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
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.)
1997-03-11Add in the sunos4 portname to configure detectionMarc G. Fournier
1997-03-10Add missing paren.Bruce Momjian
1997-03-10Massimo's Deadlock patches w/o the #ifdefsMarc G. Fournier
1997-03-09Vacuum cleanups from Massimo.Bruce Momjian
1997-03-09Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.cBruce Momjian
1997-03-09Fix vacuum crash Vadim found.Bruce Momjian
1997-03-07Reverse patch for Vadims problem.Bruce Momjian
1997-03-07Add man page for oracle compatibility functionsMarc G. Fournier
By Edmund
1997-03-06Move nextstep into problem/bug section.Bruce Momjian
1997-03-06Fix vacuum bug Vadim found with text fields.Bruce Momjian
1997-03-06Not understandable fix of strange bug in vacuum statistic functions.Vadim B. Mikheev
1997-03-04This is a set of single row character functions, defined for the datatypeMarc G. Fournier
text, which are supposed to behave exactly as their Oracle counterparts. From: Edmund Mergl <E.Mergl@bawue.de>
1997-03-03Fix the prototype for on_exitpg()Marc G. Fournier
1997-03-03Patch from Martin due to changes in joinrels.cMarc G. Fournier
1997-03-02Prevent SIGPIPE from crashing server, by Dan McGuirk.Bruce Momjian
1997-03-02Change debug to pretty-print tree, recommended by Darren King.Bruce Momjian
1997-03-02Apply date patch from tiemann@cygnus.com,Michael Tiemann.Bruce Momjian
1997-03-02Remove _PAGE_SIZE_ as recommended by Darren King.Bruce Momjian
1997-03-02Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.Bruce Momjian
1997-03-01Change machine/limits.h to limits.h.Bruce Momjian
1997-03-01Small regress cleanup.Bruce Momjian
1997-03-01Fix example so it works.Bruce Momjian
1997-03-01Substitute defines for numeric constants in type ids.Bruce Momjian
Use INT4OID instead of 23.
1997-02-28Make sure anything configure related is removed on a distcleanMarc G. Fournier
1997-02-28Create a distclean make directive to handle cleaning out configureMarc G. Fournier
generated files, that shouldn't be removed on a make clean Pointed out by half the hackers mailing list :)
1997-02-28Remove second 'all' directiveMarc G. Fournier
Pointed out by Bruce
1997-02-28Allow update x =-3, not just x = -3.Bruce Momjian
1997-02-28Remove old READMEs.Bruce Momjian