- 01 Nov, 2002 5 commits
-
-
Tom Lane authored
core file to be produced for debugging, and avoids trying to run the normal proc-exit cleanup hooks, which are likely to cause additional problems if the system is hosed.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
this returns NULL, which confuses the code.
-
Tom Lane authored
-
- 31 Oct, 2002 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
between signal handler and enable/disable code, avoid accumulation of timing error due to trying to maintain remaining-time instead of absolute-end-time, disable timeout before commit not after.
-
Tom Lane authored
Only affects machines where MAXALIGN > 4, and is a boundary-condition case even there, but still surprising that it's not been identified before. Also reduce tuple chain move give-up messages from WARNING to DEBUG1, since they are not unexpected conditions.
-
Tom Lane authored
conform to C99's brain-dead notion of how inline functions should work.
-
Bruce Momjian authored
-
- 30 Oct, 2002 5 commits
-
-
Bruce Momjian authored
-
Barry Lind authored
returning an exception when this method was called. Modified Files: jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 29 Oct, 2002 18 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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Improve concurrency in GIST > * Add concurrency to GIST
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * -Prevent aggregates from being used in rule WHERE clauses
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 28 Oct, 2002 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Add floor(float8) and other missing functions > * -Add floor(float8) and other missing functions 174c174 < * Improve concurrency of hash indexes (Neil Conway) > * Improve concurrency of hash indexes (Neil) 277c277 < o Allow array declarations and other data types in PL/PgSQl DECLARE > o Allow array declarations and other data types in PL/PgSQL DECLARE 293c293 < * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway) > * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil) 474c474 < * Precompile SQL functions to avoid overhead (Neil Conway) > * Precompile SQL functions to avoid overhead (Neil) 549c549 < * Neil is Neil Conway <nconway@klamath.dyndns.org> > * Neil is Neil Conway <neilc@samurai.com>
-
Bruce Momjian authored
-
- 27 Oct, 2002 2 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-