summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Get the ultrix4 ports back in sync...Marc G. Fournier1998-03-104-79/+2
|
* Repair "LIKE" behavior with two adjacent wildcard characters ("_").Thomas G. Lockhart1998-03-071-9/+10
| | | | Was ignoring second wildcard.
* Add one-line fix to allow redefining built-in functions.Thomas G. Lockhart1998-03-071-1/+2
| | | | Bug introduced in mid-January.
* Fix bad oid in table.Bruce Momjian1998-03-071-3/+3
|
* xinv fix for tclshBruce Momjian1998-03-061-1/+1
|
* pg_user cleanup.Bruce Momjian1998-03-069-45/+46
|
* Rename pg_user to pg_shadow.Bruce Momjian1998-03-061-11/+11
|
* Add ecpg back in againMarc G. Fournier1998-03-051-2/+2
|
* Get rid of those pesky long constants, 'l'. Has no affect.Bruce Momjian1998-03-041-63/+63
|
* One last change to configure for 'non-gcc' compilerrelease-6-3REL6_3Marc G. Fournier1998-03-021-1/+1
|
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-03-022-5/+5
| | | | | | | | | | | | | | | | Patch1: Postgres thinks dist_pl (dist of a point to a line) is expecting a box (603) for the right arg, but it really should be a line (628). Otherwise the left & right args match those of dist_pb (dist of a point to a box) two lines further down. Patch2: Anyways, these two functions take a path (602) whereas in pg_proc.h they are listed as taking a lseg (601).
* Reminder for next time.Bruce Momjian1998-03-021-0/+1
|
* Last minute clean up for SunOS...Marc G. Fournier1998-03-024-9/+12
| | | | From: t-ishii@sra.co.jp
* Change configure to reflect v6.3 vs v6.2 :)Marc G. Fournier1998-03-022-4/+4
|
* Bring pgaccess up to 0.82 - last update before releaseMarc G. Fournier1998-03-025-343/+211
|
* Fix money type USE_LOCALE support at least for default "C" locale.Thomas G. Lockhart1998-03-021-26/+53
| | | | Still has questionable code for some locale-specific strings.
* Update for release. Add mention of new manuals.Bruce Momjian1998-03-012-15/+26
|
* Install new 0.81 pgaccess release.Bruce Momjian1998-03-017-18/+1321
|
* Update html tar files to include only necessary gif files.Thomas G. Lockhart1998-03-015-0/+0
| | | | Incorporate a few typo fixes.
* Make this rely on a real Makefile in sgml/.Thomas G. Lockhart1998-03-011-79/+29
| | | | Implement installation and cleaning.
* Fix a few typos. Try <Note><Title>Author</Title>... for author credit.Thomas G. Lockhart1998-03-013-9/+13
|
* Try a fancier makefile. Allows real building of html and rtf outputThomas G. Lockhart1998-03-011-2/+114
| | | | rather than just executing ../Makefile.
* Replace incorrect gif files.Thomas G. Lockhart1998-03-012-0/+0
|
* Allow installation of documentation packages.Thomas G. Lockhart1998-03-011-0/+71
|
* Stopgap makefile for new sgml source documentation.Thomas G. Lockhart1998-03-011-0/+4
| | | | Should redo this before v6.3 release if possible.
* SGML source for new documentation.Thomas G. Lockhart1998-03-0153-0/+19988
|
* Graphics sources and GIF bitmaps for new documentation.Thomas G. Lockhart1998-03-017-0/+934
|
* New documentation generated from SGML source.Thomas G. Lockhart1998-03-019-0/+0
|
* Fix boolean operator declarations for path to return boolean, not float8.Thomas G. Lockhart1998-03-011-11/+11
|
* Prepare for release.Bruce Momjian1998-03-011-17/+33
|
* Prepare for 6.3 release.Bruce Momjian1998-03-012-37/+4
|
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-011-3/+1
| | | | | The following patch will change the meaning of the isinf function in the HAVE_FPCLASS section from "not finite" to "is infinity".
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-03-014-31/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. Make 'all' works without complaint. Don't have to add the .exp files to the files list. They are made automagically when making the respective shared lib file. Only port that actually uses EXPSUFF (from makefiles/Makefile.*) is Aix, so if this breaks anybody else, let me know, asap. 2. Make 'clean' actually cleans up correctly. Previously, it would leave the .o files in C-code directory. 3. Changed references to reflect new location of .c files. 4. Added DELETE statements to complex.source so that it tidies up when done. Previously, it would leave things in pg_amop, pg_amproc and pg_opclass. Only possible to do this with the new SUBSELECT code in 6.3. Nice work, fellas... Not deleting the index entries would cause a non-fatal error if complex.sql was run again on the same database. Much tidier now. 5. Corrected the README. obj directory hasn't existed since Bryan redid the make way back when. Also changed the snipet from psql to match the current version. POSTGRES95?!? I don't think so. :)
* Move around files before applying Darren's second patchMarc G. Fournier1998-03-014-19/+1
|
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-016-34/+88
| | | | | | | | | | | The following patches will allow postgreSQL 6.3 to compile and run on a UNIXWARE 2.1.2 system with the native C compiler with the following library change: The alloca function must be copied from the libucb.a archive and added to the libgen.a archive. Also, the GNU flex program is needed to successfully build postgreSQL.
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-02-284-49/+72
| | | | | | | | | | | | | | | Seem to remember someone posting to one of the lists a while back that the tutorial code wouldn't compile and/or run. Found four problems with it that will let it run. 1. Tutorial makefile had a recursive use of DLOBJS. 2. Some tutorial needed semi-colons added to many statements. 3. Complex tutorial didn't clean up after itself. 4. Advanced had a time-travel example. Commented it out and put a line pointing the user to contrib/spi/README.
* Further updated regression output for FreeBSDMarc G. Fournier1998-02-281-164/+19
|
* Convert the -enable/-with options to use proper m4 macros and provideMarc G. Fournier1998-02-282-416/+401
| | | | | | -help messages Suggested by: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
* Update for 6.3 release.Bruce Momjian1998-02-283-1033/+926
|
* Fix scan adjusting for marked index tuples.Vadim B. Mikheev1998-02-281-1/+5
|
* Prepare for 6.3 release.Bruce Momjian1998-02-271-0/+3
|
* Prepare for final release.Bruce Momjian1998-02-275-864/+1070
|
* Add for port hppa-??-hpux...Marc G. Fournier1998-02-271-0/+1
|
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-02-271-3/+3
| | | | | | | | Two incorrect printf formats in parser/parse_type.c. Prolly done by me a long time ago when I cleaned up int's and Oid's... Format flag is really just %u, not %ud. Harmless, but results in "type id lookup of 25d failed" instead of only "...25 failed"
* ExecReScan for MergeJoin.Vadim B. Mikheev1998-02-271-1/+2
|
* ExecReScan for MergeJoin.Vadim B. Mikheev1998-02-272-88/+75
| | | | | Marked inner tuple now is copied into mergestate->mj_MarkedTupleSlot - no more tricks arround ttc_shouldfree.
* In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted toVadim B. Mikheev1998-02-271-2/+6
| | | | '=' and '<>'.
* From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier1998-02-2713-84/+159
| | | | No more shift/reduce conflicts. Also all other bugs I know about are fixed.
* Check SELECT permissions in subqueries.Vadim B. Mikheev1998-02-272-12/+15
|
* Update regression output for FreeBSDMarc G. Fournier1998-02-271-1930/+265
|