index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Commit message (
Expand
)
Author
Age
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-06
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
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
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
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
*
Fix overflow hazards in interval input and output conversions.
Tom Lane
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
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
SQL JSON functions
Andrew Dunstan
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
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
Add public ruleutils.c entry point to deparse a Query.
Tom Lane
2022-03-28
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Suppress compiler warning in relptr_store().
Tom Lane
2022-03-26
*
Add String object access hooks
Andrew Dunstan
2022-03-22
*
Add support for security invoker views.
Dean Rasheed
2022-03-22
*
pgstat: split different types of stats into separate files.
Andres Freund
2022-03-21
*
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-20
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-16
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Add compute_query_id = regress
Michael Paquier
2022-02-22
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
*
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-02-21
*
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-18
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Remove pg_atoi()
Peter Eisentraut
2022-02-15
*
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Support base backup targets.
Robert Haas
2022-01-20
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
*
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
[next]