- 01 Apr, 2002 5 commits
-
-
Tom Lane authored
path. The default behavior if no per-user schemas are created is that all users share a 'public' namespace, thus providing behavior backwards compatible with 7.2 and earlier releases. Probably the semantics and default setting will need to be fine-tuned, but this is a start.
-
Hiroshi Inoue authored
2) Implement some options for SQLGetDescField(). 3) Handle *Inifinity* timestamp for SQL_C_CHAR type output. 4) Separate Unicode conversions from common implementations. 5) Improve internal parse_statement() function.
-
Tom Lane authored
catalog namespace. This will not do as a production solution because the interpretation of RI trigger arguments will vary depending on the current namespace search path. I'm just putting it in so that the RI regression tests don't fail while schema development proceeds. We must find a better answer before 7.3 can be released.
-
Bruce Momjian authored
> * Remove unreferenced table files and temp tables during database vacuum > * Allow psql \d to show temporary table structure
-
Tom Lane authored
-
- 31 Mar, 2002 3 commits
-
-
Bruce Momjian authored
> * -Remove unreferenced table files and temp tables during database vacuum > * -Allow psql \d to show temporary table structure
-
Tom Lane authored
to rename. Avoids some corner-case bugs in cluster.c, improves consistency with renameatt.
-
Tom Lane authored
temp table entries in pg_class have the names the user would expect.
-
- 30 Mar, 2002 3 commits
-
-
Tom Lane authored
sequence functions how to cope with qualified names. Same code is also used for int4notin, currtid_byrelname, pgstattuple. Also, move TOAST tables into special pg_toast namespace.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
within a shell conditional.
-
- 29 Mar, 2002 7 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Tom Lane authored
in different namespaces. Also, cleanup work on relation namespace support: drop, alter, rename commands work for tables in non-default namespaces.
-
Peter Eisentraut authored
calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
-
Bruce Momjian authored
#ifdef NOT_USED).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 28 Mar, 2002 1 commit
-
-
Hiroshi Inoue authored
1) Prepare to separate 4 kinds of Descriptor handles. 2) Detect the transaction status more naturally. 3) Improve Parse Statement functionality for the use of updatable cursors. 4) Improve updatable cursors. 5) Implement SQLGetDescField() and improve SQLColAttribute(). 6) etc.
-
- 27 Mar, 2002 4 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Barry Lind authored
also fixed a NPE when calling the next() method on a result set after the connection or resultset has been closed. (bug reported by Hans Deragon)
-
Peter Eisentraut authored
-
- 26 Mar, 2002 6 commits
-
-
Tom Lane authored
in schemas other than the system namespace; however, there's no search path yet, and not all operations work yet on tables outside the system namespace.
-
Barry Lind authored
-
Barry Lind authored
Fixed NPE when database name was not passed on the jdbc connection URL Fixed Connection.isClosed() to not hit the DB for every call
-
Bruce Momjian authored
-
Bruce Momjian authored
-
D'Arcy J.M. Cain authored
- Use PyObject_Del() rather than macro version - Check version and drop back to PyMem_Del() for older systems.
-
- 25 Mar, 2002 6 commits
-
-
Bruce Momjian authored
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
-
Bruce Momjian authored
Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom)
-
Bruce Momjian authored
< * Automatically make a view temporary if it uses a temporary table > * Require view using temporary tables to be temporary views
-
Tom Lane authored
-
Bruce Momjian authored
> o Fix problems with complex temporary table creation/destruction > without using PL/PgSQL EXECUTE
-
Bruce Momjian authored
-
- 24 Mar, 2002 5 commits
-
-
Bruce Momjian authored
> * Automatically make a view temporary if it uses a temporary table
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
Also, fix debug logging of parse/plan trees so that the messages actually go through elog(), not directly to stdout.
-