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
Commit message (
Expand
)
Author
Age
*
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-28
*
Fix grammar's AND/OR flattening to work with operator_precedence_warning.
Tom Lane
2016-06-03
*
Fix unexpected side-effects of operator_precedence_warning.
Tom Lane
2016-04-21
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Message improvements
Peter Eisentraut
2015-11-16
*
Message style improvements
Peter Eisentraut
2015-10-28
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-03
*
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
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
*
Fix flattening of nested grouping sets.
Andres Freund
2015-07-26
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-24
*
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-06-27
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Another typo fix.
Tom Lane
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Various fixes around ON CONFLICT for rule deparsing.
Andres Freund
2015-05-19
*
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-19
*
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
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Rename coerce_type() local variable.
Noah Misch
2015-05-02
*
Deparse named arguments to use the new => operator instead of :=
Robert Haas
2015-05-01
*
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-30
*
Fix another test for RELKIND_RELATION that should allow foreign tables now.
Tom Lane
2015-04-28
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Add comments warning against generalizing default_with_oids.
Tom Lane
2015-04-25
*
Revert: Honor OID status of CREATE LIKE'd tables
Bruce Momjian
2015-04-25
*
Honor OID status of CREATE LIKE'd tables
Bruce Momjian
2015-04-20
*
Remove obsolete FORCE option from REINDEX.
Fujii Masao
2015-04-09
*
Transform ALTER TABLE/SET TYPE/USING expr during parse analysis
Alvaro Herrera
2015-04-03
*
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
*
Setup cursor position for schema-qualified elements
Alvaro Herrera
2015-03-18
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-16
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
*
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-11
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
*
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-10
[next]