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