- 10 Dec, 2001 7 commits
-
-
Michael Meskes authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
DSL line at home broke things right in the middle of an update. :(
-
Thomas G. Lockhart authored
parens. This is not SQL spec syntax, so later we will remove this extension from gram.y.
-
- 09 Dec, 2001 3 commits
-
-
Michael Meskes authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
- 08 Dec, 2001 3 commits
-
-
Michael Meskes authored
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
Thomas G. Lockhart authored
Mention SQL9x precision syntax for date/time types. Use PostgreSQL consistantly throughout docs. Before, usage was split evenly between Postgres and PostgreSQL.
-
- 07 Dec, 2001 1 commit
-
-
Hiroshi Inoue authored
-
- 06 Dec, 2001 2 commits
-
-
Michael Meskes authored
- Fixed some bugs in exec sql var and exec sql type command.
-
Bruce Momjian authored
-
- 05 Dec, 2001 16 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
picksplit algorithm for Rtree. Please apply patch below to CVS Oleg Bartunov
-
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 8 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
-