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
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
*
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
*
Update dummy CREATE ASSERTION grammar
Peter Eisentraut
2018-09-26
*
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
*
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-24
*
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Improve parse representation for MERGE
Simon Riggs
2018-04-06
*
MERGE post-commit review
Simon Riggs
2018-04-05
*
WITH support in MERGE
Simon Riggs
2018-04-03
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
*
Add parenthesized options syntax for ANALYZE.
Andres Freund
2018-03-05
*
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-26
*
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Don't allow VACUUM VERBOSE ANALYZE VERBOSE.
Robert Haas
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Further unify ROLE and USER command grammar rules
Peter Eisentraut
2017-08-03
*
Fix OBJECT_TYPE/OBJECT_DOMAIN confusion
Peter Eisentraut
2017-08-02
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Fix IF NOT EXISTS in CREATE STATISTICS
Alvaro Herrera
2017-06-22
*
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
*
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-27
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Identity columns
Peter Eisentraut
2017-04-06
*
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
[next]