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
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
*
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-10-16
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Support arrays over domains.
Tom Lane
2017-09-30
*
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-15
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-06
*
Improve plural handling in error message
Peter Eisentraut
2017-08-23
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Further unify ROLE and USER command grammar rules
Peter Eisentraut
2017-08-03
*
Allow a foreign table CHECK constraint to be initially NOT VALID.
Robert Haas
2017-08-03
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
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
*
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-27
*
Fix IF NOT EXISTS in CREATE STATISTICS
Alvaro Herrera
2017-06-22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
*
Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.
Tom Lane
2017-06-11
*
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
*
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Disallow finite partition bound following earlier UNBOUNDED column.
Robert Haas
2017-05-09
*
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
*
Sync addRangeTableEntryForENR() with its peer functions.
Tom Lane
2017-04-16
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-31
[next]