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
Age
Commit message (
Expand
)
Author
2022-03-26
Suppress compiler warning in relptr_store().
Tom Lane
2022-03-26
Allow specifying column lists for logical replication
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-24
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
Wrap inline function definitions in #ifndef FRONTEND
Alvaro Herrera
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
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-23
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
Allow pgbench to retry in some cases.
Tatsuo Ishii
2022-03-22
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
Add missing xlogdefs.h include to pg_subscription.h.
Andres Freund
2022-03-22
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
Add String object access hooks
Andrew Dunstan
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-03-22
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-21
pgstat: reorder pgstat.[ch] contents.
Andres Freund
2022-03-21
pgstat: split different types of stats into separate files.
Andres Freund
2022-03-21
Fix bogus dependency handling for GENERATED expressions.
Tom Lane
2022-03-21
Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.
Tom Lane
2022-03-21
pgstat: rename pgstat_initstats() to pgstat_relation_init().
Andres Freund
2022-03-21
pgstat: introduce pgstat_relation_should_count().
Andres Freund
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-19
pgstat: run pgindent on pgstat.c/h.
Andres Freund
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
Declare aarch64 has single copy atomicity for 8 byte values.
Thomas Munro
2022-03-17
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-03-17
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-16
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-16
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-15
Allow extensions to add new backup targets.
Robert Haas
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2022-03-12
Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd
Michael Paquier
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-10
dshash: Add sequential scan support.
Andres Freund
2022-03-09
Add parse_analyze_withcb()
Peter Eisentraut
2022-03-08
Add support for zstd base backup compression.
Robert Haas
2022-03-07
Add pg_analyze_and_rewrite_varparams()
Peter Eisentraut
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
Remove some pointless code in block.h.
Tom Lane
2022-03-04
Fix bogus casting in BlockIdGetBlockNumber().
Tom Lane
2022-03-03
Fix catalog data of pg_stop_backup(), labelled v2
Michael Paquier
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
[next]