Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-27 | Add prper perl config testing. | Bruce Momjian | |
1998-04-27 | manual page update from Oliver Elphick | Bruce Momjian | |
Oliver.Elphick@lfix.co.uk | |||
1998-04-27 | Fix cc-specifc compiler flags in templatees. | Bruce Momjian | |
1998-04-27 | Fixed table type lengths for Maurice. | Bruce Momjian | |
1998-04-27 | FIx confusion over SORT and SORTCLAUSE in node handling. | Bruce Momjian | |
1998-04-26 | Included is a patch for ecpg which seems to have some compiling | Bruce Momjian | |
problems on non POSIX systems such as SunOS 4.1.x. -- Tatsuo Ishii t-ishii@sra.co.jp - | |||
1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian | |
1998-04-24 | template cleanup | Bruce Momjian | |
1998-04-24 | Inline some small functions called for every row. | Bruce Momjian | |
1998-04-24 | From: Michael Meskes <meskes@topsystem.de> | Marc G. Fournier | |
+ 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 | |||
1998-04-24 | Clean up configure so that it properly (I hope?) GUESSes the template to | Marc G. Fournier | |
use, if not stipulated via --with-template | |||
1998-04-21 | Add hpux patch for cpp. | Bruce Momjian | |
1998-04-21 | Upgrade ECPG to 2.0 | Marc G. Fournier | |
Michael Meskes <meskes@topsystem.de> | |||
1998-04-21 | Try for a LINUX_ELF fix (bandage?) | Marc G. Fournier | |
1998-04-21 | From: Bryan Henderson <bryanh@giraffe-data.com> | Marc G. Fournier | |
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). | |||
1998-04-20 | Try to find cpp failure and report it. | Bruce Momjian | |
1998-04-18 | From: Peter T Mount <patches@maidast.demon.co.uk>REL6_3_2 | Marc G. Fournier | |
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>) | |||
1998-04-17 | Update HISTORY/TODO. Disable HAVING. | Bruce Momjian | |
1998-04-17 | A few minor mods: | Marc G. Fournier | |
gram.c updated scan.c updated ecpg/Makefile added LDFLAGS configure requires sfio for those systems with it installed... | |||
1998-04-17 | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier | |
This will force the aix compiler to insert trapping code to check for division by zero for the 4.1 port. | |||
1998-04-17 | Get rid of the TEMPLATE verbosity and make it so that --with-template is | Marc G. Fournier | |
documented in ./configure --help | |||
1998-04-17 | From: Brook Milligan <brook@trillium.NMSU.Edu> | Marc G. Fournier | |
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. | |||
1998-04-15 | From: David Hartwig <daveh@insightdist.com> | Marc G. Fournier | |
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. | |||
1998-04-15 | pgintro now has a list of all manual pages. | Bruce Momjian | |
1998-04-15 | Move HAVING function to proper file. | Bruce Momjian | |
1998-04-14 | 1.7.3 | Edmund Mergl | |
1998-04-14 | Update gram.c.nd *.h files. | Bruce Momjian | |
1998-04-14 | Update gram.c scan.c. | Bruce Momjian | |
1998-04-13 | Cleanup up code. | Bruce Momjian | |
1998-04-13 | What was LINUX_ELF doing in there? | Bruce Momjian | |
1998-04-13 | Replace old PostODBC driver with new one... | Marc G. Fournier | |
This one is based on an older PostODBC driver, rewritten and maintained by InsightDist(?) | |||
1998-04-13 | From: Diab Jerius <dj@pelf.harvard.edu> | Marc G. Fournier | |
Fix for Solaris/cc problem | |||
1998-04-12 | New book to FAQ. | Bruce Momjian | |
1998-04-12 | More work in the right direction on linux/alpha | Marc G. Fournier | |
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> | |||
1998-04-12 | Fix for PROFILE env. | Bruce Momjian | |
1998-04-11 | linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> | Marc G. Fournier | |
1998-04-10 | Oops...I used Relation->rd_fd->relname exactly, instead of using the actual | Marc G. Fournier | |
variable name *blush* *grin* | |||
1998-04-10 | Okay, add relation name to the file generating the error... | Marc G. Fournier | |
1998-04-10 | See if I can determine where the BTP_CHAIN error is coming from... | Marc G. Fournier | |
1998-04-10 | make --with-libs == --with-libraries | Marc G. Fournier | |
1998-04-09 | Oops reverse patch. no need for it. | Bruce Momjian | |
1998-04-09 | Allow -lib-dir to find libreadline.a | Bruce Momjian | |
1998-04-08 | Fix incorrect second argument type for dpow() declaration. | Thomas G. Lockhart | |
1998-04-08 | Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR | Thomas G. Lockhart | |
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. | |||
1998-04-08 | Temporarily back out fixes for unary minus parsing. | Thomas G. Lockhart | |
Will re-introduce for v6.4 but requires fixes for automatic type conversion beforehand. | |||
1998-04-08 | Remove name.* files. | Bruce Momjian | |
1998-04-08 | From: Bruce Stephens <bruce@cenderis.demon.co.uk> | Marc G. Fournier | |
fix for the tk problem... | |||
1998-04-07 | Re-add pg_dump fix. | Bruce Momjian | |
1998-04-07 | Reverse out pg_dump changes. | Bruce Momjian | |
1998-04-07 | Update configure. | Bruce Momjian | |