- 27 Aug, 2000 4 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
the harm potential outweighs the possible benefits.
-
Tatsuo Ishii authored
to int so that they return the number of whcars.
-
Bruce Momjian authored
-
- 26 Aug, 2000 8 commits
-
-
Tom Lane authored
-
Tom Lane authored
on some platforms.
-
Peter Eisentraut authored
argument, change the order of tests for the third argument to be safe against missing prototypes, and make it fail hard if none of the combinations succeed.
-
Tom Lane authored
recent change to geometry.sql.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
packages can use to configure their build. E.g., $ pg-config --libdir /usr/local/pgsql/lib `pg-config --configure' stores the configure command line.
-
- 25 Aug, 2000 5 commits
-
-
Tom Lane authored
equal keys. See discussion of today's date in pghackers list.
-
Tom Lane authored
length is < TOAST_TUPLE_THRESHOLD, even with toastable column types present. For example, CREATE TABLE foo (f1 int, f2 varchar(100)) does not require a toast table, even though varchar is a toastable type.
-
Thomas G. Lockhart authored
(aka Henry) <laser@zhangmai.com.cn>. Fix new problems in insert.sgml and create_function.sgml which kept jade from completing.
-
Tatsuo Ishii authored
pg_mb2wchar(const unsigned char *, pg_wchar *); pg_mb2wchar_with_len(const unsigned char *, pg_wchar *, int); from void to int. Now they return the number of wide chars.
-
Peter Eisentraut authored
(rather than compile time). For libpq, even when Kerberos support is compiled in, the default user name should still fall back to geteuid() if it can't be determined via the Kerberos system. A couple of fixes for string type configuration parameters, now that there is one.
-
- 24 Aug, 2000 5 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
Datum, not char*, for portability's sake.
-
Tom Lane authored
-
Tom Lane authored
for example, an SQL function can be used in a functional index. (I make no promises about speed, but it'll work ;-).) Clean up and simplify handling of functions returning sets.
-
- 23 Aug, 2000 4 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Remove hardcoded macaddr_manuf(), which had really old, obsolete info. Replace this with some contrib/mac/ code to maniag OUI info from IEEE.
-
Thomas G. Lockhart authored
(Organizationally Unique Identifiers). This is the manufacturer's code in the MAC address.
-
Thomas G. Lockhart authored
but were missing the "mailto:" prefix. Fix typo. Thanks to Neil Conway <nconway@klamath.dyndns.org> for the heads-up.
-
- 22 Aug, 2000 6 commits
-
-
Tom Lane authored
newlines.
-
Tatsuo Ishii authored
multibyte sequence while truncating identifiers.
-
Tatsuo Ishii authored
incorrect multibyte sequence while truncating too long names.
-
Tatsuo Ishii authored
Eliminate up-to-4-times memory allocation problem
-
Tom Lane authored
right circumstances a hash join executed as a DECLARE CURSOR/FETCH query would crash the backend. Problem as seen in current sources was that the hash tables were stored in a context that was a child of TransactionCommandContext, which got zapped at completion of the FETCH command --- but cursor cleanup executed at COMMIT expected the tables to still be valid. I haven't chased down the details as seen in 7.0.* but I'm sure it's the same general problem.
-
Tom Lane authored
-
- 21 Aug, 2000 4 commits
-
-
Tom Lane authored
pg_proc.c (where it's actually used). Fix it to correctly handle tlists that contain resjunk target items, and improve error messages. This addresses bug reported by Krupnikov 6-July-00.
-
Tom Lane authored
Also, make it depend on type OIDs rather than type names for more consistency with rest of backend.
-
Tom Lane authored
macros where appropriate (the code used to have several different ways of doing that, including Int32, Int8, UInt8, ...). Remove last few references to float32 and float64 typedefs --- it's all float4/float8 now. The typedefs themselves should probably stay in c.h for a release or two, though, to avoid breaking user-written C functions.
-
Tom Lane authored
Update functions to new-style fmgr, make BIT and VARBIT be binary- equivalent, add entries to allow these types to be btree indexed, correct a few bugs. BIT/VARBIT are now toastable, too. NOTE: initdb forced due to catalog updates.
-
- 20 Aug, 2000 4 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
PGLIB or use any option anymore.
-
Peter Eisentraut authored
unsupported platforms.
-