index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Commit message (
Expand
)
Author
Age
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Fix bogus provolatile/proparallel markings on a few built-in functions.
Tom Lane
2018-03-30
*
Fix filtering of unsupported relations in logical replication
Peter Eisentraut
2018-02-23
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-17
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-03
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-19
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Further hacking on ICU collation creation and usage.
Tom Lane
2017-06-24
*
Rethink behavior of pg_import_system_collations().
Tom Lane
2017-06-23
*
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
*
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-21
*
Tweak publication fetching in psql
Peter Eisentraut
2017-06-20
*
Change pg_get_publication_tables to prosecdef false
Peter Eisentraut
2017-06-20
*
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Noah Misch
2017-06-16
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
*
Fix collprovider of predefined collations
Peter Eisentraut
2017-06-13
*
Mark to_tsvector(regconfig,json[b]) functions immutable
Andrew Dunstan
2017-06-08
*
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-07
*
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
2017-05-30
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-13
*
Complete tab completion for DROP STATISTICS
Alvaro Herrera
2017-05-13
*
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
*
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-21
*
Mark some columns in pg_subscription as NOT NULL.
Fujii Masao
2017-04-20
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Catversion bump
Peter Eisentraut
2017-04-14
*
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
*
Catversion bump forgotten in previous commit
Alvaro Herrera
2017-04-13
*
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-10
*
Mark immutable functions in information schema as parallel safe
Peter Eisentraut
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
BRIN de-summarization
Alvaro Herrera
2017-04-01
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
[next]