- 20 Mar, 2003 3 commits
-
-
Bruce Momjian authored
when running it with older(Pre 7.3.x) versions of Postgresql. Backpatched to 7.3.X. Steven Singer
-
Bruce Momjian authored
> * -Add start time to pg_stat_activity
-
Bruce Momjian authored
Neil Conway
-
- 19 Mar, 2003 6 commits
-
-
Bruce Momjian authored
valgrind. Neil Conway
-
Bruce Momjian authored
-
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 1 commit
-
-
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.
-