- 11 Jan, 2001 6 commits
-
-
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 21 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
-
Bruce Momjian authored
EXECUTE. -- -------- Robert B. Easter
-
Bruce Momjian authored
find it ambiguous. I propose something along the lines of the following patch to clarify it. Thanks. (Alternatively, perhaps the code could maintain a count of nested calls to SPI_connect/SPI_finish. But I didn't try to write that patch.) Ian Lance Taylor
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
PostgreSQL Daemon authored
jump version to beta3 ... beta2 was created and pulled due to a couple of large-ish bugs that Tom and Vadim were able to fix, but to avoid any confusion, beta2 was removed ... and for tag'ng purposes, beta3 is being created ...
-
Tatsuo Ishii authored
Chih-Chang Hsieh <cch@cc.kmu.edu.tw>, written in traditional Chinese (Big5).
-
Hiroshi Inoue authored
-
Vadim B. Mikheev authored
- no more elog(STOP) in StartupXLOG(); - both checkpoint' undo & redo are used to define oldest on-line log file. 2. Ability to pre-allocate a few log files at checkpoint time (wal_files option). Off by default.
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Tom Lane authored
as both a GROUP BY item and an output expression, the top-level Group node should just copy up the evaluated expression value from its input, rather than re-evaluating the expression. Aside from any performance benefit this might offer, this avoids a crash when there is a sub-SELECT in said expression.
-
Tom Lane authored
-
- 08 Jan, 2001 10 commits
-
-
Tom Lane authored
-
Tom Lane authored
were never yet mentioned anywhere in our documentation. Improve explanations of the other system attributes, too.
-
Tom Lane authored
the output of UNION/INTERSECT/EXCEPT.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Hiroshi Inoue authored
-
Tom Lane authored
inconsistent coding practices for handling Index values and booleans, too.
-