index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
rules.sql
Age
Commit message (
Expand
)
Author
2002-05-03
Retire xlateSqlType/xlateSqlFunc; all type name translations are now
Tom Lane
2002-04-18
Rule names are now unique per-relation, rather than unique globally.
Tom Lane
2002-04-11
Restructure representation of aggregate functions so that they have pg_proc
Tom Lane
2001-08-14
sum() on int2 and int4 columns now uses an int8, not numeric, accumulator
Tom Lane
2001-07-09
Fix rule rewriter so that new ordering of ON INSERT actions applies
Tom Lane
2000-12-05
Add regress test case for INSERT ... SELECT in rules.
Tom Lane
2000-09-12
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-04-20
Add a regress test case for SELECT count(*) FROM view, so that we'll
Tom Lane
2000-01-06
Clean up header for uniform appearance throughout tests.
Thomas G. Lockhart
1999-08-01
Add another ORDER BY to rules test; got tired of it 'failing'
Tom Lane
1999-05-17
Fixed latest regression diff's by omitting viewowner in SELECT from pg_views.
Jan Wieck
1999-05-12
Fixed small bug in ruleutils and added output of pg_views and
Jan Wieck
1999-04-15
Add ORDER BY clauses to some select-from-view operations
Tom Lane
1999-02-23
Remove non-portable queries by replacing getpgusername() with a constant
Thomas G. Lockhart
1999-02-08
Added LIMIT/OFFSET functionality including new regression test for it.
Jan Wieck
1999-02-08
Revert some changes from the INTERSECT/EXPECT patch that broke
Jan Wieck
1999-02-07
Reenabled parentheses for grouping multiple rule actions and
Jan Wieck
1998-10-28
Add ORDER BY to ensure platform-independent results in rules test.
Tom Lane
1998-10-02
Here's a combination of all the patches I'm currently waiting
Bruce Momjian
1998-09-16
Consolidate Jan's rules test into one file.
Thomas G. Lockhart