Commit Graph

17 Commits (3f6299df6c7d905bdef44eb3a4b19f248ebc14dc)

Author SHA1 Message Date
Tom Lane 5f7c2bdb53 sum() on int2 and int4 columns now uses an int8, not numeric, accumulator 25 years ago
Tom Lane cb052e0bf1 Fix rule rewriter so that new ordering of ON INSERT actions applies 25 years ago
Tom Lane 5ce8ab96f5 Add regress test case for INSERT ... SELECT in rules. 25 years ago
Tom Lane ed5003c584 First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
Tom Lane a95eec6792 Add a regress test case for SELECT count(*) FROM view, so that we'll 26 years ago
Thomas G. Lockhart d1e6368816 Clean up header for uniform appearance throughout tests. 26 years ago
Tom Lane f851c6b07d Add another ORDER BY to rules test; got tired of it 'failing' 27 years ago
Jan Wieck fd1647706d Fixed latest regression diff's by omitting viewowner in SELECT from pg_views. 27 years ago
Jan Wieck c8cc45b2f3 Fixed small bug in ruleutils and added output of pg_views and 27 years ago
Tom Lane dbce02f133 Add ORDER BY clauses to some select-from-view operations 27 years ago
Thomas G. Lockhart dfdb2e5fb0 Remove non-portable queries by replacing getpgusername() with a constant 27 years ago
Jan Wieck be948af2e8 Added LIMIT/OFFSET functionality including new regression test for it. 27 years ago
Jan Wieck 566c712c58 Revert some changes from the INTERSECT/EXPECT patch that broke 27 years ago
Jan Wieck 28fc5d7b83 Reenabled parentheses for grouping multiple rule actions and 27 years ago
Tom Lane 1f27facc90 Add ORDER BY to ensure platform-independent results in rules test. 28 years ago
Bruce Momjian f93b6974f9 Here's a combination of all the patches I'm currently waiting 28 years ago
Thomas G. Lockhart 5a68fd56cd Consolidate Jan's rules test into one file. 28 years ago
Marc G. Fournier 1a77894d46 Add rule tests to regression tests... 28 years ago