summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1999-01-18Add missing Windows files.Bruce Momjian
1999-01-18Hi!Bruce Momjian
1999-01-17Add description of ELOG_TIMESTAMPS and USE_SYSLOG options,Tom Lane
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-17Add configure test to see whether vsnprintf() is present,Tom Lane
1999-01-17Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane
1999-01-17Apply Magnus Hagander's followup patch to correctTom Lane
1999-01-12From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier
1999-01-11From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier
1999-01-05SELECT FOR UPDATE syntaxVadim B. Mikheev
1999-01-05Restricted maximum precision for NUMERIC to 1000 digits.Jan Wieck
1998-12-31Add max oid display, rather than returning just a dash for the last entry.Bruce Momjian
1998-12-30Little precision fix for POWER(). I discovered problems with bigJan Wieck
1998-12-30Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck
1998-12-29Fix for deadlock detection timeout.Bruce Momjian
1998-12-26Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian
1998-12-25Fix for version, update to 6.5.Bruce Momjian
1998-12-21Changed TypeName.typmod to int32 - atttypmod is of that sizeJan Wieck
1998-12-18I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 withBruce Momjian
1998-12-18Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck
1998-12-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
1998-12-16Serialized mode works!Vadim B. Mikheev
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-12-14more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier
1998-12-14Initial attempt to clean up the code...Marc G. Fournier
1998-12-13Add routines and synonyms to help with single-byte char type handling.Thomas G. Lockhart
1998-12-13Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart
1998-12-13Use standard AC_PROG_INSTALL macro to search for install program,Tom Lane
1998-12-13Change Size from unsigned int to size_t.Bruce Momjian
1998-12-08Define routines and catalog entries for string min()/max() functions.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-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-11-22Added indxqualorig to IndexScan: fix for using indices in OR.Vadim B. Mikheev
1998-11-17Add text<->float8 and text<->float4 conversion functions.Thomas G. Lockhart
1998-10-31s_lock patch from Ryan.Bruce Momjian
1998-10-29oid8neq => oid8neTom Lane
1998-10-29Fix discrepency in "@" operator for point and path.Thomas G. Lockhart
1998-10-29Add oid8neq.Bruce Momjian
1998-10-29Fix a veritable boatload of errors in oprcom, oprnegate,Tom Lane
1998-10-29Remove bad pg_operator entry, found by Tom Lane.Bruce Momjian
1998-10-28This looks like a wrong entry in one of the system tables. Any ideasBruce Momjian
1998-10-28s_lock aix patch.Bruce Momjian
1998-10-27backslash for portability, from Andreas ZeugswetterBruce Momjian
1998-10-27Missed one more required file...Marc G. Fournier
1998-10-22INET/CIDR cleanup from D'Arcy.Bruce Momjian
1998-10-22Add LIMIT syntax for Jan.Bruce Momjian
1998-10-22Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian
1998-10-22CIDR/INET fixes from D'Arcy.Bruce Momjian