index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
*
Fix come incorrect elog() messages in aclchk.c
Michael Paquier
2022-12-23
*
Avoid crash after function syntax error in a replication worker.
Tom Lane
2022-11-03
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Message style improvements
Peter Eisentraut
2022-09-24
*
pgstat: Fix transactional stats dropping for indexes
Andres Freund
2022-09-23
*
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-23
*
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
*
Tighten pg_get_object_address argument checking
Peter Eisentraut
2022-09-21
*
Fix new pg_publication_tables query.
Tom Lane
2022-09-06
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Close old gap in dependency checks for functions returning composite.
Tom Lane
2022-07-22
*
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-17
*
Fix typo in pg_publication.c
Michael Paquier
2022-06-23
*
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-19
*
Fix comment in pg_proc.c
Michael Paquier
2022-05-14
*
Add missing binary_upgrade.h includes.
Andres Freund
2022-05-12
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Update SQL features
Peter Eisentraut
2022-05-06
*
Claim SQL standard compliance for SQL/JSON features
Andrew Dunstan
2022-04-29
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
*
Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.
Tom Lane
2022-04-21
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-07
*
Reorder subskiplsn in pg_subscription to avoid alignment issues.
Amit Kapila
2022-04-07
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
pgstat: add pgstat_copy_relation_stats().
Andres Freund
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Suppress compiler warning in pub_collist_to_bitmapset().
Tom Lane
2022-03-26
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
*
Minor improvements in sequence decoding code and docs
Tomas Vondra
2022-03-25
*
Fix pg_statio_all_tables view for multiple TOAST indexes.
Tom Lane
2022-03-24
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Remove unnecessary translator comment
Peter Eisentraut
2022-03-24
*
Add String object access hooks
Andrew Dunstan
2022-03-22
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
*
Fix bogus dependency handling for GENERATED expressions.
Tom Lane
2022-03-21
[next]