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
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Correct comment and some documentation about REPLICA_IDENTITY_INDEX
Michael Paquier
2021-12-22
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-22
*
Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.
Tom Lane
2021-09-07
*
Set the volatility of the timestamptz version of date_bin() back to immutable
John Naylor
2021-09-03
*
Mark the timestamptz variant of date_bin() as stable
John Naylor
2021-08-31
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-17
*
Support for unnest(multirange)
Alexander Korotkov
2021-07-18
*
Fix small inconsistencies in catalog definition of multirange operators
Alexander Korotkov
2021-07-15
*
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
*
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
*
Remove pg_wait_for_backend_termination().
Noah Misch
2021-06-14
*
Copy-edit text for the pg_terminate_backend() "timeout" parameter.
Noah Misch
2021-06-14
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Tomas Vondra
2021-06-06
*
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
Noah Misch
2021-06-06
*
Fix incorrect permissions on pg_subscription.
Tom Lane
2021-06-03
*
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-27
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Do pre-release housekeeping on catalog data.
Tom Lane
2021-05-12
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
*
Mark multirange_constructor0() and multirange_constructor2() strict
Alexander Korotkov
2021-04-23
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Add DISTINCT to information schema usage views
Peter Eisentraut
2021-04-21
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
*
Update dummy prosrc values.
Tom Lane
2021-04-16
*
Convert built-in SQL-language functions to SQL-standard-body style.
Tom Lane
2021-04-16
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
*
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-15
*
Standardize pg_authid oid_symbol values.
Noah Misch
2021-04-10
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add functions to wait for backend termination
Magnus Hagander
2021-04-08
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-06
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Add pg_read_all_data and pg_write_all_data roles
Stephen Frost
2021-04-05
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-04-01
*
Add unistr function
Peter Eisentraut
2021-03-29
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
[next]