- 08 Jan, 2001 7 commits
-
-
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 15 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...
-
Hiroshi Inoue authored
so that transactional control could guarantee the consistency.
-
Tom Lane authored
could ever have worked...)
-
Tom Lane authored
deallocated memory later on.
-
- 05 Jan, 2001 3 commits
-
-
Tom Lane authored
they don't themselves flush any cache entries, only add to to-do lists that will be processed later.
-
Tom Lane authored
and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis.
-
Tom Lane authored
table, per pghackers discussion around 22-Dec-00.
-
- 04 Jan, 2001 8 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
amounts to checking for -ledit instead of -lreadline.)
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
used before ...
-