@@ -94,7 +94,6 @@ Allow users to see their own queries in pg_stat_activity (Kevin Brown)
9494Fix subquery aggregates of upper query columns to match SQL spec. (Tom)
9595Add option to prevent auto-addition of tables referenced in query (Nigel J.
9696 Andrews)
97- Allow dollar signs in identifiers, except as first character (Tom)
9897Allow UPDATE ... SET col = DEFAULT (Rod)
9998Allow expressions to be used in LIMIT/OFFSET (Tom)
10099Change EXECUTE INTO to CREATE TABLE AS EXECUTE (Peter)
@@ -115,6 +114,7 @@ Add ALTER TABLE ... WITHOUT OIDS? (Rod)
115114Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values (Rod)
116115Add ALTER TABLE ... CLUSTER ON (Alvaro Herrera)
117116Improve DOMAIN automatic type casting (Rod, Tom)
117+ Allow dollar signs in identifiers, except as first character (Tom)
118118Disallow dollar signs in operator names, so x=$1 works (Tom)
119119Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS? (Rod)
120120Add WITH GRANT OPTION clause to GRANT, per SQL spec (Peter)