Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stray semicolons in old ecpg preproc grammar ... modern bisonREL7_1_STABLE | Tom Lane | 2004-10-13 | 1 | -2/+2 |
| | | | | | versions won't compile it at all with those there. Probably of only academic interest now, but ... | ||||
* | Fix breakage in hashjoin from recent backpatch of left-join bug fix. | Tom Lane | 2004-10-13 | 1 | -10/+10 |
| | | | | (That's what I get for not testing the back branches *before* committing.) | ||||
* | Hashed LEFT JOIN would miss outer tuples with no inner match if the join | Tom Lane | 2004-09-17 | 1 | -5/+7 |
| | | | | | | was large enough to be batched and the tuples fell into a batch where there were no inner tuples at all. Thanks to Xiaoyu Wang for finding a test case that exposed this long-standing bug. | ||||
* | Repair multiple memory leaks in getTables(), including one that could | Tom Lane | 2004-03-20 | 1 | -1/+4 |
| | | | | | | easily exhaust memory on databases with more than a few hundred triggers. I don't expect any more releases of these old versions, but let's put the fix in CVS just so it's archived. | ||||
* | Keep the contents of TIDs not the pointers. | Hiroshi Inoue | 2001-10-01 | 2 | -18/+13 |
| | | | | Tid scan has been broken for 7.1. | ||||
* | Back-patch deadlock recovery fix into 7.1 tree, in case someone needs it. | Tom Lane | 2001-09-12 | 1 | -9/+27 |
| | |||||
* | Add a changelog file for 7.1.3 from 7.1.2REL7_1_3 | Marc G. Fournier | 2001-08-17 | 1 | -0/+142 |
| | |||||
* | update version to 7.1.3 | Peter Eisentraut | 2001-08-16 | 1 | -5/+5 |
| | |||||
* | This patch fixes the well-known but unfixed bug that fetchone() always | Bruce Momjian | 2001-08-16 | 1 | -2/+2 |
| | | | | | | | returns the first result in the DB-API compliant wrapper. It turned out that the bug was way down in the C code. Gerhard Häring | ||||
* | just a test | Bruce Momjian | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | update | Bruce Momjian | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | update | Bruce Momjian | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | test | Bruce Momjian | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | Add HISTORY for 7.1.3. Packaging done. | Bruce Momjian | 2001-08-14 | 3 | -2/+77 |
| | |||||
* | Hmm, looks like Bruce's auto-run-autoconf script doesn't work for | Tom Lane | 2001-08-13 | 1 | -1/+1 |
| | | | | old branches... | ||||
* | Make hashjoin give the right answer with toasted input data. | Tom Lane | 2001-08-13 | 1 | -18/+32 |
| | |||||
* | fix my old fault. | Hiroshi Inoue | 2001-08-09 | 4 | -17/+24 |
| | |||||
* | Update branding for 7.1.3, no HISTORY yet. | Bruce Momjian | 2001-08-09 | 6 | -10/+10 |
| | |||||
* | Fix Cygwin build, per Jason Tishler. | Tom Lane | 2001-08-09 | 1 | -1/+2 |
| | |||||
* | Back-patch fix to disallow COPY TO/FROM a view (or anything else that's | Tom Lane | 2001-08-08 | 1 | -3/+19 |
| | | | | not a plain relation). | ||||
* | Back-patch fix to prevent infinite loop when $PGDATA is not writable. | Tom Lane | 2001-08-08 | 1 | -4/+7 |
| | |||||
* | Commit BEOS patch to 7.1.X. | Bruce Momjian | 2001-08-07 | 3 | -20/+53 |
| | |||||
* | Back-patch fixes for dumping user-defined types and dumping comments | Tom Lane | 2001-08-03 | 2 | -30/+83 |
| | | | | on views. | ||||
* | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane | 2001-07-31 | 4 | -38/+69 |
| | | | | | | | has a DISTINCT ON clause, per bug report from Anthony Wood. While at it, improve the DISTINCT-ON-clause recognizer routine to not be fooled by out- of-order DISTINCT lists. Also, back-patch earlier fix to not push down into sub-SELECT with LIMIT. | ||||
* | Arrange for GRANT/REVOKE on a view to be dumped at the right time, | Tom Lane | 2001-07-29 | 1 | -2/+8 |
| | | | | | namely after the view definition rather than before it. Bug introduced in 7.1 by changes to dump stuff in OID ordering. | ||||
* | Fix typo. createdb -t --> createdb -T | Tatsuo Ishii | 2001-07-06 | 1 | -2/+2 |
| | |||||
* | In any case, it seems the REL7_1 branch needs the update too... | Tom Lane | 2001-07-02 | 2 | -4/+2 |
| | |||||
* | Fix longstanding error in VACUUM: sometimes would examine a buffer page | Tom Lane | 2001-06-29 | 1 | -12/+9 |
| | | | | | after writing/unpinning it. An actual failure is unlikely, unless the system is tremendously short of buffers ... but a bug is a bug. | ||||
* | Back-patch fix for attempt to pfree a value that's not palloc'd | Tom Lane | 2001-06-13 | 1 | -7/+1 |
| | | | | | (it's a field of a tuple). I see Jan has already fixed this in current sources, but 7.1.* is pretty badly broken here. | ||||
* | Repair problem with multi-action rules in combination with any nontrivial | Tom Lane | 2001-06-12 | 1 | -20/+19 |
| | | | | | | manipulation of rtable/jointree by planner. Rewriter was generating actions that shared rtable/jointree substructure, which caused havoc when planner got to the later actions that it'd already mucked up. | ||||
* | Back-patch change to not keep WAL segments just for UNDO information. | Tom Lane | 2001-06-06 | 1 | -5/+38 |
| | |||||
* | Forgot SGML section section id tag for 7.1. | Bruce Momjian | 2001-05-31 | 1 | -2/+2 |
| | |||||
* | RI triggers would fail for datatypes using old-style equal function, | Tom Lane | 2001-05-31 | 1 | -7/+21 |
| | | | | | | because cached fmgr info contained reference to a shorter-lived data structure. Also guard against possibility that fmgr_info could fail, leaving an incomplete entry present in the hash table. | ||||
* | Fix a message error in utf_to_local | Tatsuo Ishii | 2001-05-28 | 1 | -2/+2 |
| | |||||
* | Patch from Barry Lind to correctly decode time zones in timestamp results.REL7_1_2 | Thomas G. Lockhart | 2001-05-22 | 1 | -4/+4 |
| | | | | | | Without patch, the time zone field is ignored and the returned time is not correct. Already applied to the development tree... | ||||
* | add a ChangeLog file | Marc G. Fournier | 2001-05-22 | 1 | -0/+141 |
| | |||||
* | Correct recently-broken avg(interval) definition. We can't force an | Tom Lane | 2001-05-18 | 1 | -2/+2 |
| | | | | | initdb to fix this in 7.1 installations, but it seems better to be shipping a correct entry than a wrong one. | ||||
* | Add HISTORY items for 7.1.2. | Bruce Momjian | 2001-05-17 | 2 | -1/+9 |
| | |||||
* | Back-patch fix for race condition in heap_update (make sure we hold | Tom Lane | 2001-05-17 | 1 | -11/+57 |
| | | | | the buffer lock while checking page free space). | ||||
* | Update crypto with patch for computation. | Bruce Momjian | 2001-05-15 | 2 | -11/+18 |
| | |||||
* | Well, the correct code - that corresponds to current | Bruce Momjian | 2001-05-15 | 1 | -2/+3 |
| | | | | | | | encode - is below. I even got the linefeed stuff wrong. -- marko | ||||
* | EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance | Tom Lane | 2001-05-15 | 3 | -161/+243 |
| | | | | | | | | trees (mostly my fault). Repair. Also fix long-standing bug in ExecReplace: after recomputing a concurrently updated tuple, we must recheck constraints. Make EvalPlanQual leak memory with somewhat less enthusiasm than before, although plugging leaks fully will require more changes than I care to risk in a dot-release. | ||||
* | Current implementation of FOR UPDATE has no hope of working correctly | Tom Lane | 2001-05-14 | 1 | -2/+18 |
| | | | | | for relations on the nullable side of an OUTER JOIN. For now I think we'd better refuse such queries. | ||||
* | Fix 'set path' for csh, path -> $path. | Bruce Momjian | 2001-05-14 | 1 | -2/+2 |
| | | | | Pierce Tyler | ||||
* | Cope with configure arguments that contain spaces. | Peter Eisentraut | 2001-05-13 | 1 | -2/+2 |
| | |||||
* | update. | Bruce Momjian | 2001-05-13 | 1 | -2/+2 |
| | |||||
* | proisstrict must be assumed FALSE when dumping from a 7.0 database, | Tom Lane | 2001-05-12 | 1 | -11/+12 |
| | | | | | | not TRUE. Otherwise we break pl call handler functions. fmgr_oldstyle will take care of making sure the semantics are the same for C functions. Clean up some slightly grotty coding in 7.0 pg_class reading, also. | ||||
* | Backpatch jdbc1 compile failure fix. | Bruce Momjian | 2001-05-12 | 1 | -1/+1 |
| | |||||
* | - Don't dump COMMENTs in data-only dumps | Philip Warner | 2001-05-12 | 3 | -66/+122 |
| | | | | | | | | | - Fix view dumping SQL for V7.0 - Fix bug when getting view oid with long view names - Treat SEQUENCE SET TOC entries as data entries rather than schema entries. - Make allowance for data entries that did not have a data dumper routine (eg. SEQUENCE SET) | ||||
* | no more Andy Piper tools | Peter Eisentraut | 2001-05-11 | 1 | -9/+5 |
| |