- 01 Dec, 2003 3 commits
-
-
Tom Lane authored
-
Tom Lane authored
since there is no need to worry about damaged pages when we are going to overwrite them anyway from the WAL. Per recent discussion.
-
Bruce Momjian authored
while you can actually set them with SET. This applied patch changes the wording from "Show" to "Set".
-
- 30 Nov, 2003 14 commits
-
-
Joe Conway authored
octal escape all octets outside the range 0x20 to 0x7e. This fixes the problem pointed out by Sergey Yatskevich here: http://archives.postgresql.org/pgsql-bugs/2003-11/msg00140.php
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Have pg_ctl look at PGHOST in case it is a socket directory
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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 4 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
-