- 13 Dec, 2004 5 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
> > * Allow the size of the buffer cache used by temporary objects to be > specified as a GUC variable > > Larger local buffer cache sizes requires more efficient handling of > local cache lookups.
-
Bruce Momjian authored
Euler Taveira de Oliveira
-
Tom Lane authored
in prettyprint mode. Andreas Pflug
-
- 12 Dec, 2004 6 commits
-
-
Neil Conway authored
the row types of parent/child tables.
-
Tom Lane authored
had to do in DECLARE CURSOR. AFAICS these are all the places affected. PREPARE case per example from Michael Fuhr, EXPLAIN case located by grepping for planner calls ...
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
exit status in multiline traps.
-
Tom Lane authored
(rd_att) field of a nailed-in-cache relcache entry. This fixes the bug reported by Alvaro 8-Dec-2004; I believe it probably also explains Grant Finnemore's report of 10-Sep-2004. In an unrelated change in the same file, put back 7.4's response to failure to rename() the relcache init file, ie, unlink the useless temp file. I did not put back the warning message, since there might actually be some reason not to have that.
-
- 11 Dec, 2004 12 commits
-
-
Tom Lane authored
of an inheritance child table is binary-compatible with the rowtype of its parent, invent an expression node type that does the conversion correctly. Fixes the new bug exhibited by Kris Shannon as well as a lot of old bugs that would only show up when using multiple inheritance or after altering the parent table.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
gives an example of storing a code reference by David Fetter
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 10 Dec, 2004 1 commit
-
-
Bruce Momjian authored
-
- 06 Dec, 2004 5 commits
-
-
Tom Lane authored
triggers during COMMIT. Per trouble report from Frank van Vugt.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Michael Meskes authored
Synced parser.
-
Neil Conway authored
-
- 05 Dec, 2004 1 commit
-
-
Tom Lane authored
Michael Fuhr.
-
- 04 Dec, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 03 Dec, 2004 8 commits
-
-
PostgreSQL Daemon authored
tag configure for rc1 ..
-
Tom Lane authored
better make sure the sort order is totally specified; else we get burnt by platform-specific behavior of qsort() with equal keys. Per buildfarm results.
-
Tom Lane authored
is null-terminated. I think this is not a real bug because the parser would always have truncated the identifier to NAMEDATALEN-1 already, but let's be safe. Per report from Klocwork.
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
problems.
-
Bruce Momjian authored
> each COPY, and then where we test for CR or LF in CopyAttributeOutCSV, > if the flag is not set then set it and issue the warning. Andrew Dunstan
-
Bruce Momjian authored
>>the emp table again, but shows how to audit changes into another table >>(emp_audit). Mark Kirkwood
-