Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Erk, the whole directory structure changed on us here... | Marc G. Fournier | 1998-02-10 |
| | |||
* | Updated ECPG From: Michael Meskes <meskes@topsystem.de> | Marc G. Fournier | 1998-02-10 |
| | |||
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
| | |||
* | Clean up regression tests for SunOS (based on Solaris v2.6) | Marc G. Fournier | 1998-02-10 |
| | | | | Clean up strings.out , removed func_get_detail from error message | ||
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
| | |||
* | From: Peter T Mount <patches@maidast.demon.co.uk> | Marc G. Fournier | 1998-02-09 |
| | | | | | | | | | | | This patch fixes the following: * Fixes minor bug found in DatabaseMetaData.getTables() where it doesn't handle default table types. * It now reports an error if the client opens a database using properties, and either the user or password properties are missing. This should make the recent problem with Servlets easier to find. * Commented out obsolete property in Driver.getPropertyInfo() | ||
* | This was a new class that was introduced last weekend. I'm attaching the | Marc G. Fournier | 1998-02-09 |
| | | | | | | source here. It goes in the src/interfaces/jdbc/postgresql/util directory Marc, can you make sure this is in the distribution, Thanks | ||
* | Atttypmod cleanups. | Bruce Momjian | 1998-02-07 |
| | |||
* | atttypmod now -1. | Bruce Momjian | 1998-02-07 |
| | |||
* | Update now that attcacheoff initial value is -1 always. | Bruce Momjian | 1998-02-06 |
| | |||
* | Set attcacheoff value to -1 for all tables. | Bruce Momjian | 1998-02-06 |
| | |||
* | Fix for \d on long table names. | Bruce Momjian | 1998-02-06 |
| | |||
* | FIx hasSubLinks for Vadim. | Bruce Momjian | 1998-02-06 |
| | |||
* | From: Michael Meskes <meskes@topsystem.de> | Marc G. Fournier | 1998-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 Momjian | 1998-02-05 |
| | |||
* | Vadim fix for vacuum analyze. | Bruce Momjian | 1998-02-05 |
| | |||
* | FIx for atttypmod on system tables. | Bruce Momjian | 1998-02-05 |
| | |||
* | FIx for atttypmod in system catalogs. | Bruce Momjian | 1998-02-05 |
| | |||
* | Fix for varchar functions, and indextyple j-1 fix. | Bruce Momjian | 1998-02-05 |
| | |||
* | From: Michael Meskes <meskes@topsystem.de> | Marc G. Fournier | 1998-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. Fournier | 1998-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 required | Marc G. Fournier | 1998-02-05 |
| | |||
* | func_error() changed so that if caller is passed with NULL value, its | Marc G. Fournier | 1998-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 process | Marc G. Fournier | 1998-02-05 |
| | | | | of configure | ||
* | char() cleanup and more cacheoff improvements. | Bruce Momjian | 1998-02-05 |
| | |||
* | Fix up this so that it also doesn't use a caller variable... | Marc G. Fournier | 1998-02-05 |
| | |||
* | Clean up func_error() function completely removing caller variable as | Marc G. Fournier | 1998-02-05 |
| | | | | "more info then user requires" | ||
* | Port specific, compiler specfied for SGI/Irix5 | Marc G. Fournier | 1998-02-05 |
| | | | | From: Andrew Martin <martin@biochemistry.ucl.ac.uk> | ||
* | Cleanup getattr code. Make CHAR() use attcacheoff. | Bruce Momjian | 1998-02-04 |
| | |||
* | Try this fix for the tas.s code... | Marc G. Fournier | 1998-02-04 |
| | |||
* | Allow most expressions in BETWEEN clause. Allow all expressions if | Thomas G. Lockhart | 1998-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 Momjian | 1998-02-03 |
| | |||
* | Strange, this should be required, but initialize need_tas to no | Marc G. Fournier | 1998-02-03 |
| | |||
* | I tried to match up the if/test stuff...fixed now, I think | Marc G. Fournier | 1998-02-03 |
| | |||
* | Subselects with =, >, etc. | Bruce Momjian | 1998-02-03 |
| | | | | Cleanup for vacuum help, manual page, and error message | ||
* | various i386_solaris cleanups that should fix sparc_solaris and hpux | Marc G. Fournier | 1998-02-03 |
| | |||
* | Learning a little more about autoconf each day... | Marc G. Fournier | 1998-02-03 |
| | | | | Fix inclusion of 'tas.s' for various ports | ||
* | Supress call to tzset() in reset_timezone() if a new time zone has never | Thomas G. Lockhart | 1998-02-03 |
| | | | | | been set in the session. General cleanup of timezone support code. | ||
* | Remove unused keyword CHANGE. | Thomas G. Lockhart | 1998-02-03 |
| | |||
* | Define boolean functions and operators for lseg <, <=, <>, >=, >. | Thomas G. Lockhart | 1998-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. Lockhart | 1998-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 hpux | Marc G. Fournier | 1998-02-03 |
| | |||
* | Just another dummy file | Marc G. Fournier | 1998-02-03 |
| | |||
* | Fix for various aix related 'mis-defines' | Marc G. Fournier | 1998-02-03 |
| | | | | From: Darren King <darrenk@insightdist.com> | ||
* | Fix for missing tas.s under sparc_solaris | Marc G. Fournier | 1998-02-03 |
| | | | | Reported by: Shiby Thomas <sthomas@cise.ufl.edu> | ||
* | Parser cleanup for expr and subqueries. | Bruce Momjian | 1998-02-03 |
| | |||
* | Clean up the alpha port, remove the backend/port/alpha subdirectory | Marc G. Fournier | 1998-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 file | Marc G. Fournier | 1998-02-03 |
| | | | | From: "Thomas A. Szybist" <szybist@boxhill.com> | ||
* | From: teunis <teunis@mauve.computersupportcentre.com> | Marc G. Fournier | 1998-02-03 |
| | | | | Slight cleanups for glibc2.0 | ||
* | Add an irix5.c dummy file for irix5 port | Marc G. Fournier | 1998-02-02 |
| |