postgresql/src/include/parser
Alvaro Herrera f41872d0c1 Implement ALTER TABLE .. SET LOGGED / UNLOGGED
This enables changing permanent (logged) tables to unlogged and
vice-versa.

(Docs for ALTER TABLE / SET TABLESPACE got shuffled in an order that
hopefully makes more sense than the original.)

Author: Fabrízio de Royes Mello
Reviewed by: Christoph Berg, Andres Freund, Thom Brown
Some tweaking by Álvaro Herrera
2014-08-22 14:27:00 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
analyze.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
gramparse.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
keywords.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
kwlist.h Implement ALTER TABLE .. SET LOGGED / UNLOGGED 2014-08-22 14:27:00 -04:00
parse_agg.h Allow polymorphic aggregates to have non-polymorphic state data types. 2014-04-23 19:17:41 -04:00
parse_clause.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_coerce.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_collate.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_cte.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_expr.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_func.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_node.h Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 2014-06-18 13:22:34 -04:00
parse_oper.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_param.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_relation.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_target.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parse_type.h Add new to_reg* functions for error-free OID lookups. 2014-04-08 10:27:56 -04:00
parse_utilcmd.h Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
parser.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
parsetree.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
scanner.h Add some noreturn attributes based on compiler recommendations 2014-08-13 22:40:48 -04:00
scansup.h Update copyright for 2014 2014-01-07 16:05:30 -05:00