Commit Graph

888 Commits (42dd24dab2f62e79fafd9ff3351e65c75fa83994)

Author SHA1 Message Date
Vadim B. Mikheev dfa23f5e41 SELECT FOR UPDATE syntax 27 years ago
Jan Wieck b5626a2089 Restricted maximum precision for NUMERIC to 1000 digits. 27 years ago
Bruce Momjian da361ee24b Add max oid display, rather than returning just a dash for the last entry. 27 years ago
Jan Wieck 5df20d4449 Little precision fix for POWER(). I discovered problems with big 27 years ago
Jan Wieck 0e9d75c6ac Added NUMERIC data type with many builtin funcitons, operators 27 years ago
Bruce Momjian 2b8736bac6 Fix for deadlock detection timeout. 27 years ago
Bruce Momjian 58e539e574 Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki 27 years ago
Bruce Momjian 2be1eccec7 Fix for version, update to 6.5. 27 years ago
Jan Wieck d7171601a3 Changed TypeName.typmod to int32 - atttypmod is of that size 27 years ago
Bruce Momjian b8d5f02e4e I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 with 27 years ago
Jan Wieck eeff2c94be Fixed nodeToString() to put out "<>" for NULL strings again. 27 years ago
Vadim B. Mikheev 3498d878cb SET TRANSACTION ISOLATION LEVEL ... 27 years ago
Vadim B. Mikheev c13a64d7fb Serialized mode works! 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Marc G. Fournier 9396802f14 more cleanups...of note, appendStringInfo now performs like sprintf(), 27 years ago
Marc G. Fournier 7c3b7d2744 Initial attempt to clean up the code... 27 years ago
Thomas G. Lockhart 3a52e3f3a2 Add routines and synonyms to help with single-byte char type handling. 27 years ago
Thomas G. Lockhart 239564e9ef Add routines to help with single-byte (internal) character type support. 27 years ago
Tom Lane a10b38f255 Use standard AC_PROG_INSTALL macro to search for install program, 27 years ago
Bruce Momjian 0ad5d2a3a8 Change Size from unsigned int to size_t. 27 years ago
Thomas G. Lockhart 9470ab03c9 Define routines and catalog entries for string min()/max() functions. 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Tom Lane 19740e2fff Portability fixes found needed for SunOS 4.1.x: 27 years ago
Tom Lane b10a719777 Use autoconf to determine whether system has POSIX signals, 27 years ago
Vadim B. Mikheev 2435c7d501 New HeapTuple structure/interface. 27 years ago
Vadim B. Mikheev 1f00f0dc2e Added indxqualorig to IndexScan: fix for using indices in OR. 27 years ago
Thomas G. Lockhart 643c7beddf Add text<->float8 and text<->float4 conversion functions. 28 years ago
Bruce Momjian 2e18525dbe s_lock patch from Ryan. 28 years ago
Tom Lane c6338530f6 oid8neq => oid8ne 28 years ago
Thomas G. Lockhart 9b24e7fa40 Fix discrepency in "@" operator for point and path. 28 years ago
Bruce Momjian 1e7c7343c4 Add oid8neq. 28 years ago
Tom Lane 4038dc0ee2 Fix a veritable boatload of errors in oprcom, oprnegate, 28 years ago
Bruce Momjian cec42339fc Remove bad pg_operator entry, found by Tom Lane. 28 years ago
Bruce Momjian 1adacc7d1e This looks like a wrong entry in one of the system tables. Any ideas 28 years ago
Bruce Momjian e3b06a871b s_lock aix patch. 28 years ago
Bruce Momjian 0ebb238035 backslash for portability, from Andreas Zeugswetter 28 years ago
Marc G. Fournier 82a9c9cf38 Missed one more required file... 28 years ago
Bruce Momjian 33c4072dbc INET/CIDR cleanup from D'Arcy. 28 years ago
Bruce Momjian 002657f7ed Add LIMIT syntax for Jan. 28 years ago
Bruce Momjian ca2995be7b Remove duplicate CIDR funcs by using coerce entries. 28 years ago
Bruce Momjian 9ac0c1e371 CIDR/INET fixes from D'Arcy. 28 years ago
Bruce Momjian 7787d75d78 Fix indexing for INET / CIDR. 28 years ago
Bruce Momjian 3fe6a77f91 Fix for funcs on INET/CIDR. 28 years ago
Bruce Momjian 2ba4ee74aa Fix function calls to INET/CIDR functions. Added cidr_out. 28 years ago
Bruce Momjian f9ee08499f Cleanup of \df for INET/CIDR. 28 years ago
Bruce Momjian 524f4b2d10 The patch does 2 things: 28 years ago
Bruce Momjian 858a3b570a New CIDR type and fixed INET type, from D'Arcy. 28 years ago
Bruce Momjian a824add49a Remove unused INET functions for D'Arcy. 28 years ago
Bruce Momjian 8cec4cf91b New QUERY_LIMIT set command. 28 years ago
Marc G. Fournier 4fff1dada7 From: Peter Gucwa <pg@softcomputer.com> 28 years ago