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-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
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-16
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-31
shm_mq_sendv: Fix flushing bug when receiver not yet attached.
Robert Haas
2022-05-30
Make STRING an unreserved_keyword.
Tom Lane
2022-05-24
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-21
Remove unused-and-misspelled function extern declaration.
Tom Lane
2022-05-21
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-19
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
Fix incorrect comments for Memoize struct
David Rowley
2022-05-19
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-13
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
Remove PGDLLIMPORT marker from __pg_log_level
Michael Paquier
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
Do pre-release housekeeping on catalog data.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
Add some missing PGDLLIMPORT markings
Michael Paquier
2022-05-12
Use correct datum macros in more tuplesort specialization functions.
John Naylor
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-10
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-07
Fix old-fd issues using global barriers everywhere.
Thomas Munro
2022-05-07
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-05-04
Remove JsonPathSpec typedef
Peter Eisentraut
2022-05-04
Add missing enum tag in enum used in nodes
Peter Eisentraut
2022-05-04
Simplify configure test
Peter Eisentraut
2022-04-30
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-28
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
Remove durable_rename_excl()
Michael Paquier
2022-04-21
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.
Tom Lane
2022-04-20
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-15
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-13
Add missing spaces after single-line comments
David Rowley
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
Remove not-very-useful early checks of __pg_log_level in logging.h.
Tom Lane
2022-04-12
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-11
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
Fix buildfarm failure from commit 2258e76f90.
Jeff Davis
2022-04-08
Add contrib/pg_walinspect.
Jeff Davis
[next]