- 19 Oct, 2002 14 commits
-
-
Tom Lane authored
'setof something'; formerly you could not tell at all that the function returns set.
-
Tom Lane authored
all utility statement types *except* a short list, per discussion a few days ago. Add missing SetQuerySnapshot calls in VACUUM and REINDEX, and guard against calling REINDEX DATABASE from a function (has same problem as VACUUM).
-
Tom Lane authored
rather than being reordered according to INSTEAD attribute for implementation convenience. Also, increase compiled-in recursion depth limit from 10 to 100 rewrite cycles. 10 seems pretty marginal for situations where multiple rules exist for the same query. There was a complaint about this recently, so I'm going to bump it up. (Perhaps we should make the limit a GUC parameter, but that's too close to being a new feature to do in beta.)
-
Bruce Momjian authored
-
Tom Lane authored
Ray Ontko 28-June-02. Also, fix prefix_selectivity for NAME lefthand variables (it was bogusly assuming binary compatibility), and adjust make_greater_string() to not call pg_mbcliplen() with invalid multibyte data (this last per bug report that I can't find at the moment, but it was in July '02).
-
Bruce Momjian authored
> * Move /contrib/retep to gborg.postgresql.org
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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
-
Bruce Momjian authored
> in the position that attislocal should be reset. I'll clean everything > up and submit the patch I had originally made. All right, this is it. This patch merely checks if child tables have the column. If atttypid and atttypmod are the same, the attributes' attinhcount is incremented; else the operation is aborted. If child tables don't have the column, recursively add it. attislocal is not touched in any case. Alvaro Herrera
-
Bruce Momjian authored
specifically ceil(), floor(), and sign(). There may be other functions that need to be added, but this is a start. I've included some simple regression tests. Neil Conway
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
a column list. Bring its parsing of quoted names and quoted strings somewhat up to speed --- I believe it now handles all non-error cases the same way the backend would, but weird boundary conditions are not necessarily done the same way.
-
- 18 Oct, 2002 7 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
been bit by the fact that the locale functions return pointers to modifiable variables. I added some comments that might help us avoid the mistake in future.
-
Tom Lane authored
instead of 'extern int errno'; the latter is unsafe according to the ANSI C standard, as well as in practice on some platforms.
-
Tom Lane authored
-
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.
-
Tom Lane authored
-
- 17 Oct, 2002 6 commits
-
-
Bruce Momjian authored
-
Barry Lind authored
Patch submitted by Kris Jurka (applied with some modifications) Modified Files: jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
-
Tom Lane authored
-
Tom Lane authored
-
Barry Lind authored
jdbc regression tests pass for both autocommit on and autocommit off Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/test/jdbc2/ConnectionTest.java
-
Bruce Momjian authored
> o Allow copy to understand \x as hex
-
- 16 Oct, 2002 6 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
the start of the psql commandline. This is better than adding BEGIN/END because it handles multiple queries well, and allows the return code for psql to return the proper value.
-
Bruce Momjian authored
Code cleanup.
-
- 15 Oct, 2002 6 commits
-
-
Bruce Momjian authored
< * Rename oid2name to relfilenode2name and install by default < * Move /contrib/oid2name to /bin, rename to relfilenode2name
-
Bruce Momjian authored
> * Move /contrib/oid2name to /bin, rename to relfilenode2name
-
Tom Lane authored
-
Tom Lane authored
are still in use out there. Per report from Brendan LeFebvre.
-
Tom Lane authored
Behavior of backslash commands (especially for large objects) may still require some thought.
-
Tom Lane authored
In passing, fix breakage for case where PGCLIENTENCODING is set in environment.
-
- 14 Oct, 2002 1 commit
-
-
Tom Lane authored
command status at the interactive level. SPI_processed, etc are set in the same way as the returned command status would have been set if the same querystring were issued interactively. Per gripe from Michael Paesold 25-Sep-02.
-