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-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
2022-04-08
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-07
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Fix another buildfarm issue from commit 5c279a6d350.
Jeff Davis
2022-04-07
Unlogged sequences
Peter Eisentraut
2022-04-07
Include some missing headers.
Thomas Munro
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-07
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
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: remove stats_temp_directory.
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
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-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-07
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-07
pgstat: introduce PgStat_Kind enum.
Andres Freund
2022-04-06
Use ISB as a spin-delay instruction on ARM64.
Tom Lane
[next]