index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
gram.y
Commit message (
Expand
)
Author
Age
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
*
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-08-09
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Another typo fix.
Tom Lane
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
Peter Eisentraut
2015-05-18
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-30
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Remove obsolete FORCE option from REINDEX.
Fujii Masao
2015-04-09
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
*
Fix gram.y comment to match reality
Alvaro Herrera
2015-03-25
*
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-24
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-16
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-10
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-24
*
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-23
*
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
*
Represent BETWEEN as a special node type in raw parse trees.
Tom Lane
2015-02-22
*
Fix get_object_address argument type for extension statement
Alvaro Herrera
2015-01-12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-30
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
*
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-13
*
REINDEX SCHEMA
Simon Riggs
2014-12-09
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-11-06
*
interval: tighten precision specification
Bruce Momjian
2014-10-18
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Support ALTER SYSTEM RESET command.
Fujii Masao
2014-09-02
*
Implement IF NOT EXISTS for CREATE SEQUENCE.
Heikki Linnakangas
2014-08-26
*
More psprintf goodness
Alvaro Herrera
2014-08-25
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.
Tom Lane
2014-07-01
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-16
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
[next]