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 overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
*
vacuumlazy.c: Clean up variable declarations.
Peter Geoghegan
2022-04-02
*
Use has_privs_for_roles for predefined role checks: round 2
Joe Conway
2022-04-02
*
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-04-02
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Fix comments with "a expression"
Andrew Dunstan
2022-03-31
*
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-31
*
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
[next]