- 28 May, 2009 1 commit
-
-
Heikki Linnakangas authored
all transactions are archived. Original patch by Guillaume Smet.
-
- 27 May, 2009 8 commits
-
-
Tom Lane authored
default usernames versus Kerberos tickets. Per confusion about what bug #4824 was really about.
-
Magnus Hagander authored
this, the username was in practice never matched against the kerberos principal used to log in.
-
Peter Eisentraut authored
Zdenek Kotala
-
Tom Lane authored
throwing an error as 8.4 had been doing. The error interfered with porting old database definitions (particularly for pg_migrator) without really buying any safety. Per bug #4817 and subsequent discussion.
-
Peter Eisentraut authored
"tsquery_op.c", line 193: warning: syntax error: empty declaration Zdenek Kotala
-
Michael Meskes authored
-
Bruce Momjian authored
-
Tom Lane authored
visibility effects in a couple of places where people are likely to look for it. Per discussion of recent question from Karl Nack.
-
- 26 May, 2009 4 commits
-
-
Tom Lane authored
an expression that's not supposed to contain variables. Per discussion with Gevik Babakhani, this eliminates the need for an ugly kluge (namely, specifying some unrelated relation name). Remove one such kluge from pg_dump.
-
Tom Lane authored
EncodeTimeOnly, EncodeDateTime, EncodeInterval. These don't have any good reason to fail, and their callers were mostly not checking anyway.
-
Tom Lane authored
-
Tom Lane authored
of time values that would not be accepted via textual input. Per gripe from Andrew McNamara. This is potentially a back-patchable bug fix, but for the moment it doesn't seem sufficiently high impact to justify doing that.
-
- 24 May, 2009 2 commits
-
-
Tom Lane authored
relopt_kind value in add_reloption_kind(). Per Zdenek Kotala.
-
Tom Lane authored
this case is worth a special code path, but a special code path that gets the boundary condition wrong is definitely no good. Per bug #4821 from Andrew Gierth. In passing, clean up some minor code formatting issues (excess parentheses and blank lines in odd places). Back-patch to 8.3, where the bug was introduced.
-
- 21 May, 2009 3 commits
-
-
Teodor Sigaev authored
Basically, it's needed to support binary dump from 8.3 because ordering rule was changed. Per discussion with Bruce.
-
Michael Meskes authored
-
Peter Eisentraut authored
Author: Euler Taveira de Oliveira <euler@timbira.com>
-
- 20 May, 2009 5 commits
-
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Heikki Linnakangas authored
when compiling with -Wformat-security. Fujii Masao.
-
- 19 May, 2009 3 commits
-
-
Peter Eisentraut authored
-
Heikki Linnakangas authored
there's no analyzable attributes or indexes. We also used to report 0 live and dead tuples for such tables, which messed with autovacuum threshold calculations. This fixes bug #4812 reported by George Su. Backpatch back to 8.1.
-
Tom Lane authored
minimal regression test coverage for matchPartialInPendingList().
-
- 18 May, 2009 5 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
sources.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
theory floating elements.
-
Peter Eisentraut authored
all (remaining) mentions of KOI8 to the new canonical form KOI8R. Add information about the available conversions for KOI8U.
-
- 16 May, 2009 4 commits
- 15 May, 2009 2 commits
-
-
Tom Lane authored
copies?) to ensure they really don't run proc_exit/shmem_exit callbacks, as was intended. I broke this behavior recently by installing atexit callbacks without thinking about the one case where we truly don't want to run those callback functions. Noted in an example from Dave Page.
-
Marc G. Fournier authored
commit for BETA2
-
- 14 May, 2009 3 commits