- 30 Nov, 2003 6 commits
-
-
Bruce Momjian authored
documentation; this patch removes it. Neil Conway
-
Bruce Momjian authored
> * Make LENGTH() of CHAR() not count trailing spaces >
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Allow clients to query WITH HOLD cursors and prepared statements > * Allow clients to query a list of WITH HOLD cursors and prepared statements
-
Bruce Momjian authored
< manuals (Rory) > manuals 496c496 < * Jan is Jan Wieck <JanWieck@Yahoo.com> of PeerDirect Corp. > * Jan is Jan Wieck <JanWieck@Yahoo.com> of Afilias, Inc.
-
- 29 Nov, 2003 3 commits
-
-
PostgreSQL Daemon authored
make sure the $Id tags are converted to $PostgreSQL as well ...
-
Tom Lane authored
standalone backend --- the CVS revision number of postgres.c is not real useful to anyone.
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 28 Nov, 2003 6 commits
-
-
PostgreSQL Daemon authored
testing $PostgreSQL$ tag
-
Bruce Momjian authored
Daniel Convissor
-
Bruce Momjian authored
Viktor Vislobokov
-
Bruce Momjian authored
-
Teodor Sigaev authored
-
Joe Conway authored
persistent_conn was left dangling after a disconnect in the unnamed connection case, causing a subsequent disconnect to crash the backend.
-
- 27 Nov, 2003 4 commits
-
-
Peter Eisentraut authored
--with-openssl options. This creates too much risk to pick up the wrong directory accidentally (for example when there are lib64 directories), and does not really help much with contemporary installation layouts.
-
Peter Eisentraut authored
was specified.
-
Peter Eisentraut authored
-
Teodor Sigaev authored
-
- 26 Nov, 2003 6 commits
-
-
Tom Lane authored
Ward's report that it can still happen in RC2 forces me to realize that this is not a can't-happen condition after all, and that the compaction code had better cope rather than panicking.
-
Joe Conway authored
reported by Andrea Grassi.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
they might be of a wider type.
-
Teodor Sigaev authored
-
Tatsuo Ishii authored
insertion to reduce initialization time.
-
- 25 Nov, 2003 7 commits
-
-
Tom Lane authored
Vars created to fill subplan args lists. This is an ancient error, going back at least to 7.0, but is more easily triggered in 7.4 than before because we no longer compare varlevelsup when deciding whether a Param slot can be re-used. Fixes bug reported by Klint Gore.
-
Tom Lane authored
the hashclauses field of the parent HashJoin. This avoids problems with duplicated links to SubPlans in hash clauses, as per report from Andrew Holm-Hansen.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
depend on.
-
Teodor Sigaev authored
-
- 24 Nov, 2003 7 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Tom Lane authored
tree for CYCLE option; don't assume zeros are invalid values for sequence fields other than increment_by; don't reset cache_value when not told to; simplify code for testing whether to apply defaults.
-
Peter Eisentraut authored
back --infodir, which several automatic build environments expect to exist. Add --without-docdir to prevent installation of documentation, which is helpful for things like RPM that have their own method of installing documentation.
-
Tom Lane authored
-
Peter Eisentraut authored
Fixes compilation failure with --enable-thread-safety --with-perl and Perl 5.6.1.
-
- 23 Nov, 2003 1 commit
-
-
Peter Eisentraut authored
-