- 05 Dec, 2001 8 commits
-
-
Bruce Momjian authored
little, too late... Jason Tishler
-
Bruce Momjian authored
-
Michael Meskes authored
- Fixed bug that caused segfault when given incorrect DB name. - Fixed bug in ecpglib causing indicator to list the size of the variable instead of the size of the data.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
RTLD_LAZY | RTLD_GLOBAL to 1. It seems sunos4.h was accidentally modified between 7.1 and 7.2.
-
- 04 Dec, 2001 26 commits
-
-
Tom Lane authored
character; replace strchr() search with simple comparison to speed up COPY IN. Per discussion in pghackers.
-
Tom Lane authored
hot spots --- buys about 10% in Verner's INSERT example.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
to use and significantly faster. This tweak saves 25% (!) of the runtime of COPY IN in a test with 8000-character lines. I wouldn't normally commit a performance improvement this late in the cycle, but 25% got my attention...
-
Tom Lane authored
AlterTableAddConstraint. Earlier reorganization of the parser's processing of ALTER TABLE means that these node types no longer get here.
-
Bruce Momjian authored
-
Bruce Momjian authored
tested it with 7.2b3 and worked fine. Regards, Zoltan
-
Tom Lane authored
per recent pghackers discussions. Improving this should be a TODO for 7.3.
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
in the parallel regression tests. Suggest editing parallel_schedule as a workaround if one cannot fix the system limits.
-
Tom Lane authored
-
- 03 Dec, 2001 6 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
they are all against the current CVS tree. the patch is about 70K. regards laser
-
Tom Lane authored
older ones. We really gotta get out of the business of matching every last low-order bit in this test ...
-
Tom Lane authored
provide a default definition equating it to 'int'. Should trigger only on machines with pre-ANSI-C header files, eg SunOS 4.1.x.
-