- 27 Sep, 2005 3 commits
-
-
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.
-
- 24 Sep, 2005 10 commits
-
-
Neil Conway authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
compatibility issue.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
for int8 and related types. However we might be talking to a client that has working int64; so pq_getmsgint64 really needs to check the incoming value and throw an overflow error if we can't represent it accurately.
-
- 23 Sep, 2005 13 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Simplify dropping roles that have objects in several databases
-
Bruce Momjian authored
> o Allow PL/PgSQL to support WITH HOLD cursors
-
Bruce Momjian authored
> > o Display IN, INOUT, and OUT parameters in \df+ > > It probably requires psql to output newlines in the proper > column, which is already on the TODO list.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
> * Add function to report the time of the most recent server reload
-
Bruce Momjian authored
> * Add options to pg_config to show the share_dir, sysconfdir, > pkgincludedir, and localedir >
-
Bruce Momjian authored
-
Bruce Momjian authored
integrated autovacuum now does :) David Fetter
-
Bruce Momjian authored
-
Bruce Momjian authored
maintenance.sgml. Robert Treat [ Also fix create domain markup.]
-
- 22 Sep, 2005 4 commits
-
-
Bruce Momjian authored
David Fetter
-
Bruce Momjian authored
> * Allow CREATE INDEX to take an additional parameter for use with > special index types >
-
Bruce Momjian authored
release notes.
-
Tom Lane authored
"optimization". When we find a potentially useful joinclause, we have to add all its other required_relids to the result, not only the other clause_relids. They are different in the case of a joinclause whose applicability has to be postponed due to outer join. We have to include the extra rels because otherwise, after best_inner_indexscan masks the join rels with index_outer_relids, it will always fail to find the joinclause as applicable. Per report from Husam Tomeh.
-