aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Set attcacheoff value to -1 for all tables.Bruce Momjian1998-02-06
|
* Fix for \d on long table names.Bruce Momjian1998-02-06
|
* FIx hasSubLinks for Vadim.Bruce Momjian1998-02-06
|
* From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier1998-02-06
| | | | | I have implemented a better user interface (well part of) so you can use it as expected. As usual there are some bug fixes. :-)
* FIx for varchar(), char() and INSERT .. SELECT.Bruce Momjian1998-02-05
|
* Vadim fix for vacuum analyze.Bruce Momjian1998-02-05
|
* FIx for atttypmod on system tables.Bruce Momjian1998-02-05
|
* FIx for atttypmod in system catalogs.Bruce Momjian1998-02-05
|
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-05
|
* From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier1998-02-05
| | | | | | | | | | Well this is not really a patch. But I mananged to get Linus' old Postgres95 precompiler to compile and work with PostgreSQL. The next step would be to collect bug/missing feature reports and to put it into the distribution so that it is made with the standard make procedure. Warning! So far it is not tested much and it does not install correctly. But I was able to create a small binary with it.
* Symptom:Marc G. Fournier1998-02-05
| | | | | | | | select from a table with attrs (a int, b char(20)) crashed in bpcharout() (palloc of -1 bytes). But a table with attrs (a int, b varchar(20)) worked. From: Jan Wieck <jwieck@debis.com>
* init_fixup_addr() function removed, so port-protos.h no longer requiredMarc G. Fournier1998-02-05
|
* func_error() changed so that if caller is passed with NULL value, itsMarc G. Fournier1998-02-05
| | | | | | output at least doesn't appear that its missing something. wasn't particularly confident with removing 'caller' altogether :(
* Build in a 'dummy' tas file...nothing in it, just used for the link processMarc G. Fournier1998-02-05
| | | | of configure
* char() cleanup and more cacheoff improvements.Bruce Momjian1998-02-05
|
* Fix up this so that it also doesn't use a caller variable...Marc G. Fournier1998-02-05
|
* Clean up func_error() function completely removing caller variable asMarc G. Fournier1998-02-05
| | | | "more info then user requires"
* Port specific, compiler specfied for SGI/Irix5Marc G. Fournier1998-02-05
| | | | From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
* Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian1998-02-04
|
* Try this fix for the tas.s code...Marc G. Fournier1998-02-04
|
* Allow most expressions in BETWEEN clause. Allow all expressions ifThomas G. Lockhart1998-02-04
| | | | | | | surrounded by parentheses (but not all are meaningful). Remove unused keywords ACL, APPEND, MERGE. Requires a "make clean" to recompile all code since keyword numeric assignments have changed with keyword removal.
* Vacuum parameter fix.Bruce Momjian1998-02-03
|
* Strange, this should be required, but initialize need_tas to noMarc G. Fournier1998-02-03
|
* I tried to match up the if/test stuff...fixed now, I thinkMarc G. Fournier1998-02-03
|
* Subselects with =, >, etc.Bruce Momjian1998-02-03
| | | | Cleanup for vacuum help, manual page, and error message
* various i386_solaris cleanups that should fix sparc_solaris and hpuxMarc G. Fournier1998-02-03
|
* Learning a little more about autoconf each day...Marc G. Fournier1998-02-03
| | | | Fix inclusion of 'tas.s' for various ports
* Supress call to tzset() in reset_timezone() if a new time zone has neverThomas G. Lockhart1998-02-03
| | | | | been set in the session. General cleanup of timezone support code.
* Remove unused keyword CHANGE.Thomas G. Lockhart1998-02-03
|
* Define boolean functions and operators for lseg <, <=, <>, >=, >.Thomas G. Lockhart1998-02-03
| | | | | | | | Define functions and operators for closest point to lseg on box, to line on lseg, to lseg on lseg. Define function and operator for length of lseg. Change length operator from '??' to '@-@' (currently defined for path and lseg).
* Define boolean functions for lseg <, <=, <>, >=, >Thomas G. Lockhart1998-02-03
| | | | | | | | | Define close_ls(), close_lseg(), lseg_length(). Write real code for close_sb(), close_pb(), inter_sb(), inter_lb(). Repair lseg_perp() which determines if two lsegs are perpendicular. Repair lseg_dt() distance between two lsegs. Note: close_sl() is clearly broken but will repair later (calculating point on lseg rather than point on line).
* Use proper symbol for hpuxMarc G. Fournier1998-02-03
|
* Just another dummy fileMarc G. Fournier1998-02-03
|
* Fix for various aix related 'mis-defines'Marc G. Fournier1998-02-03
| | | | From: Darren King <darrenk@insightdist.com>
* Fix for missing tas.s under sparc_solarisMarc G. Fournier1998-02-03
| | | | Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
* Parser cleanup for expr and subqueries.Bruce Momjian1998-02-03
|
* Clean up the alpha port, remove the backend/port/alpha subdirectoryMarc G. Fournier1998-02-03
| | | | | structure, and move the init_address_fixup() code directly into backend/main/main.c with appropriate #ifdefs around it...
* Fixes for linux-elf-sparc related template fileMarc G. Fournier1998-02-03
| | | | From: "Thomas A. Szybist" <szybist@boxhill.com>
* From: teunis <teunis@mauve.computersupportcentre.com>Marc G. Fournier1998-02-03
| | | | Slight cleanups for glibc2.0
* Add an irix5.c dummy file for irix5 portMarc G. Fournier1998-02-02
|
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-02-02
| | | | | | | | | | | | | | | | [This is a repost - it supercedes the previous one. It fixes the patch so it doesn't bread aix port, plus there's a file missing out of the original post because difforig doesn't pick up new files. It's now attached. peter] This patch brings the JDBC driver up to the current protocol spec. Basically, the backend now tells the driver what authentication scheme to use. The patch also fixes a performance problem with large objects. In the buffer manager, each fastpath call was sending multiple Notifications to the backend (sometimes more data in the form of notifications were being sent than blob data!).
* Fix up the alpha port/dynloader for configureMarc G. Fournier1998-02-02
|
* Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com>Marc G. Fournier1998-02-02
|
* set "caller" value in parse_func.h to func_get_detail instead of just ""Marc G. Fournier1998-02-02
|
* Current output for FreeBSD (2/1/98)Marc G. Fournier1998-02-02
|
* No datedebug printing of date debug is not defined.Bruce Momjian1998-02-02
|
* Fix HP/ux port for tas.sMarc G. Fournier1998-02-02
|
* Fixes:Marc G. Fournier1998-02-02
| | | | | | dynloader.c:25: port-protos.h: No such file or directory In HPUX port
* #if aix changed to #if HAVE_SYS_SELECT_HMarc G. Fournier1998-02-02
|
* Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier1998-02-02
| | | | configure vs port specific #ifdef's...