- 13 Jan, 2001 12 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
rule. Needed to avoid failure when reloading a 7.0 pg_dump of a view that has a NUMERIC column.
-
Peter Eisentraut authored
-
Marc G. Fournier authored
check one last time for any erros ...
-
Peter Eisentraut authored
shows up in psql now.
-
Marc G. Fournier authored
ignore his too
-
Marc G. Fournier authored
and this time?
-
Marc G. Fournier authored
try this again ...
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
okay, this appears to work ... onlly changes aer adding some white space ...
-
- 12 Jan, 2001 14 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
are now critical sections, so as to ensure die() won't interrupt us while we are munging shared-memory data structures. Avoid insecure intermediate states in some code that proc_exit will call, like palloc/pfree. Rename START/END_CRIT_CODE to START/END_CRIT_SECTION, since that seems to be what people tend to call them anyway, and make them be called with () like a function call, in hopes of not confusing pg_indent. I doubt that this is sufficient to make SIGTERM safe anywhere; there's just too much code that could get invoked during proc_exit().
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Philip Warner authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
bunch of old or poorly-worded documentation.
-
Philip Warner authored
- Fix handling of --tables=* (multiple tables never worked properly, AFAICT) - strdup() the current user in DB routines - Check results of IO routines more carefully. - Check results of PQ routines more carefully. Have not fixed index output yet.
-
Tom Lane authored
Wish they were all this easy ...
-
Marc G. Fournier authored
commit Oleg and Teodor's RD-tree implementation ... this provides the regression tests for the GiST changes ... this should be integrated into the regular regression tests similar to Vadim's SPI contrib stuff ...
-
Marc G. Fournier authored
New feature: 1. Support of variable size keys - new algorithm of insertion to tree (GLI - gist layrered insertion). Previous algorithm was implemented as described in paper by Joseph M. Hellerstein et.al "Generalized Search Trees for Database Systems". This (old) algorithm was not suitable for variable size keys and could be not effective ( walking up-down ) in case of multiple levels split Bug fixed: 1. fixed bug in gistPageAddItem - key values were written to disk uncompressed. This caused failure if decompression function does real job. 2. NULLs handling - we keep NULLs in tree. Right way is to remove them, but we don't know how to inform vacuum about index statistics. This is just cosmetic warning message (like in case with R-Tree), but I'm not sure how to recognize real problem if we remove NULLs and suppress this warning as Tom suggested. 3. various memory leaks This work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov (oleg@sai.msu.su).
-
- 11 Jan, 2001 7 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
reduce HISTORY changes from this list too
-
Marc G. Fournier authored
remove all the TODO updates, which drops of 12k from the file ...
-
Marc G. Fournier authored
using cvs2cl.pl, generate a list of changes from beta1->beta3 ...
-
- 10 Jan, 2001 3 commits
-
-
Peter Eisentraut authored
optimized away completely.
-
Hiroshi Inoue authored
DeadLockCheck().
-
Tom Lane authored
code would cluster, but table would magically lose its tempness.
-
- 09 Jan, 2001 4 commits
-
-
Michael Meskes authored
-
Peter Eisentraut authored
(i.e., 7.0.3) of libpostgres.a. From Jason Tishler <jt@dothill.com>.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-