index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
parsenodes.h
Commit message (
Expand
)
Author
Age
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
*
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
*
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
*
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-27
*
Do not write out WCOs in Query
Stephen Frost
2015-10-05
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
RLS refactoring
Stephen Frost
2015-09-15
*
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
Heikki Linnakangas
2015-07-20
*
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
*
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
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
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-16
*
Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.
Tom Lane
2015-03-15
*
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
*
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-23
*
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
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Remove unused fields from ReindexStmt.
Fujii Masao
2014-12-24
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
*
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
*
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
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Implement IF NOT EXISTS for CREATE SEQUENCE.
Heikki Linnakangas
2014-08-26
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
[next]