summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* manual page update from Oliver ElphickBruce Momjian1998-04-271-9/+42
| | | | Oliver.Elphick@lfix.co.uk
* Fix cc-specifc compiler flags in templatees.Bruce Momjian1998-04-272-0/+2
|
* Fixed table type lengths for Maurice.Bruce Momjian1998-04-271-13/+13
|
* FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian1998-04-272-110/+109
|
* Included is a patch for ecpg which seems to have some compilingBruce Momjian1998-04-261-0/+6
| | | | | problems on non POSIX systems such as SunOS 4.1.x. -- Tatsuo Ishii t-ishii@sra.co.jp -
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-2663-1328/+329
|
* template cleanupBruce Momjian1998-04-242-295/+291
|
* Inline some small functions called for every row.Bruce Momjian1998-04-2411-205/+179
|
* From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier1998-04-2413-264/+347
| | | | | | | | | | | | | | | | | | + Thu Apr 23 09:27:16 CEST 1998 + + - Also allow call in whenever statement with the same functionality + as do. + + Thu Apr 23 12:29:28 CEST 1998 + + - Also rewrote variable declaration part. It is now possible to + declare more than one variable per line. + - Set version to 2.1.0 + + Fri Apr 24 13:50:15 CEST 1998 + + - Fixed some bugs. + - Set version to 2.1.1
* Clean up configure so that it properly (I hope?) GUESSes the template toMarc G. Fournier1998-04-242-316/+332
| | | | use, if not stipulated via --with-template
* Add hpux patch for cpp.Bruce Momjian1998-04-211-2/+2
|
* Upgrade ECPG to 2.0Marc G. Fournier1998-04-2120-639/+5000
| | | | Michael Meskes <meskes@topsystem.de>
* Try for a LINUX_ELF fix (bandage?)Marc G. Fournier1998-04-214-288/+305
|
* From: Bryan Henderson <bryanh@giraffe-data.com>Marc G. Fournier1998-04-211-1/+3
| | | | | | | Here's a fix for a tiny memory leak in PQsetdb/PQfinish. (Analysis of a running program indicates there are several others, but this is the only obvious one I saw in the code).
* Try to find cpp failure and report it.Bruce Momjian1998-04-201-2/+8
|
* From: Peter T Mount <patches@maidast.demon.co.uk>REL6_3_2Marc G. Fournier1998-04-185-6/+60
| | | | | | | | | This fixes a problem in ResultSet.getDate() when the column is NULL (reported by Vincent Partington <Vincent.Partington@nmg.nl>) And fixes a problem with Field's (ResultSet.getObject() was proving to be slow as it repetedly send queries for oid -> name mapping - fixed by creating a cache. (reported by Mario Ellebrecht <ellebrec@nads.de>)
* Update HISTORY/TODO. Disable HAVING.Bruce Momjian1998-04-171-2/+3
|
* A few minor mods:Marc G. Fournier1998-04-175-248/+292
| | | | | | | gram.c updated scan.c updated ecpg/Makefile added LDFLAGS configure requires sfio for those systems with it installed...
* From: Darren King <darrenk@insightdist.com>Marc G. Fournier1998-04-171-1/+1
| | | | | This will force the aix compiler to insert trapping code to check for division by zero for the 4.1 port.
* Get rid of the TEMPLATE verbosity and make it so that --with-template isMarc G. Fournier1998-04-172-384/+323
| | | | documented in ./configure --help
* From: Brook Milligan <brook@trillium.NMSU.Edu>Marc G. Fournier1998-04-172-7/+7
| | | | | | | | | Here is a pair of patches that (I hope) finish the configuration issues with tcl/tk and make the recognition of the two packages completely parallel in organization. This should make future changes easier to maintain. Hope to see this in 6.2.2.
* From: David Hartwig <daveh@insightdist.com>Marc G. Fournier1998-04-151-0/+455
| | | | | Marc, I overlooked this file it should be included in the source. Oops Also the binary file is only 1.2 meg not 2.5 meg. Oops again.
* pgintro now has a list of all manual pages.Bruce Momjian1998-04-151-16/+30
|
* Move HAVING function to proper file.Bruce Momjian1998-04-153-110/+111
|
* 1.7.3Edmund Mergl1998-04-149-67/+82
|
* Update gram.c.nd *.h files.Bruce Momjian1998-04-141-436/+435
|
* Update gram.c scan.c.Bruce Momjian1998-04-141-1/+1
|
* Cleanup up code.Bruce Momjian1998-04-133-9/+2
|
* What was LINUX_ELF doing in there?Bruce Momjian1998-04-131-1/+0
|
* Replace old PostODBC driver with new one...Marc G. Fournier1998-04-1337-0/+12152
| | | | | This one is based on an older PostODBC driver, rewritten and maintained by InsightDist(?)
* From: Diab Jerius <dj@pelf.harvard.edu>Marc G. Fournier1998-04-131-0/+1
| | | | Fix for Solaris/cc problem
* New book to FAQ.Bruce Momjian1998-04-121-3/+4
|
* More work in the right direction on linux/alphaMarc G. Fournier1998-04-122-4/+4
| | | | From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
* Fix for PROFILE env.Bruce Momjian1998-04-121-1/+2
|
* linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier1998-04-112-3/+3
|
* Oops...I used Relation->rd_fd->relname exactly, instead of using the actualMarc G. Fournier1998-04-101-2/+2
| | | | variable name *blush* *grin*
* Okay, add relation name to the file generating the error...Marc G. Fournier1998-04-101-3/+3
|
* See if I can determine where the BTP_CHAIN error is coming from...Marc G. Fournier1998-04-101-2/+3
|
* make --with-libs == --with-librariesMarc G. Fournier1998-04-102-283/+310
|
* Oops reverse patch. no need for it.Bruce Momjian1998-04-092-248/+238
|
* Allow -lib-dir to find libreadline.aBruce Momjian1998-04-092-239/+249
|
* Fix incorrect second argument type for dpow() declaration.Thomas G. Lockhart1998-04-081-3/+3
|
* Prepare the EXTRACT() clause for supporting TIMEZONE_HOURThomas G. Lockhart1998-04-082-3529/+3637
| | | | | | | | | and TIMEZONE_MINUTE but don't introduce until v6.4. Fix SET TIMEZONE LOCAL to pass null pointer rather than older "default" string. Fix handling of NULL pointer returns from FOREIGN KEY clauses which are currently ignored. Allow START as a table/column name.
* Temporarily back out fixes for unary minus parsing.Thomas G. Lockhart1998-04-082-199/+194
| | | | | Will re-introduce for v6.4 but requires fixes for automatic type conversion beforehand.
* Remove name.* files.Bruce Momjian1998-04-082-0/+0
|
* From: Bruce Stephens <bruce@cenderis.demon.co.uk>Marc G. Fournier1998-04-082-3/+3
| | | | fix for the tk problem...
* Re-add pg_dump fix.Bruce Momjian1998-04-071-40/+53
|
* Reverse out pg_dump changes.Bruce Momjian1998-04-071-2/+29
|
* Update configure.Bruce Momjian1998-04-071-3/+3
|
* Update for 6.3.2Bruce Momjian1998-04-071-2/+2
|