summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1998-12-12Included patches should fix following problems in the muti-byteBruce Momjian
1998-12-12Fix prototype for 64-bit platforms.Bruce Momjian
1998-12-12Update to pgaccess 0.93.Bruce Momjian
1998-12-12Add stdio for NULL define.Bruce Momjian
1998-12-08Clean up a few elog() messages for aggregates and functions.Thomas G. Lockhart
1998-12-08Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart
1998-12-08Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart
1998-12-05Fix coredumping bug in pg_dump -z; also eliminate memory leaksTom Lane
1998-12-04These data types were removed before the last release.Thomas G. Lockhart
1998-12-04Include test for CASE expression.Thomas G. Lockhart
1998-12-04Implement CASE expression.Thomas G. Lockhart
1998-11-30Portability fixes found needed for SunOS 4.1.x:Tom Lane
1998-11-29Use autoconf to determine whether system has POSIX signals,Tom Lane
1998-11-29Change exp() behavior to generate error on underflow ratherTom Lane
1998-11-29Portability fix for old SunOS releases: realloc(NULL, ...)Tom Lane
1998-11-29Portability fix for old SunOS releases: fflush(NULL)Tom Lane
1998-11-29pq_getstr didn't handle buffer overrun correctly; it wouldTom Lane
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-11-23Fixed bug in the unknown module. Module still tried to callJan Wieck
1998-11-23modify configure so that template/.similar entries can beTom Lane
1998-11-22Fix using indices in OR.Vadim B. Mikheev
1998-11-22Added indxqualorig to IndexScan: fix for using indices in OR.Vadim B. Mikheev
1998-11-19Updating and addign files...Marc G. Fournier
1998-11-18Performance improvement for libpq: avoid calling malloc separatelyTom Lane
1998-11-17Add text<->float8 and text<->float4 conversion functions.Thomas G. Lockhart
1998-11-17Additional fixes for mixed-case table names from Billy Allie.Thomas G. Lockhart
1998-11-17From: Taral <taral@cyberjunkie.com>Marc G. Fournier
1998-11-16Start defining the Corba work...Marc G. Fournier
1998-11-15Fix a couple of bugs involving calling fmtID() twice inTom Lane
1998-11-14Add "vacuumdb" utility to make it easier to clean databases.Thomas G. Lockhart
1998-11-14Add "vacuumdb" utility.Thomas G. Lockhart
1998-11-12Fix test for table existance to allow mixed-case and whitespace inThomas G. Lockhart
1998-11-12Fix at least a few shared-library problems on Linux.Tom Lane
1998-11-11Update for version 06-40-0001Byron Nikolaidis
1998-11-09Fix for NOT in where clause causing crash.Bruce Momjian
1998-11-08EXPLAIN VERBOSE had a very high probability of triggeringTom Lane
1998-11-08Fix a potential infinite loop in appendStringInfo: would lockTom Lane
1998-11-06Add "-N" flag to force double quotes around identifiers.Thomas G. Lockhart
1998-11-06August version of docs superceded by sgml version from Jan.Thomas G. Lockhart
1998-11-06Upgrade to 0.91 ...Marc G. Fournier
1998-11-04Test for and handle NULL arguments to mylog() print statements.Thomas G. Lockhart
1998-11-04Somehow had the solaris template names reversed. Probably was somethingThomas G. Lockhart
1998-11-02Fix for relname.data from SHIOZAKI TakehikoBruce Momjian
1998-11-02slight mods required for freebsd (elf vs aout stuff)Marc G. Fournier
1998-11-01Remove various files that were moved to various subdirectories...Marc G. Fournier
1998-10-31oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...Marc G. Fournier
1998-10-31Minor FreeBSD fixes put in placeMarc G. Fournier
1998-10-31s_lock patch from Ryan.Bruce Momjian