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
Age
Commit message (
Expand
)
Author
2025-05-20
aio: Fix possible state confusions due to interrupt processing
Andres Freund
2025-05-19
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
Heikki Linnakangas
2025-05-19
Don't retreat slot's confirmed_flush LSN.
Amit Kapila
2025-05-19
Doc: add pre-branch task to run src/tools/copyright.pl.
Tom Lane
2025-05-19
Fix incorrect year in some copyright notices
Michael Paquier
2025-05-19
ecpg: Add missing newline in meson.build
Michael Paquier
2025-05-18
Fix tuple_fraction calculation in generate_orderedappend_paths()
Alexander Korotkov
2025-05-18
Make our usage of memset_s() conform strictly to the C11 standard.
Tom Lane
2025-05-18
Fix function name reference in comment
Daniel Gustafsson
2025-05-15
Fix Assert failure in XMLTABLE parser
Richard Guo
2025-05-14
Add explicit initialization for all PlannerGlobal fields
Richard Guo
2025-05-13
Fix order of parameters in POD documentation
Daniel Gustafsson
2025-05-13
Fix the race condition in the test added by 7c99dc587.
Amit Kapila
2025-05-11
Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
Álvaro Herrera
2025-05-11
Fix comment of tsquerysend()
Álvaro Herrera
2025-05-11
relcache: Avoid memory leak on tables with no CHECK constraints
Álvaro Herrera
2025-05-11
Sort includes in alphabetical order
Álvaro Herrera
2025-05-11
Fix incorrect "return NULL" in BumpAllocLarge().
Tom Lane
2025-05-10
Remove GLOBALTABLESPACE_OID assert for locked buffers.
Noah Misch
2025-05-10
aio: Use runtime arguments with injections points in tests
Michael Paquier
2025-05-09
injection_points: Add support and tests for runtime arguments
Michael Paquier
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-05-09
Skip RSA-PSS ssl test when using LibreSSL.
Tom Lane
2025-05-09
Hack one ssl test case to pass with current LibreSSL.
Tom Lane
2025-05-09
Centralize ssl tests' check for whether we're using LibreSSL.
Tom Lane
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-08
Use more mundane 'int' type for cancel key lengths in libpq
Heikki Linnakangas
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-05-08
Suppress unnecessary explicit sorting for EPQ mergejoin path
Richard Guo
2025-05-07
Remove pg_replication_origin's TOAST table.
Nathan Bossart
2025-05-07
Prevent premature nbtree array advancement.
Peter Geoghegan
2025-05-07
nbtree: tighten up array recheck rules.
Peter Geoghegan
2025-05-07
pg_dumpall: Add --sequence-data.
Nathan Bossart
2025-05-07
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-07
Remove some tabs in C string literals
Peter Eisentraut
2025-05-07
Fix some comments related to IO workers
Michael Paquier
2025-05-05
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-05-05
Refactor test_escape.c for additional ways of testing.
Noah Misch
2025-05-05
Translation updates
Peter Eisentraut
2025-05-03
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
Alexander Korotkov
2025-05-03
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-03
Fix memory allocation/copy mistakes.
Etsuro Fujita
2025-05-03
Fix typos in comments.
Etsuro Fujita
2025-05-02
Avoid treating nonrequired nbtree keys as required.
Peter Geoghegan
2025-05-02
Fix memory leak in _gin_parallel_merge
Tomas Vondra
2025-05-02
Don't use a tuplestore if we don't have to for SQL-language functions.
Tom Lane
2025-05-02
Handle self-referencing FKs correctly in partitioned tables
Álvaro Herrera
2025-05-02
oauth: Correct SSL dependency for libpq-oauth.a
Jacob Champion
2025-05-02
Make "directory" setting work with extension_control_path
Peter Eisentraut
2025-05-01
oauth: Fix Autoconf build on macOS
Jacob Champion
[next]