index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2022-07-02
Introduce pg_attribute_nonnull(...)
Michael Paquier
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-26
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-24
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
Use correct datum macros in more tuplesort specialization functions.
John Naylor
2022-05-10
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
Custom WAL Resource Managers.
Jeff Davis
2022-04-07
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-07
pgstat: normalize function naming.
Andres Freund
2022-04-07
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-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-02
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-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-30
SQL JSON functions
Andrew Dunstan
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-28
Add public ruleutils.c entry point to deparse a Query.
Tom Lane
2022-03-27
SQL/JSON constructors
Andrew Dunstan
2022-03-26
Suppress compiler warning in relptr_store().
Tom Lane
2022-03-22
Add String object access hooks
Andrew Dunstan
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-03-21
pgstat: split different types of stats into separate files.
Andres Freund
2022-03-20
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-17
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-16
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
Add compute_query_id = regress
Michael Paquier
2022-02-21
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-18
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-15
Remove pg_atoi()
Peter Eisentraut
[next]