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
*
Add functions gcd() and lcm() for integer and numeric types.
Dean Rasheed
2020-01-25
*
bump catalog version as should have been done for jsonb_set_lax
Andrew Dunstan
2020-01-17
*
Add a non-strict version of jsonb_set
Andrew Dunstan
2020-01-17
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Add pg_shmem_allocations view.
Robert Haas
2020-01-09
*
Add functions min_scale(numeric) and trim_scale(numeric).
Tom Lane
2020-01-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
*
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Stabilize the results of pg_notification_queue_usage().
Tom Lane
2019-11-24
*
Add object TRUNCATE hook
Joe Conway
2019-11-23
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
*
Reduce match_pattern_prefix()'s dependencies on index opfamilies.
Tom Lane
2019-11-20
*
pg_stat_{ssl,gssapi}: Show only processes with connections
Alvaro Herrera
2019-11-12
*
Remove obsolete information schema tables
Peter Eisentraut
2019-10-25
*
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Straighten out leakproofness markings on text comparison functions.
Tom Lane
2019-09-21
*
Fix up handling of nondeterministic collations with pattern_ops opclasses.
Tom Lane
2019-09-21
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Fix issues around strictness of SIMILAR TO.
Tom Lane
2019-09-07
*
Fix typo
Alvaro Herrera
2019-08-21
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
*
Remove redundant prototypes for SQL callable functions.
Andres Freund
2019-08-16
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Show specific OID suggestion in unused_oids output.
Peter Geoghegan
2019-08-05
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Bump catversion.
Peter Geoghegan
2019-08-01
*
Add sort support routine for the inet data type.
Peter Geoghegan
2019-08-01
*
Mark advisory-lock functions as parallel restricted, not parallel unsafe.
Tom Lane
2019-08-01
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Make identity sequence management more robust
Peter Eisentraut
2019-07-22
*
Add gen_random_uuid function
Peter Eisentraut
2019-07-14
*
Forgotten catversion bump
Alexander Korotkov
2019-07-14
*
Add support for <-> (box, point) operator to SP-GiST box_ops
Alexander Korotkov
2019-07-14
*
Add support for <-> (box, point) operator to GiST box_ops
Alexander Korotkov
2019-07-14
*
Add missing commutators for distance operators
Alexander Korotkov
2019-07-14
*
Remove dead encoding-conversion functions.
Tom Lane
2019-07-05
*
Add min() and max() aggregates for pg_lsn
Michael Paquier
2019-07-05
*
Simplify pg_mcv_list (de)serialization
Tomas Vondra
2019-07-05
*
Fix pg_mcv_list_items() to produce text[]
Tomas Vondra
2019-07-05
*
Sync our Snowball stemmer dictionaries with current upstream
Peter Eisentraut
2019-07-04
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Further fix privileges on pg_statistic_ext[_data].
Tom Lane
2019-06-16
[next]