postgresql/src/backend
Peter Eisentraut 5839052693 Add CREATE RECURSIVE VIEW syntax
This is specified in the SQL standard.  The CREATE RECURSIVE VIEW
specification is transformed into a normal CREATE VIEW statement with a
WITH RECURSIVE clause.

reviewed by Abhijit Menon-Sen and Stephen Frost
2013-01-31 22:31:58 -05:00
..
access Restrict infomask bits to set on multixacts 2013-01-31 19:35:31 -03:00
bootstrap Improve handling of ereport(ERROR) and elog(ERROR). 2013-01-13 18:40:09 -05:00
catalog REASSIGN OWNED: handle shared objects, too 2013-01-28 18:45:50 -03:00
commands Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
executor Fix plpgsql's reporting of plan-time errors in possibly-simple expressions. 2013-01-30 20:02:23 -05:00
foreign Update copyrights for 2013 2013-01-01 17:15:01 -05:00
lib Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq Update copyrights for 2013 2013-01-01 17:15:01 -05:00
main Update copyrights for 2013 2013-01-01 17:15:01 -05:00
nodes Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
optimizer Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
parser Add CREATE RECURSIVE VIEW syntax 2013-01-31 22:31:58 -05:00
po
port Update copyrights for 2013 2013-01-01 17:15:01 -05:00
postmaster Also fix rotation of csvlog on Windows. 2013-01-24 11:41:30 +02:00
regex Update copyrights for 2013 2013-01-01 17:15:01 -05:00
replication Fix more issues with cascading replication and timeline switches. 2013-01-23 10:19:20 +02:00
rewrite Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
snowball Update copyrights for 2013 2013-01-01 17:15:01 -05:00
storage Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
tcop Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
tsearch Update copyrights for 2013 2013-01-01 17:15:01 -05:00
utils Reject nonzero day fields in AT TIME ZONE INTERVAL functions. 2013-01-31 12:12:23 -05:00
.gitignore
common.mk
Makefile Update copyrights for 2013 2013-01-01 17:15:01 -05:00
nls.mk Split out XLog reading as an independent facility 2013-01-16 16:12:53 -03:00