- 02 Oct, 2005 1 commit
-
-
Tom Lane authored
argument as a 'regclass' value instead of a text string. The frontend conversion of text string to pg_class OID is now encapsulated as an implicitly-invocable coercion from text to regclass. This provides backwards compatibility to the old behavior when the sequence argument is explicitly typed as 'text'. When the argument is just an unadorned literal string, it will be taken as 'regclass', which means that the stored representation will be an OID. This solves longstanding problems with renaming sequences that are referenced in default expressions, as well as new-in-8.1 problems with renaming such sequences' schemas or moving them to another schema. All per recent discussion. Along the way, fix some rather serious problems in dbmirror's support for mirroring sequence operations (int4 vs int8 confusion for instance).
-
- 01 Oct, 2005 2 commits
-
-
Tom Lane authored
the ProcessUtility case, resulting in an intratransaction memory leak if a utility command actually did return any tuples, as reported by Dmitry Karasik. Fix this and also make the behavior more consistent for cases involving nested SPI operations and multiple query trees, by ensuring that we store the state locally until it is ready to be returned to the caller.
-
Bruce Momjian authored
-
- 30 Sep, 2005 4 commits
-
-
Bruce Momjian authored
a few typos in comments. The dictionaries I checked list "altho" as a variant of "although," but I didn't find any other instances of the former in the source tree so I changed it. Michael Fuhr
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
SQL option spelling.
-
- 29 Sep, 2005 5 commits
-
-
Alvaro Herrera authored
Also, make pg_total_relation_size include the size of the TOAST index.
-
Tom Lane authored
-
Tatsuo Ishii authored
Patches Contributed by Tomoaki Sato.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
- 28 Sep, 2005 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
only the inner-side relation would be considered as potential equijoin clauses, which is wrong because the condition doesn't necessarily hold above the point of the outer join. Per test case from Kevin Grittner (bug#1916).
-
Bruce Momjian authored
-
Bruce Momjian authored
subsystem reliability.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Victor Vislobokov
-
- 27 Sep, 2005 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
< * +Add options to pg_config to show the share_dir, sysconfdir, < pkgincludedir, and localedir
-
Tom Lane authored
building contrib with USE_PGXS. To make it work all the way, the pg_regress script would need to be included in the installation tree.
-
Tom Lane authored
relocated after installation. We can't trust the installation paths inserted into Makefile.global by configure, so instead we must get the paths from pg_config. This requires extending pg_config to support all the separately-configurable path names, but that was on TODO anyway.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
to avoid useless multiple executions of pg_config.
-
Bruce Momjian authored
to be less error-prone.
-
Bruce Momjian authored
> o Improve signal handling, > http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
-
Bruce Momjian authored
< * Add options to pg_config to show the share_dir, sysconfdir, > * +Add options to pg_config to show the share_dir, sysconfdir,
-
Tom Lane authored
out-of-memory --- that is, return NULL rather than dumping core. Noted by Qingqing Zhou.
-
- 26 Sep, 2005 7 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
Marko Kreen
-
Bruce Momjian authored
< * Allow protocol-level EXECUTE that is actually a fetch to appear < in the logs as a fetch rather than another execute
-
Bruce Momjian authored
adjusted from a patch by Simon.
-
Bruce Momjian authored
> * Allow protocol-level BIND parameter values to be logged > * Allow protocol-level EXECUTE that is actually a fetch to appear > in the logs as a fetch rather than another execute
-
- 25 Sep, 2005 3 commits
-
-
Tom Lane authored
outer relation is empty did not work, per test case from Patrick Welche. It tried to use nodeHashjoin.c's high-level mechanisms for fetching an outer-relation tuple, but that code expected the hash table to be filled already. As patched, the code failed in corner cases such as having no outer-relation tuples for the first hash batch. Revert and rewrite.
-
Bruce Momjian authored
-
Bruce Momjian authored
DLL compiles to not match the application.
-