- 08 Jan, 2001 1 commit
- 
- 
Tom Lane authoredinconsistent coding practices for handling Index values and booleans, too. 
 
- 
- 07 Jan, 2001 7 commits
- 
- 
Tom Lane authoredbefore 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 authoredthat leftover cancel/die requests cannot interfere with exit activities. 
- 
Tom Lane authoredof 6 Jan 2001 21:55. 
- 
PostgreSQL Daemon authoredtag configure as beta2 .. 
- 
Tom Lane authored
- 
Tom Lane authoredand 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 authoredDisallow 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 authorederror, so as to provide a starting point for debugging. 
- 
Tom Lane authoredin 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 authorednoise. 
- 
Tatsuo Ishii authored
- 
Peter Eisentraut authoredI threw in spell check run over the whole file. 
- 
Peter Eisentraut authoredappendix with comprehensive list of key words. 
- 
Peter Eisentraut authoredno longer the case). Add AND and TRAILING to ColLabel. All key words except AS are now at least ColLabel's. 
- 
Tom Lane authoredwhat's actually implemented. 
- 
Tatsuo Ishii authoredsequences. 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 authoredso that transactional control could guarantee the consistency. 
- 
Tom Lane authoredcould ever have worked...) 
- 
Tom Lane authoreddeallocated memory later on. 
 
- 
- 05 Jan, 2001 3 commits
- 
- 
Tom Lane authoredthey don't themselves flush any cache entries, only add to to-do lists that will be processed later. 
- 
Tom Lane authoredand 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 authoredtable, per pghackers discussion around 22-Dec-00. 
 
- 
- 04 Jan, 2001 10 commits
- 
- 
Bruce Momjian authored
- 
Peter Eisentraut authoredamounts to checking for -ledit instead of -lreadline.) 
- 
Peter Eisentraut authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Tom Lane authored
- 
Tom Lane authoredused before ... 
- 
Hiroshi Inoue authored
- 
Tom Lane authored(and most other places where it needed to output a string literal, too, except for data INSERT statements). Per bug report from Easter, 12/1/00. 
 
- 
- 03 Jan, 2001 4 commits
- 
- 
Tom Lane authoredfrom sergiop@sinectis.com.ar. 
- 
Tom Lane authoredof early December 2000. COPY BINARY is now TOAST-safe. 
- 
Tom Lane authoredto it. Bad dog. 
- 
Thomas G. Lockhart authoredPrevious result did not have correct month boundaries so anything near edge cases was suspect (e.g. April was in Q1 and July, August were lumped into Q2). Thanks to Denis Osadchy <osadchy@turbo.nsk.su> for the report. 
 
-