- 13 Jan, 2001 8 commits
-
-
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 8 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
-
Bruce Momjian authored
entry: ---------------------------- revision 1.2 date: 2000/12/04 01:20:38; author: tgl; state: Exp; lines: +18 -18 Eliminate some of the more blatant platform-dependencies ... it builds here now, anyway ... ---------------------------- Which basically changes u_int*_t -> uint*_t, so now it does not compile neither under Debian 2.2 nor under NetBSD 1.5 which is platform independent<B8> all right. Also it replaces $KAME$ with $Id$ which is Bad Thing. PostgreSQL Id should be added as a separate line so the file history could be seen. So here is patch: * changes uint*_t -> uint*. I guess that was the original intention * adds uint64 type to include/c.h because its needed [somebody should check if I did it right] * adds back KAME Id, because KAME is the master repository * removes stupid c++ comments in pgcrypto.c * removes <sys/types.h> from the code, its not needed -- marko Marko Kreen
-
Bruce Momjian authored
-
Bruce Momjian authored
It adds information about SQL JOIN that is implemented in 7.1. -- -------- Robert B. Easter
-
Bruce Momjian authored
-