- 13 Dec, 2003 6 commits
-
-
Neil Conway authored
improvement to the SSL auth docs.
-
Bruce Momjian authored
docbook style sheets, as discussed with Peter.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Add free-behind capability for large sequential scans (fadvise) > * Add free-behind capability for large sequential scans [fadvise]
-
Bruce Momjian authored
Pavel Stehule
-
- 12 Dec, 2003 9 commits
-
-
Peter Eisentraut authored
on_proc_exit functions, and adjust all other related code to use the proper types too. by Kurt Roeckx
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
- 11 Dec, 2003 9 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Dave Cramer authored
threadsafe patch from Karl von Randow applied
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
- 10 Dec, 2003 2 commits
-
-
Dave Cramer authored
-
Teodor Sigaev authored
Fix integer types to use definition from c.h. Per bug report by Patrick Boulay <patrick.boulay@medrium.com>
-
- 09 Dec, 2003 1 commit
-
-
Tom Lane authored
planning to modify them itself. Otherwise we end up with shared RTE substructure, which breaks inheritance_planner because the rte->inh flag needs to be independent in each copied subquery. Per bug report from Chris Piker.
-
- 08 Dec, 2003 5 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
attr_needed/attr_widths optimization failed to allow for Vars with attno zero in this case. Per report from Tatsuo Ishii.
-
Tom Lane authored
order. Remove some unnecessary #includes (that duplicate c.h).
-
Bruce Momjian authored
< * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] > * -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] 263c263 < * Allow pg_dump to dump CREATE CONVERSION (Christopher) > * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
-
- 07 Dec, 2003 7 commits
-
-
Tom Lane authored
'double' arithmetic, per recent discussion.
-
Tom Lane authored
prevents view from showing constraints on domains. This addresses the other half of Claus Colloseus' bug report.
-
Peter Eisentraut authored
for bit(x), the typmod stores x+4, like for the character types.)
-
Tom Lane authored
reduce the number of times TopoSort() has to be executed by trying to extract multiple dependency loops from each pass, instead of only one. This saves about another factor of ten on the regression database. This could be considered as another exercise in grokking Fred Brooks' maxim: Representation *is* the essence of programming.
-
Joe Conway authored
functionality. Per bug report by Alvar Freude: http://archives.postgresql.org/pgsql-bugs/2003-12/msg00022.php
-
Tom Lane authored
bottleneck in the new pg_dump code.
-
Bruce Momjian authored
> * -Use dependency information to dump data in proper order
-
- 06 Dec, 2003 1 commit
-
-
Joe Conway authored
and pg_settings view.
-