Commits

Showing commits that first shipped in 7.1 (backpatches included). Clear

DateSubjectAuthorReleases
2004-10-13 Remove stray semicolons in old ecpg preproc grammar ... modern bison Tom Lane 7.1 (unreleased)
2004-10-13 Fix breakage in hashjoin from recent backpatch of left-join bug fix. Tom Lane 7.1 (unreleased)
2004-09-17 Hashed LEFT JOIN would miss outer tuples with no inner match if the join Tom Lane 7.1 (unreleased)
2004-03-20 Repair multiple memory leaks in getTables(), including one that could Tom Lane 7.1 (unreleased)
2001-09-12 Back-patch deadlock recovery fix into 7.1 tree, in case someone needs it. Tom Lane 7.1 (unreleased)
2001-08-13 Hmm, looks like Bruce's auto-run-autoconf script doesn't work for Tom Lane 7.1.3
2001-08-13 Make hashjoin give the right answer with toasted input data. Tom Lane 7.1.3
2001-08-09 Fix Cygwin build, per Jason Tishler. Tom Lane 7.1.3
2001-08-08 Back-patch fix to disallow COPY TO/FROM a view (or anything else that's Tom Lane 7.1.3
2001-08-08 Back-patch fix to prevent infinite loop when $PGDATA is not writable. Tom Lane 7.1.3
2001-08-03 Back-patch fixes for dumping user-defined types and dumping comments Tom Lane 7.1.3
2001-07-31 Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that Tom Lane 7.1.3
2001-07-29 Arrange for GRANT/REVOKE on a view to be dumped at the right time, Tom Lane 7.1.3
2001-07-02 In any case, it seems the REL7_1 branch needs the update too... Tom Lane 7.1.3
2001-06-29 Fix longstanding error in VACUUM: sometimes would examine a buffer page Tom Lane 7.1.3
2001-06-13 Back-patch fix for attempt to pfree a value that's not palloc'd Tom Lane 7.1.3
2001-06-12 Repair problem with multi-action rules in combination with any nontrivial Tom Lane 7.1.3
2001-06-06 Back-patch change to not keep WAL segments just for UNDO information. Tom Lane 7.1.3
2001-05-31 RI triggers would fail for datatypes using old-style equal function, Tom Lane 7.1.3
2001-05-18 Correct recently-broken avg(interval) definition. We can't force an Tom Lane 7.1.2
2001-05-17 Back-patch fix for race condition in heap_update (make sure we hold Tom Lane 7.1.2
2001-05-15 EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance Tom Lane 7.1.2
2001-05-14 Current implementation of FOR UPDATE has no hope of working correctly Tom Lane 7.1.2
2001-05-12 proisstrict must be assumed FALSE when dumping from a 7.0 database, Tom Lane 7.1.2
2001-05-08 Append and SubqueryScan nodes were not passing changed-parameter signals down Tom Lane 7.1.2