- 24 Dec, 2004 5 commits
-
-
Bruce Momjian authored
Update FAQ with new URL's for site.
-
Bruce Momjian authored
-
Tom Lane authored
executable file isn't itself a symlink. We still need to run the algorithm so that any directory symlinks in the path to the executable are replaced by a true path. Noticed this on seeing pg_config give me a completely wrong answer for --pkglibdir when I called it through a symlink to the installation bindir.
-
Bruce Momjian authored
-
Tom Lane authored
by Rod Taylor. The foo_is_visible() functions are relatively slow and so it pays to check them after checking the name pattern match.
-
- 23 Dec, 2004 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
index predicate uses temporary memory for evaluation. Per example from Jean-Gerard Pailloncy.
-
Bruce Momjian authored
-
Michael Meskes authored
Fixed parsing of defines to make sure they used more than once.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
- 22 Dec, 2004 2 commits
-
-
Tom Lane authored
the remainder of the current clog page during system startup. While this was a good idea, it turns out the code fails if nextXid is exactly at a page boundary, because we won't have created the "current" clog page yet in that case. Since the page will be correctly zeroed when we execute the first transaction on it, the solution is just to do nothing when exactly at a page boundary. Per trouble report from Dave Hartwig.
-
Bruce Momjian authored
for startup or shutdown. We have always done this but it wasn't documented.
-
- 21 Dec, 2004 10 commits
-
-
Tom Lane authored
macros, which aren't used anywhere and haven't been for some time.
-
Tom Lane authored
GetTransactionSnapshot() to ensure ActiveSnapshot advances properly. Sigh. Extend regression test so it reveals this error too.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
PostgreSQL Daemon authored
tag files for rc2
-
Tom Lane authored
bricks shy of a load.
-
Bruce Momjian authored
> * Allow the PITR process to be debugged and data examined
-
Bruce Momjian authored
> * Allow a warm standby system to also allow read-only queries
-
Bruce Momjian authored
numbering is different than TO_CHAR's ditto. EXTRACT starts at 0==Sunday while TO_CHAR starts at 1==Sunday. A suggestion for two documentation notes is attached as a patch to current CVS HEAD. Troels Arvin
-
- 20 Dec, 2004 7 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
paths of pgstat_init. Responds to confusion exhibited by Christoph Haller.
-
Tom Lane authored
-
Tom Lane authored
when it changes. Per request from Kris Jurka.
-
Tom Lane authored
from the child process; fixes observed problems when the returned version number is '8.0.0' rather than '8.0.0rc1'. Magnus Hagander
-
Tom Lane authored
its presence. This amounts to desupporting Kerberos 5 releases 1.0.*, which is small loss, and simplifies use of our Kerberos code on platforms with Red-Hat-style include file layouts. Per gripe from John Gray and followup discussion.
-
Tom Lane authored
-
- 19 Dec, 2004 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
advancing ActiveSnapshot when we are inside a volatile function. Per example from Gaetano Mendola. Add a regression test to catch similar problems in future.
-
Tom Lane authored
after an unknown or failed psql backslash command, and also while discarding "extra" arguments of a putatively valid backslash command. In the case of an unknown/failed command, make sure we discard the whole rest of the line, rather than trying to resume at the next backslash. Per discussion with Thomer Gil.
-
Bruce Momjian authored
> * Allow psql \pset boolean variables to set to fixed values, rather than toggle
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
DLL pginstaller installs.
-
- 18 Dec, 2004 2 commits
-
-
Bruce Momjian authored
R?mi Zara
-
Tom Lane authored
-