index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
*
Reorder subskiplsn in pg_subscription to avoid alignment issues.
Amit Kapila
2022-04-07
*
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-06
*
pgstat: introduce PgStat_Kind enum.
Andres Freund
2022-04-06
*
Use ISB as a spin-delay instruction on ARM64.
Tom Lane
2022-04-06
*
pgstat: add pgstat_copy_relation_stats().
Andres Freund
2022-04-06
*
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-06
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
pgstat: move transactional code into pgstat_xact.c.
Andres Freund
2022-04-06
*
pgstat: move pgstat_report_autovac() to pgstat_database.c.
Andres Freund
2022-04-06
*
Forgotten catversion bump for 39969e2a1e4d7f5a37f3ef37d53bbfe171e7d77a
Stephen Frost
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
*
Change one AssertMacro to Assert
Peter Eisentraut
2022-04-06
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-05
*
dshash: revise sequential scan support.
Andres Freund
2022-04-04
*
pgstat: remove some superflous comments from pgstat.h.
Andres Freund
2022-04-04
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Improve the generation memory allocator
David Rowley
2022-04-04
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
*
Fix overflow hazards in interval input and output conversions.
Tom Lane
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
*
Remove obsolete comment
Peter Eisentraut
2022-04-02
*
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-04-01
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
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
*
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
*
Allow parallel zstd compression when taking a base backup.
Robert Haas
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
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
*
IS JSON predicate
Andrew Dunstan
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
*
Mark pg_stat_get_subscription_stats() strict.
Andres Freund
2022-03-27
*
Fix NULL input behaviour of pg_stat_get_replication_slot().
Andres Freund
2022-03-27
[next]