summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1998-02-10Updated ECPG From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Clean up regression tests for SunOS (based on Solaris v2.6)Marc G. Fournier
Clean up strings.out , removed func_get_detail from error message
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-02-09From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier
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()
1998-02-09This was a new class that was introduced last weekend. I'm attaching theMarc G. Fournier
source here. It goes in the src/interfaces/jdbc/postgresql/util directory Marc, can you make sure this is in the distribution, Thanks
1998-02-07Atttypmod cleanups.Bruce Momjian
1998-02-07atttypmod now -1.Bruce Momjian
1998-02-06Update now that attcacheoff initial value is -1 always.Bruce Momjian
1998-02-06Set attcacheoff value to -1 for all tables.Bruce Momjian
1998-02-06Fix for \d on long table names.Bruce Momjian
1998-02-06FIx hasSubLinks for Vadim.Bruce Momjian
1998-02-06From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
I have implemented a better user interface (well part of) so you can use it as expected. As usual there are some bug fixes. :-)
1998-02-05FIx for varchar(), char() and INSERT .. SELECT.Bruce Momjian
1998-02-05Vadim fix for vacuum analyze.Bruce Momjian
1998-02-05FIx for atttypmod on system tables.Bruce Momjian
1998-02-05FIx for atttypmod in system catalogs.Bruce Momjian
1998-02-05Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian
1998-02-05From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
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.
1998-02-05 Symptom:Marc G. Fournier
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>
1998-02-05init_fixup_addr() function removed, so port-protos.h no longer requiredMarc G. Fournier
1998-02-05func_error() changed so that if caller is passed with NULL value, itsMarc G. Fournier
output at least doesn't appear that its missing something. wasn't particularly confident with removing 'caller' altogether :(
1998-02-05Build in a 'dummy' tas file...nothing in it, just used for the link processMarc G. Fournier
of configure
1998-02-05char() cleanup and more cacheoff improvements.Bruce Momjian
1998-02-05Fix up this so that it also doesn't use a caller variable...Marc G. Fournier
1998-02-05Clean up func_error() function completely removing caller variable asMarc G. Fournier
"more info then user requires"
1998-02-05Port specific, compiler specfied for SGI/Irix5Marc G. Fournier
From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1998-02-04Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian
1998-02-04Try this fix for the tas.s code...Marc G. Fournier
1998-02-04Allow most expressions in BETWEEN clause. Allow all expressions ifThomas G. Lockhart
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.
1998-02-03Vacuum parameter fix.Bruce Momjian
1998-02-03Strange, this should be required, but initialize need_tas to noMarc G. Fournier
1998-02-03I tried to match up the if/test stuff...fixed now, I thinkMarc G. Fournier
1998-02-03Subselects with =, >, etc.Bruce Momjian
Cleanup for vacuum help, manual page, and error message
1998-02-03various i386_solaris cleanups that should fix sparc_solaris and hpuxMarc G. Fournier
1998-02-03Learning a little more about autoconf each day...Marc G. Fournier
Fix inclusion of 'tas.s' for various ports
1998-02-03Supress call to tzset() in reset_timezone() if a new time zone has neverThomas G. Lockhart
been set in the session. General cleanup of timezone support code.
1998-02-03Remove unused keyword CHANGE.Thomas G. Lockhart
1998-02-03Define boolean functions and operators for lseg <, <=, <>, >=, >.Thomas G. Lockhart
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).
1998-02-03Define boolean functions for lseg <, <=, <>, >=, >Thomas G. Lockhart
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).
1998-02-03Use proper symbol for hpuxMarc G. Fournier
1998-02-03Just another dummy fileMarc G. Fournier
1998-02-03Fix for various aix related 'mis-defines'Marc G. Fournier
From: Darren King <darrenk@insightdist.com>
1998-02-03Fix for missing tas.s under sparc_solarisMarc G. Fournier
Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
1998-02-03Parser cleanup for expr and subqueries.Bruce Momjian
1998-02-03Clean up the alpha port, remove the backend/port/alpha subdirectoryMarc G. Fournier
structure, and move the init_address_fixup() code directly into backend/main/main.c with appropriate #ifdefs around it...
1998-02-03Fixes for linux-elf-sparc related template fileMarc G. Fournier
From: "Thomas A. Szybist" <szybist@boxhill.com>
1998-02-03From: teunis <teunis@mauve.computersupportcentre.com>Marc G. Fournier
Slight cleanups for glibc2.0
1998-02-02Add an irix5.c dummy file for irix5 portMarc G. Fournier
1998-02-02From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier
[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!).