- 14 Nov, 2002 10 commits
-
-
Tom Lane authored
casting infelicities. Allow char(n) fields to be indexed. Per Bjoern Metzdorf.
-
Tom Lane authored
aggregates: tuple_fraction has to be adjusted before passing it to compare_fractional_path_costs().
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Barry Lind authored
Fixed bug with using setNull()(or setXXX(x, null)) and serverside prepare statements. Improved error message when using a connection object that has already been closed. Modified Files: jdbc/org/postgresql/errors.properties jdbc/org/postgresql/core/Encoding.java jdbc/org/postgresql/core/QueryExecutor.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
Bruce Momjian authored
-
Bruce Momjian authored
the fix. Billy G. Allie
-
Bruce Momjian authored
-
- 13 Nov, 2002 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Fix SELECT ... INTO and CREATE TABLE AS to have appopriate OID column > o -MOVE 0 should not move to end of cursor (Bruce)
-
Bruce Momjian authored
of cursor.
-
Bruce Momjian authored
-
Bruce Momjian authored
away by the compiler; used by palloc0.
-
- 12 Nov, 2002 5 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
required by hash index implementation.
-
Tatsuo Ishii authored
-
Tom Lane authored
anymore given the mktime() workaround now done in DetermineLocalTimeZone. This has now been confirmed by Robert Bruccoleri for Irix, and I'm going to extrapolate to AIX as well.
-
- 11 Nov, 2002 9 commits
-
-
Tom Lane authored
before commit, not after :-( --- the original coding is not only unsafe if an error occurs while it's processing, but it generates an invalid sequence of WAL entries. Resurrect 7.2 logic for deleting items when no longer needed. Use an enum instead of random macros. Editorialize on names used for routines and constants. Teach backend/nodes routines about new field in CreateTable struct. Add a regression test.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Barry Lind authored
-
Barry Lind authored
regression test to test for this case. Patch submitted by Kris Jurka. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java
-
Tom Lane authored
-
Bruce Momjian authored
to MemSet is a performance boost.
-
- 10 Nov, 2002 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
FASTBUILD and DATEDEBUG weren't referenced by any other code. Neil Conway
-
Bruce Momjian authored
contains the patches to Makefile.global.in and Makefile.unixware. The Makefile.unixware patch has been updated to include the contents of LD_LIBRARY_PATH, if present, to the -rpath (-R) option. This change will simplify configuring and building PostgreSQL on systems that support LD_LIBRARY_PATH. You can set LD_LIBRARY_PATH to include all the directorys you want to have searched for additional libraries, run configure, then run make. The paths in LD_LIBRARY_PATH will then be embedded in the executables via the -rpath (-R) option to the linker, and so will not require LD_LIBRARY_PATH in order to run. Billy G. Allie
-
Bruce Momjian authored
PL/PgSQL. Previously, it had been bundled together with the assign statement implementation, for some reason that wasn't clear to me (they certainly don't share any code with one another). So I separated them and made PERFORM a statement like any other. No changes in functionality. Along the way, I added some regression tests for PERFORM, added a bunch more SGML tags to the PL/PgSQL docs, and removed an obsolete comment relating to the implementation of RETURN NEXT. Neil Conway
-
Bruce Momjian authored
> > ... he is now about to write an inlined version that can go into > s_lock.h . I'll send the new patch later on... OK, here it comes: An inlined version of tas(), that works for both, powerpc and powerpc64. The patch is against 7.3b5 and passes the test suite on both architectures. Reinhard Max
-
Bruce Momjian authored
-
Bruce Momjian authored
to PQescapeBytea and PQunescapeBytea. I fixed it and tried to create a usable diff (I'm not so familar to diff). Tommi M?kitalo
-