summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1998-12-15tzn undeclared in FreeBSD, commented out.Vadim B. Mikheev
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-12-15More cleanups ... this is one big file *sigh*Marc G. Fournier
1998-12-15Correct some typos...Marc G. Fournier
1998-12-15More cleanups of appendStringInfo() function calls...Marc G. Fournier
1998-12-14Compilation of libpq for Win32 breaks on 6.4, because of a change that IBruce Momjian
1998-12-14more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier
1998-12-14Many more cleanups...Marc G. Fournier
1998-12-14Initial attempt to clean up the code...Marc G. Fournier
1998-12-14Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian
1998-12-14Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart
1998-12-13Improve CASE statement support.Thomas G. Lockhart
1998-12-13Fix up error messages when looking up functions and operators to notThomas G. Lockhart
1998-12-13Use the new implicit type coersion techniques for matching up typesThomas G. Lockhart
1998-12-13Clean up error messages associated with rules and views.Thomas G. Lockhart
1998-12-13Build pltcl.so correctly on platforms that want dependentTom Lane
1998-12-13Add routines and synonyms to help with single-byte char type handling.Thomas G. Lockhart
1998-12-13Adjust handling of data type names to suppress double quotesThomas G. Lockhart
1998-12-13Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart
1998-12-13Switch around conditional code so that HAVE_TM_ZONE takes precedenceThomas G. Lockhart
1998-12-13Partial fix for vendor-cc-versus-gcc incompatibility on HPUX:Tom Lane
1998-12-13Use standard AC_PROG_INSTALL macro to search for install program,Tom Lane
1998-12-13Add enable_plpgsql from Oliver.Bruce Momjian
1998-12-13Cleanup patch from Oleg.Bruce Momjian
1998-12-13Fix for lo_import crash.Bruce Momjian
1998-12-13While investigating a user's complaint, I have found some memoryBruce Momjian
1998-12-13I have a simple patch about the treatment of functions.Bruce Momjian
1998-12-13New ecpg man page.Bruce Momjian
1998-12-13Change Size from unsigned int to size_t.Bruce Momjian
1998-12-13This patch fixes the undefined (according to C) and erroneous (underBruce Momjian
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