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
Age
Commit message (
Expand
)
Author
2025-02-26
Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025-02-25
Change _mdfd_segpath() to return paths by value
Andres Freund
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-25
Remove obsolete Python version check
Peter Eisentraut
2025-02-25
Eliminate code duplication in replace_rte_variables callbacks
Richard Guo
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
2025-02-25
Fix untranslatable string concatenation in pg_upgrade
Michael Paquier
2025-02-25
Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
2025-02-25
Missing doc update for f3dae2ae58.
Jeff Davis
2025-02-25
Do not use in-place updates for statistics import.
Jeff Davis
2025-02-25
psql: Add pipeline status to prompt and some state variables
Michael Paquier
2025-02-25
Fix bug in cbc127917 to handle nested Append correctly
Amit Langote
2025-02-24
Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.
Masahiko Sawada
2025-02-24
oauth: Rename macro to avoid collisions on Windows
Daniel Gustafsson
2025-02-24
oauth: Fix incorrect const markers in struct
Daniel Gustafsson
2025-02-24
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
Add lossy indicator to TBMIterateResult
Melanie Plageman
2025-02-24
Fix comment for MAX_BACKENDS.
Nathan Bossart
2025-02-24
libpq: Trace all NegotiateProtocolVersion fields
Robert Haas
2025-02-24
libpq: Add PQfullProtocolVersion to exports.txt
Robert Haas
2025-02-24
Fix confusion about data type of pg_class.relpages and relallvisible.
Tom Lane
2025-02-24
pg_amcheck: PQclear query results
Daniel Gustafsson
2025-02-24
Add static asserts for MAX_BACKENDS limiting factors
Andres Freund
2025-02-24
bufmgr: Make it easier to change number of buffer state bits
Andres Freund
2025-02-24
Base LWLock limits directly on MAX_BACKENDS
Andres Freund
2025-02-24
Move MAX_BACKENDS to procnumber.h
Andres Freund
2025-02-24
Silence warning in older versions of Valgrind
John Naylor
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-23
Ignore hash's relallvisible when checking pg_upgrade from pre-v10.
Tom Lane
2025-02-23
backend libpq void * argument for binary data
Peter Eisentraut
2025-02-23
SnapBuildRestoreContents() void * argument for binary data
Peter Eisentraut
2025-02-23
Add more tests for utility commands in pipelines
Michael Paquier
2025-02-23
jsonb internal API void * argument for binary data
Peter Eisentraut
2025-02-22
Documentation fixups for dumping statistics.
Jeff Davis
2025-02-22
Change \conninfo to use tabular format
Álvaro Herrera
2025-02-22
Remove unstable test suite added by 525392d57
Amit Langote
2025-02-22
Allow lwlocks to be disowned
Andres Freund
2025-02-22
Adjust EXPLAIN test case to filter out "Actual Rows" values.
Robert Haas
2025-02-21
Avoid race condition between "GRANT role" and "DROP ROLE".
Tom Lane
2025-02-21
Allow EXPLAIN to indicate fractional rows.
Robert Haas
2025-02-21
Add test 005_char_signedness.pl to meson.build.
Masahiko Sawada
2025-02-21
Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025-02-21
Fix an issue with index scan using pg_trgm due to char signedness on differen...
Masahiko Sawada
2025-02-21
pg_upgrade: Add --set-char-signedness to set the default char signedness of n...
Masahiko Sawada
2025-02-21
pg_upgrade: Preserve default char signedness value from old cluster.
Masahiko Sawada
2025-02-21
pg_resetwal: Add --char-signedness option to change the default char signedness.
Masahiko Sawada
2025-02-21
Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025-02-21
doc: clarify default checksum behavior in non-master branches
Bruce Momjian
2025-02-21
doc: remove non-breaking space in SGML files, causes make error
Bruce Momjian
2025-02-21
Make test portlock logic work with meson
Andres Freund
[next]