- 20 Mar, 2003 6 commits
-
-
Bruce Momjian authored
> like that patch still needs some work... Yeah. I'm really, really, *really* sorry for submitting it in the state it was in. I shouldn't have done that just before moving to another country. I found the problem last night, but couldn't get to a Net connection until now. The problem is in src/bin/psql/common.c, around line 250-335 somewhere depending on the version. The 2nd and 3rd clauses of the "while" loop condition: (rstatus == PGRES_COPY_IN) && (rstatus == PGRES_COPY_OUT)) should of course be: (rstatus != PGRES_COPY_IN) && (rstatus != PGRES_COPY_OUT)) Jeroen T. Vermeulen
-
Bruce Momjian authored
Gavin Sherry
-
Bruce Momjian authored
. replace CREATE OR REPLACE AGGREGATE with a separate DROP and CREATE . add DROP for all CREATE OPERATORs . use IMMUTABLE and STRICT instead of WITH (isStrict) . add IMMUTABLE and STRICT to int_array_aggregate's accumulator function Gregory Stark
-
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.
-