Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2bc092d2
Commit
2bc092d2
authored
Aug 07, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move dollar sign items to object section.
parent
78154363
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
HISTORY
HISTORY
+1
-1
No files found.
HISTORY
View file @
2bc092d2
...
@@ -94,7 +94,6 @@ Allow users to see their own queries in pg_stat_activity (Kevin Brown)
...
@@ -94,7 +94,6 @@ Allow users to see their own queries in pg_stat_activity (Kevin Brown)
Fix subquery aggregates of upper query columns to match SQL spec. (Tom)
Fix subquery aggregates of upper query columns to match SQL spec. (Tom)
Add option to prevent auto-addition of tables referenced in query (Nigel J.
Add option to prevent auto-addition of tables referenced in query (Nigel J.
Andrews)
Andrews)
Allow dollar signs in identifiers, except as first character (Tom)
Allow UPDATE ... SET col = DEFAULT (Rod)
Allow UPDATE ... SET col = DEFAULT (Rod)
Allow expressions to be used in LIMIT/OFFSET (Tom)
Allow expressions to be used in LIMIT/OFFSET (Tom)
Change EXECUTE INTO to CREATE TABLE AS EXECUTE (Peter)
Change EXECUTE INTO to CREATE TABLE AS EXECUTE (Peter)
...
@@ -115,6 +114,7 @@ Add ALTER TABLE ... WITHOUT OIDS? (Rod)
...
@@ -115,6 +114,7 @@ Add ALTER TABLE ... WITHOUT OIDS? (Rod)
Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values (Rod)
Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values (Rod)
Add ALTER TABLE ... CLUSTER ON (Alvaro Herrera)
Add ALTER TABLE ... CLUSTER ON (Alvaro Herrera)
Improve DOMAIN automatic type casting (Rod, Tom)
Improve DOMAIN automatic type casting (Rod, Tom)
Allow dollar signs in identifiers, except as first character (Tom)
Disallow dollar signs in operator names, so x=$1 works (Tom)
Disallow dollar signs in operator names, so x=$1 works (Tom)
Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS? (Rod)
Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS? (Rod)
Add WITH GRANT OPTION clause to GRANT, per SQL spec (Peter)
Add WITH GRANT OPTION clause to GRANT, per SQL spec (Peter)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment