summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1998-04-27From: Michael Meskes <meskes@topsystem.de>Marc G. Fournier
And the next update. Now you can use only parts of a struct like this: exec sql select a into :struct.string from foo;
1998-04-27Add Darren's char2-16 files.Bruce Momjian
1998-04-27This patch...Bruce Momjian
1. Removes the unnecessary "#define AbcRegProcedure 123"'s from pg_proc.h. 2. Changes those #defines to use the names already defined in fmgr.h. 3. Forces the make of fmgr.h in backend/Makefile instead of having it made as a dependency in access/common/Makefile *hack*hack*hack* 4. Rearranged the #includes to a less helter-skelter arrangement, also changing <file.h> to "file.h" to signify a non-system header. 5. Removed "pg_proc.h" from files where its only purpose was for the #defines removed in item #1. 6. Added "fmgr.h" to each file changed for completeness sake. Turns out that #6 was not necessary for some files because fmgr.h was being included in a roundabout way SIX levels deep by the first include. "access/genam.h" ->"access/relscan.h" ->"utils/rel.h" ->"access/strat.h" ->"access/skey.h" ->"fmgr.h" So adding fmgr.h really didn't add anything to the compile, hopefully just made it clearer to the programmer. S Darren.
1998-04-27Add prper perl config testing.Bruce Momjian
1998-04-27manual page update from Oliver ElphickBruce Momjian
Oliver.Elphick@lfix.co.uk
1998-04-27Fix cc-specifc compiler flags in templatees.Bruce Momjian
1998-04-27Fixed table type lengths for Maurice.Bruce Momjian
1998-04-27FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian
1998-04-26Included is a patch for ecpg which seems to have some compilingBruce Momjian
problems on non POSIX systems such as SunOS 4.1.x. -- Tatsuo Ishii t-ishii@sra.co.jp -
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-24template cleanupBruce Momjian
1998-04-24Inline some small functions called for every row.Bruce Momjian
1998-04-24From: 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-24Clean up configure so that it properly (I hope?) GUESSes the template toMarc G. Fournier
use, if not stipulated via --with-template
1998-04-21Add hpux patch for cpp.Bruce Momjian
1998-04-21Upgrade ECPG to 2.0Marc G. Fournier
Michael Meskes <meskes@topsystem.de>
1998-04-21Try for a LINUX_ELF fix (bandage?)Marc G. Fournier
1998-04-21From: 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-20Try to find cpp failure and report it.Bruce Momjian
1998-04-18From: Peter T Mount <patches@maidast.demon.co.uk>REL6_3_2Marc 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-17Update HISTORY/TODO. Disable HAVING.Bruce Momjian
1998-04-17A 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-17From: 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-17Get rid of the TEMPLATE verbosity and make it so that --with-template isMarc G. Fournier
documented in ./configure --help
1998-04-17From: 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-15From: 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-15pgintro now has a list of all manual pages.Bruce Momjian
1998-04-15Move HAVING function to proper file.Bruce Momjian
1998-04-141.7.3Edmund Mergl
1998-04-14Update gram.c.nd *.h files.Bruce Momjian
1998-04-14Update gram.c scan.c.Bruce Momjian
1998-04-13Cleanup up code.Bruce Momjian
1998-04-13What was LINUX_ELF doing in there?Bruce Momjian
1998-04-13Replace 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-13From: Diab Jerius <dj@pelf.harvard.edu>Marc G. Fournier
Fix for Solaris/cc problem
1998-04-12New book to FAQ.Bruce Momjian
1998-04-12More work in the right direction on linux/alphaMarc G. Fournier
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
1998-04-12Fix for PROFILE env.Bruce Momjian
1998-04-11linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier
1998-04-10Oops...I used Relation->rd_fd->relname exactly, instead of using the actualMarc G. Fournier
variable name *blush* *grin*
1998-04-10Okay, add relation name to the file generating the error...Marc G. Fournier
1998-04-10See if I can determine where the BTP_CHAIN error is coming from...Marc G. Fournier
1998-04-10make --with-libs == --with-librariesMarc G. Fournier
1998-04-09Oops reverse patch. no need for it.Bruce Momjian
1998-04-09Allow -lib-dir to find libreadline.aBruce Momjian
1998-04-08Fix incorrect second argument type for dpow() declaration.Thomas G. Lockhart
1998-04-08Prepare the EXTRACT() clause for supporting TIMEZONE_HOURThomas 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-08Temporarily 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-08Remove name.* files.Bruce Momjian
1998-04-08From: Bruce Stephens <bruce@cenderis.demon.co.uk>Marc G. Fournier
fix for the tk problem...