- 19 Dec, 2007 2 commits
-
-
Magnus Hagander authored
test outputs.
-
Magnus Hagander authored
Andrew Dunstan
-
- 18 Dec, 2007 3 commits
-
-
Andrew Dunstan authored
-
Tom Lane authored
proposal by Simon Riggs, though not exactly his patch.
-
Tom Lane authored
The zero-point case is sensible so far as the data structure is concerned, so maybe we ought to allow it sometime; but right now the textual input routines for these types don't allow it, and it seems that not all the functions for the types are prepared to cope. Report and patch by Merlin Moncure.
-
- 17 Dec, 2007 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Alvaro Herrera authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
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 1 commit
-
-
Alvaro Herrera authored
-