Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 |
| | | | | | | | | 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. | ||
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 |
| | | | | | | | 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. | ||
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 |
| | | | | | | | | | 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.) | ||
* | Add in the sunos4 portname to configure detection | Marc G. Fournier | 1997-03-11 |
| | |||
* | Add missing paren. | Bruce Momjian | 1997-03-10 |
| | |||
* | Massimo's Deadlock patches w/o the #ifdefs | Marc G. Fournier | 1997-03-10 |
| | |||
* | 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-09 |
| | |||
* | Reverse patch for Vadims problem. | Bruce Momjian | 1997-03-07 |
| | |||
* | Add man page for oracle compatibility functions | Marc G. Fournier | 1997-03-07 |
| | | | | By Edmund | ||
* | 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-06 |
| | |||
* | This is a set of single row character functions, defined for the datatype | Marc G. Fournier | 1997-03-04 |
| | | | | | | text, which are supposed to behave exactly as their Oracle counterparts. From: Edmund Mergl <E.Mergl@bawue.de> | ||
* | 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-03 |
| | |||
* | 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-02 |
| | |||
* | 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 | 1997-03-01 |
| | | | | Use INT4OID instead of 23. | ||
* | 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 | 1997-02-28 |
| | | | | | | generated files, that shouldn't be removed on a make clean Pointed out by half the hackers mailing list :) | ||
* | Remove second 'all' directive | Marc G. Fournier | 1997-02-28 |
| | | | | Pointed out by Bruce | ||
* | Allow update x =-3, not just x = -3. | Bruce Momjian | 1997-02-28 |
| | |||
* | Remove old READMEs. | Bruce Momjian | 1997-02-28 |
| | |||
* | Remove SUBSYS.o in port/ on clean. | Bruce Momjian | 1997-02-28 |
| | |||
* | Remove win32 port directory. Forgot to do it earlier. | Bruce Momjian | 1997-02-28 |
| | |||
* | Fix, I think, the stdup.o problem reported on those systems without | Marc G. Fournier | 1997-02-25 |
| | | | | it. | ||
* | Change "WARN" message generated if a unique index is attempted on a table/key | Marc G. Fournier | 1997-02-25 |
| | | | | containing non-unique data | ||
* | Added: UNIQUE feature to bulkload code. | Vadim B. Mikheev | 1997-02-22 |
| | |||
* | Make the error message output by AllocateFile() if failes to | Marc G. Fournier | 1997-02-20 |
| | | | | | open Nulldev a *bit* more user friendly...or, at least, admin friendly...have it print strerror(errno) as well | ||
* | Add in port hpux to configure | Marc G. Fournier | 1997-02-20 |
| | | | | Pointed out by: Mark Hollomon <mhh@nortel.ca> | ||
* | Fix for queries with 3 or more relations participating in | Vadim B. Mikheev | 1997-02-20 |
| | | | | one clause. | ||
* | Prevent under/over flow of float8 constants in parser. Small regression fix. | Bruce Momjian | 1997-02-19 |
| | |||
* | Disable GEQO...it seems to be broken as shown by the message to | Marc G. Fournier | 1997-02-19 |
| | | | | bugs@postgresql.org concerning updates | ||
* | Various cleanups to satisfy -Werror, but there are some errors that I'm | Marc G. Fournier | 1997-02-19 |
| | | | | | not certain how to fix, so left them there and enabled -Wno-error for this directory for now | ||
* | rearrange ordering of headers os that postgres.h is first | Marc G. Fournier | 1997-02-19 |
| | |||
* | Remove WIN32 stuff, and improve conformance to configure | Marc G. Fournier | 1997-02-19 |
| | |||
* | Didn't *quite* work the way I thought it would...default'd to clean, | Marc G. Fournier | 1997-02-19 |
| | | | | not make all :( Fixed... | ||
* | Add a clean target so that the root directory gets cleared of all | Marc G. Fournier | 1997-02-19 |
| | | | | the "configure" related files on a make clean | ||
* | Removed a ',' that didn't belong in the timezone test case | Marc G. Fournier | 1997-02-19 |
| | | | | Pointed out by: afc@teri.superlink.net | ||
* | And, make sure that initdb.sh copies the pg_geqo.sample file to | Marc G. Fournier | 1997-02-19 |
| | | | | | | | ${DATADIR}. The file is left as pg_geqo.sample, since, unlike pg_hba.conf, it isn't a required file...but this way ppl know that its there, and that its where it is required, if they choose to use it | ||
* | Add and install the pg_geqo.sample file | Marc G. Fournier | 1997-02-19 |
| | |||
* | Merge in GEQO Optimizer | Marc G. Fournier | 1997-02-19 |
| | | | | From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de> |