- 17 Dec, 2007 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
* Consider having the background writer update the transaction status hint bits before writing out the page Implementing this requires the background writer to have access to system catalogs and the transaction status log.
-
- 16 Dec, 2007 9 commits
-
-
Tom Lane authored
Fix lots of bad markup, bad English, bad explanations. Last ones ... whew. Man, that was tedious.
-
Bruce Momjian authored
-
Bruce Momjian authored
fsync_methods. Magnus.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
lst_hoe01@kwsoft.de
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Dec, 2007 4 commits
-
-
Magnus Hagander authored
Per complaint from Richard Evans
-
Andrew Dunstan authored
-
Bruce Momjian authored
Makefile:171: *** Invalid target; use postgres-A4.pdf or postgres-US.pdf as targets. Stop.
-
Tom Lane authored
difference between Julian and Gregorian reckoning of when JD 0 was.
-
- 14 Dec, 2007 2 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
suggesting proper target names.
-
- 13 Dec, 2007 4 commits
-
-
Alvaro Herrera authored
-
Peter Eisentraut authored
-
Tom Lane authored
per Oleg.
-
Bruce Momjian authored
-
- 12 Dec, 2007 7 commits
-
-
Tom Lane authored
psql's \d commands and other uses of printQuery(). Previously we would pass these strings through gettext() and then send them to the server as literals in the SQL query. But the code was not set up to handle doubling of quotes in the strings, causing failure if a translation attempted to use the wrong kind of quote marks, as indeed is now the case for (at least) the French translation of \dFp. Another hazard was that gettext() would translate to whatever encoding was implied by the client's LC_CTYPE setting, which might be different from the client_encoding setting, which would probably cause the server to reject the query as mis-encoded. The new arrangement is to send the untranslated ASCII strings to the server, and do the translations inside printQuery() after the query results come back. Per report from Guillaume Lelarge and subsequent discussion.
-
Tom Lane authored
faulty code in third arm of #if. Per buildfarm reports.
-
Peter Eisentraut authored
-
-
Bruce Momjian authored
< < * Allow free-behind capability for large sequential scans to avoid < kernel cache spoiling < < Posix_fadvise() can control both sequential/random file caching and < free-behind behavior, but it is unclear how the setting affects other < backends that also have the file open, and the feature is not supported < on all operating systems.
-
Bruce Momjian authored
-
Tom Lane authored
usual 'merge join'.
-
- 11 Dec, 2007 8 commits
-
-
Alvaro Herrera authored
-
Tom Lane authored
-
Tom Lane authored
useful and confuses people who think it is the same as -U. (Eventually we might want to re-introduce it as being an alias for -U, but that should not happen until the switch has actually not been there for a few releases.) Likewise in pg_dump and pg_restore. Per gripe from Robert Treat and subsequent discussion.
-
Magnus Hagander authored
better, per JD.
-
Alvaro Herrera authored
with the logged event. CSV logs are now a first-class citizen along plain text logs in that they carry much of the same information. Per complaint from depesz on bug #3799.
-
Magnus Hagander authored
used when building addons. Dave Page
-
Tom Lane authored
hazards. Instead teach these programs to prompt for a password when necessary, just like all our other programs. I did not bother to invent -W switches for them, since the return on investment seems so low.
-
Tom Lane authored
switch optional, as is the case for every other one of our programs. I had already documented its -W as being optional, so this is bringing the code into line with the docs ...
-
- 10 Dec, 2007 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
psql work.
-
Bruce Momjian authored
-