- 09 Jan, 2001 11 commits
-
-
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.
-
- 07 Jan, 2001 7 commits
-
-
Tom Lane authored
before calling RelationInvalidateHeapTuple(), which is bad because the latter needs to look at the tuple data, which is in the shared disk buffer. If another backend manages to recycle the buffer while this is going on, we will compute the wrong hashindex for the tuple or maybe even crash outright. Must hold buffer refcount until afterwards. (This bug is not in 7.0.*; seems to be have introduced during WAL changes.)
-
Tom Lane authored
that leftover cancel/die requests cannot interfere with exit activities.
-
Tom Lane authored
of 6 Jan 2001 21:55.
-
PostgreSQL Daemon authored
tag configure as beta2 ..
-
Tom Lane authored
-
Tom Lane authored
and burn. Just for added luck, change reading of CONST nodes so that we do not need to consult pg_type rows while reading them; this means that no database access occurs during stringToNode. This requires changing the order in which const-node fields are written, which means an initdb is forced.
-
Tom Lane authored
Disallow cases like adding constraints to sequences :-(, and eliminate now-unnecessary search of pg_rewrite to decide if a relation is a view.
-
- 06 Jan, 2001 12 commits
-
-
Tom Lane authored
error, so as to provide a starting point for debugging.
-
Tom Lane authored
in per-entry sub-memory-context, where they were supposed to go, rather than in CacheMemoryContext where the code was putting them. Must've suffered a severe brain fade when I wrote this :-(
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Peter Eisentraut authored
noise.
-
Tatsuo Ishii authored
-
Peter Eisentraut authored
I threw in spell check run over the whole file.
-
Peter Eisentraut authored
appendix with comprehensive list of key words.
-
Peter Eisentraut authored
no longer the case). Add AND and TRAILING to ColLabel. All key words except AS are now at least ColLabel's.
-
Tom Lane authored
what's actually implemented.
-
Tatsuo Ishii authored
sequences. This is done by disabling multi-byte awareness when it's not necessary. This is kind of a workaround, not a perfect solution. However, there is no ideal way to parse broken multi-byte character sequences. So I guess this is the best way what we could do right now...
-