- 19 Mar, 2003 4 commits
-
-
Peter Eisentraut authored
commands, to arrive at a valid and dumpable state.
-
Peter Eisentraut authored
-
Barry Lind authored
Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
-
Bruce Momjian authored
< * Rod is Rod Taylor <pg@rbt.ca)> > * Rod is Rod Taylor <pg@rbt.ca>
-
- 18 Mar, 2003 10 commits
-
-
Peter Eisentraut authored
connections, increase robustness, add NLS, and prepare for Windows port. (vacuumdb and clusterdb will follow later.)
-
Peter Eisentraut authored
functions and global variables from the rest of psql. Also clean up some data type mismatches created by the last pager patch.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
the expression using an "old-style cast." Therefore, would it be okay to patch postgres_ext.h as follows: Jeroen T. Vermeulen
-
Bruce Momjian authored
-
Michael Meskes authored
-
Barry Lind authored
Modified Files: errors_zh_TW.properties
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 17 Mar, 2003 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
-
Bruce Momjian authored
Fred Houweling
-
Bruce Momjian authored
-
- 16 Mar, 2003 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
Started working on a seperate pgtypes library. First test work. PLEASE test compilation on iother systems.
-
- 15 Mar, 2003 2 commits
-
-
Tom Lane authored
violation. Also, factor out some duplicate code in the RI triggers. Patch by Dmitry Tkach, reviewed by Stephan Szabo and Tom Lane.
-
Bruce Momjian authored
in the SO_PEERCRED case. elif is misspelled as elsif for the test. A patch is attached. Bruno Wolff III
-
- 14 Mar, 2003 9 commits
-
-
Tom Lane authored
Nick Eskelinen.
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Add GUC log_statement_duration to print statement and >= min duration > * Add GUC log_statement_and_duration to print statement and >= min duration
-
Bruce Momjian authored
> * Add GUC log_statement_duration to print statement and >= min duration
-
Barry Lind authored
Modified Files: jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
-
Tom Lane authored
initdb in the 7.3 branch, but we can at least make it right for people who install 7.3.3 from scratch.
-
Barry Lind authored
Modified Files: jdbc/org/postgresql/errors.properties jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java jdbc/org/postgresql/util/PSQLException.java
-
Tom Lane authored
into an ordinary one-field Var. Per example from Chris Mungall.
-
Tom Lane authored
Per report from Dave Marin.
-
- 13 Mar, 2003 2 commits
-
-
Tom Lane authored
This bug has been latent since 7.0 or maybe even further back, but it was only exposed when parse_clause.c stopped suppressing duplicate items (see its rev 1.96 of 18-Aug-02).
-
Peter Eisentraut authored
-
- 11 Mar, 2003 2 commits
-
-
Tom Lane authored
division and modulo functions, to avoid problems on OS X (which fails to trap 0 divide at all) and Windows (which traps it in some bizarre nonstandard fashion). Standardize on 'division by zero' as the one true spelling of this error message. Add regression tests as suggested by Neil Conway.
-
Tom Lane authored
for FETCH and MOVE.
-
- 10 Mar, 2003 4 commits
-
-
Tom Lane authored
PostgreSQL source code. Neil Conway
-
Bruce Momjian authored
Ian Barwick
-
Bruce Momjian authored
Bj?rklund.
-
Tom Lane authored
utility statement (DeclareCursorStmt) with a SELECT query dangling from it, rather than a SELECT query with a few unusual fields in it. Add code to determine whether a planned query can safely be run backwards. If DECLARE CURSOR specifies SCROLL, ensure that the plan can be run backwards by adding a Materialize plan node if it can't. Without SCROLL, you get an error if you try to fetch backwards from a cursor that can't handle it. (There is still some discussion about what the exact behavior should be, but this is necessary infrastructure in any case.) Along the way, make EXPLAIN DECLARE CURSOR work.
-