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
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-25
*
Minor edits to catalog files and scripts
Alvaro Herrera
2017-12-21
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Set proargmodes for satisfies_hash_partition.
Robert Haas
2017-11-17
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15
*
Simplify index_[constraint_]create API
Alvaro Herrera
2017-11-14
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.
Tom Lane
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
*
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-14
*
Copy information from the relcache instead of pointing to it.
Robert Haas
2017-10-06
*
Support arrays over domains.
Tom Lane
2017-09-30
*
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
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-17
*
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
*
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
[next]