aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Apply date patch from tiemann@cygnus.com,Michael Tiemann.Bruce Momjian1997-03-02
|
* Remove _PAGE_SIZE_ as recommended by Darren King.Bruce Momjian1997-03-02
|
* Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.Bruce Momjian1997-03-02
|
* Change machine/limits.h to limits.h.Bruce Momjian1997-03-01
|
* Small regress cleanup.Bruce Momjian1997-03-01
|
* Fix example so it works.Bruce Momjian1997-03-01
|
* Substitute defines for numeric constants in type ids.Bruce Momjian1997-03-01
| | | | Use INT4OID instead of 23.
* Make sure anything configure related is removed on a distcleanMarc G. Fournier1997-02-28
|
* Create a distclean make directive to handle cleaning out configureMarc G. Fournier1997-02-28
| | | | | | generated files, that shouldn't be removed on a make clean Pointed out by half the hackers mailing list :)
* Remove second 'all' directiveMarc G. Fournier1997-02-28
| | | | Pointed out by Bruce
* Allow update x =-3, not just x = -3.Bruce Momjian1997-02-28
|
* Remove old READMEs.Bruce Momjian1997-02-28
|
* Remove SUBSYS.o in port/ on clean.Bruce Momjian1997-02-28
|
* Remove win32 port directory. Forgot to do it earlier.Bruce Momjian1997-02-28
|
* Updated FAQBruce Momjian1997-02-27
|
* Fix, I think, the stdup.o problem reported on those systems withoutMarc G. Fournier1997-02-25
| | | | it.
* Change "WARN" message generated if a unique index is attempted on a table/keyMarc G. Fournier1997-02-25
| | | | containing non-unique data
* Added: UNIQUE feature to bulkload code.Vadim B. Mikheev1997-02-22
|
* Make the error message output by AllocateFile() if failes toMarc G. Fournier1997-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 configureMarc G. Fournier1997-02-20
| | | | Pointed out by: Mark Hollomon <mhh@nortel.ca>
* Fix for queries with 3 or more relations participating inVadim B. Mikheev1997-02-20
| | | | one clause.
* Prevent under/over flow of float8 constants in parser. Small regression fix.Bruce Momjian1997-02-19
|
* Disable GEQO...it seems to be broken as shown by the message toMarc G. Fournier1997-02-19
| | | | bugs@postgresql.org concerning updates
* Various cleanups to satisfy -Werror, but there are some errors that I'mMarc G. Fournier1997-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 firstMarc G. Fournier1997-02-19
|
* Remove WIN32 stuff, and improve conformance to configureMarc G. Fournier1997-02-19
|
* Didn't *quite* work the way I thought it would...default'd to clean,Marc G. Fournier1997-02-19
| | | | not make all :( Fixed...
* Add a clean target so that the root directory gets cleared of allMarc G. Fournier1997-02-19
| | | | the "configure" related files on a make clean
* Removed a ',' that didn't belong in the timezone test caseMarc G. Fournier1997-02-19
| | | | Pointed out by: afc@teri.superlink.net
* Add v6.1/Enhancements Section...or at least start itMarc G. Fournier1997-02-19
|
* And, make sure that initdb.sh copies the pg_geqo.sample file toMarc G. Fournier1997-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 fileMarc G. Fournier1997-02-19
|
* Add the GEQO Todo file tooMarc G. Fournier1997-02-19
|
* Add the GEQO README file to the docs distributionMarc G. Fournier1997-02-19
|
* Merge in GEQO OptimizerMarc G. Fournier1997-02-19
| | | | From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
* Delete -e option to postmaster, keep postgres -e option.Bruce Momjian1997-02-19
|
* Update btree patches that were missed.Bruce Momjian1997-02-18
|
* Clarify clearing of attribute stats memory.Bruce Momjian1997-02-18
|
* Oper_right added, broken with const. conversion.Bruce Momjian1997-02-14
|
* Add prototypes and remove unused variables from btree Fastbuild patch.Bruce Momjian1997-02-14
|
* Remove hardcoded 20000 and change to BootstrapObjectIdData.Bruce Momjian1997-02-14
|
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
|
* Fix naming from proc to prio to fix previous patch.Bruce Momjian1997-02-13
|
* Only allow NULL in the prpoer places.Bruce Momjian1997-02-13
|
* Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++Marc G. Fournier1997-02-13
|
* Improvements to the ultrix port, in particular a bunch of compilerMarc G. Fournier1997-02-13
| | | | | | quieting prototyping in port/ultrix4.h Submitted by: Erik Bertelsen <erik@sockdev.uni-c.dk>
* Had configure check for strdup, but didn't have it set HAVE_STRDUPMarc G. Fournier1997-02-13
| | | | Fixed
* Various patches for nextstep by GregorHoffleitMarc G. Fournier1997-02-13
| | | | Replaced NEED_STRDUP by !HAVE_STRDUP
* Patch for:Marc G. Fournier1997-02-13
| | | | | | | | | The following patch to src/backend/libpq/pqpacket.c provides additional checking for bad packet length data. It was tested with the Linux telnet client, with netcat using the numbers.txt and by dumping random numbers into the port. Patch by: Alvaro Martinez Echevarria <alvaro@lander.es>
* Removed a reference to DATADIR that still existedMarc G. Fournier1997-02-12
|