index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
*
Raise a WARNING for missing publications.
Amit Kapila
2022-03-31
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
SQL JSON functions
Andrew Dunstan
2022-03-30
*
Add range_agg with multirange inputs
Peter Eisentraut
2022-03-30
*
Change some internal error messages to elogs
Peter Eisentraut
2022-03-30
*
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-30
*
Fix typo in comment.
Etsuro Fujita
2022-03-30
*
Add header matching mode to COPY FROM
Peter Eisentraut
2022-03-30
*
Skip empty transactions for logical replication.
Amit Kapila
2022-03-30
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
*
Explain why the startup process can't cause a shortage of sinval slots.
Robert Haas
2022-03-29
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
*
Remove the ability of a role to administer itself.
Robert Haas
2022-03-28
*
Fix a few goofs in new backup compression code.
Robert Haas
2022-03-28
*
Add public ruleutils.c entry point to deparse a Query.
Tom Lane
2022-03-28
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Make JSON path numeric literals more correct
Peter Eisentraut
2022-03-28
*
Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.
Andres Freund
2022-03-27
*
Fix up compiler warnings/errors from f4fb45d15.
Tom Lane
2022-03-27
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
*
Remove useless variable.
Tom Lane
2022-03-27
*
Fix breakage of get_ps_display() in the PS_USE_NONE case.
Tom Lane
2022-03-27
*
Fix comment in execParallel.c
Michael Paquier
2022-03-27
*
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
*
Handle sequences in preprocess_pubobj_list
Tomas Vondra
2022-03-25
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
*
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-25
*
Fix typos in standby.c
Michael Paquier
2022-03-25
*
Remove some useless free calls.
Amit Kapila
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
*
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
2022-03-24
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
*
Remove unnecessary translator comment
Peter Eisentraut
2022-03-24
*
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-24
*
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-23
*
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-23
*
pg_basebackup: Try to fix some failures on Windows.
Robert Haas
2022-03-23
*
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
*
Unbreak the build.
Robert Haas
2022-03-23
*
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
[next]