- Nov 23, 2002
-
-
Bruce Momjian authored
matching create cast command. The attached diff adds a create cast as assignment to cube.sql.in . Bruno Wolff III
-
Bruce Momjian authored
with regard to the extra_float_digits setting. Since builtins.h was already included, I just deleted the extern statement (and accompaning comments). Bruno Wolff III
-
Tom Lane authored
regression test to avoid using VALUE as a name. From Joe Conway.
-
- Nov 22, 2002
-
-
Tom Lane authored
as elog format strings. Hai-Chen Tu pointed out the problem in contrib/dbmirror, but it wasn't the only such error.
-
Bruce Momjian authored
Hai-Chen Tu
-
- Nov 15, 2002
-
-
Bruce Momjian authored
is pgcrypto bug as it assumed too much about inner workings of OpenSSL. Following patch stops pgcrypto using EVP* functions for ciphers and lets it manage ciphers itself. This patch supports Blowfish, DES and CAST5 algorithms. Marko Kreen
-
- Nov 14, 2002
-
-
Tom Lane authored
casting infelicities. Allow char(n) fields to be indexed. Per Bjoern Metzdorf.
-
- Nov 13, 2002
-
-
Bruce Momjian authored
-
- Nov 11, 2002
-
-
Bruce Momjian authored
to MemSet is a performance boost.
-
- Nov 10, 2002
-
-
Bruce Momjian authored
-
- Nov 08, 2002
-
-
Bruce Momjian authored
-
Bruce Momjian authored
points on the surface of the earth and locating points within a specified distance using an index based on the contrib/cube package. The new functions are all of language type sql. A couple of bugs in the old earthdistance function based on the point datatype are fixed. A regression test has been added for both sets of functions. The README file has been updated to include documentation on the new stuff. There are comments about how this package is also useful for Astronomers. Bruno Wolff III
-
- Nov 07, 2002
-
-
Tom Lane authored
with older bison versions.
-
- Nov 06, 2002
-
-
Tom Lane authored
-
Bruce Momjian authored
-
- Nov 04, 2002
-
-
Tom Lane authored
gcc, but some other compilers don't like 'em.
-
- Nov 03, 2002
-
-
Tom Lane authored
create a second database, just loop back to 'regression'. Patch from Joe Conway 10/22/02.
-
Bruce Momjian authored
-
- Nov 02, 2002
- Nov 01, 2002
-
-
Tom Lane authored
(usually bison output files), not as standalone files. This hack works around flex's insistence on including <stdio.h> before we are able to include postgres.h; postgres.h will already be read before the compiler starts to read the flex output file. Needed for largefile support on some platforms.
-
Tom Lane authored
-
- Oct 31, 2002
-
-
Tom Lane authored
conform to C99's brain-dead notion of how inline functions should work.
-
- Oct 26, 2002
-
-
Tom Lane authored
-
- Oct 22, 2002
-
-
Peter Eisentraut authored
-
- Oct 21, 2002
-
-
Bruce Momjian authored
left a reference to cube in a comment in the regression test (that also shows up in the expected output). This doesn't cause any real problem, but people who read the comment might be confused. Attached is a diff to remove the reference. Bruno Wolff III
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
it automatically now on regression session startup.
-
Bruce Momjian authored
Forge.
-
Bruce Momjian authored
-
- Oct 20, 2002
-
-
Tom Lane authored
-
- Oct 19, 2002
-
-
Bruce Momjian authored
-Support for mirroring tables in different Schema's -Improved documentation for compiling with 7.1.x and 7.2.x -Fixes a buffer overrun bug. Steven Singer
-
- Oct 18, 2002
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Create objects in public schema. Make spacing/capitalization consistent. Remove transaction block use for object creation. Remove unneeded function GRANTs.
-
- Oct 14, 2002
-
-
Bruce Momjian authored
contrib/dbmirror/README.dbmirror doc file. Neil Conway
-