Commits

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

DateSubjectAuthorReleases
2001-05-08 Un-break exec_move_row() for case that a NULL tuple and tupdesc are Tom Lane 7.1.2
2001-05-04 COMMIT_DELAY and COMMIT_SIBLINGS were missing from the list of WAL Tom Lane 7.1.1
2001-05-04 Makefile should have automatic dependency for parser.o too, if it's Tom Lane 7.1.1
2001-05-04 Seems like we should not hold off cancel/die interrupts while we are Tom Lane 7.1.1
2001-05-03 Consolidate several near-identical uses of mktime() into a single Tom Lane 7.1.1
2001-05-03 Permission checking wasn't quite right for insert/update/delete rules, Tom Lane 7.1.1
2001-05-03 Ensure that btree sort ordering functions and boolean comparison operators Tom Lane 7.1.1
2001-05-03 Describe handling of multiply-inherited fields correctly. Tom Lane 7.1.1
2001-05-03 Permissions were not checked correctly when one view invokes another. Tom Lane 7.1.1
2001-05-03 Correct pg_description entry for type macaddr. Tom Lane 7.1.1
2001-05-03 Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill.com>. Tom Lane 7.1.1
2001-05-02 Previous commit mistakenly converted all newlines to DOS style (CR/LF). Tom Lane 7.1.1
2001-05-01 Fix slightly confused description of debug options. Tom Lane 7.1.1
2001-05-01 Synced gram.y and preproc.y. Tom Lane 7.1.1
2001-04-30 Update FAQ_HPUX now that we have reports of out-of-the-box build Tom Lane 7.1.1
2001-04-30 Document pltcl's return_null command. Tom Lane 7.1.1
2001-04-30 Repair freshly-broken markup. Tom Lane 7.1.1
2001-04-30 exec_move_row() should be more forgiving of tuples with a different Tom Lane 7.1.1
2001-04-30 Suppress pull-up of subqueries that are in the nullable side of an outer Tom Lane 7.1.1
2001-04-26 Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't think Tom Lane 7.1.1
2001-04-25 Tweak nestloop costing to weight restart cost of inner path more heavily. Tom Lane 7.1.1
2001-04-24 Undo pgindent brain damage, so that node type numbers can once again be Tom Lane 7.1.1
2001-04-23 Behave sanely when database name is omitted from command line. Tom Lane 7.1.1
2001-04-23 Defend against ancient versions of zlib by checking that zlib.h Tom Lane 7.1.1
2001-04-23 compatible_oper needs to do ReleaseSysCache in one path to avoid Tom Lane 7.1.1