summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Change _mdfd_segpath() to return paths by valueAndres Freund
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-25Remove obsolete Python version checkPeter Eisentraut
2025-02-25Eliminate code duplication in replace_rte_variables callbacksRichard Guo
2025-02-25Expand virtual generated columns in the plannerRichard Guo
2025-02-25Fix untranslatable string concatenation in pg_upgradeMichael Paquier
2025-02-25Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila
2025-02-25Missing doc update for f3dae2ae58.Jeff Davis
2025-02-25Do not use in-place updates for statistics import.Jeff Davis
2025-02-25psql: Add pipeline status to prompt and some state variablesMichael Paquier
2025-02-25Fix bug in cbc127917 to handle nested Append correctlyAmit Langote
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-24oauth: Rename macro to avoid collisions on WindowsDaniel Gustafsson
2025-02-24oauth: Fix incorrect const markers in structDaniel Gustafsson
2025-02-24Delay extraction of TIDBitmap per page offsetsMelanie Plageman
2025-02-24Add lossy indicator to TBMIterateResultMelanie Plageman
2025-02-24Fix comment for MAX_BACKENDS.Nathan Bossart
2025-02-24libpq: Trace all NegotiateProtocolVersion fieldsRobert Haas
2025-02-24libpq: Add PQfullProtocolVersion to exports.txtRobert Haas
2025-02-24Fix confusion about data type of pg_class.relpages and relallvisible.Tom Lane
2025-02-24pg_amcheck: PQclear query resultsDaniel Gustafsson
2025-02-24Add static asserts for MAX_BACKENDS limiting factorsAndres Freund
2025-02-24bufmgr: Make it easier to change number of buffer state bitsAndres Freund
2025-02-24Base LWLock limits directly on MAX_BACKENDSAndres Freund
2025-02-24Move MAX_BACKENDS to procnumber.hAndres Freund
2025-02-24Silence warning in older versions of ValgrindJohn Naylor
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-23Ignore hash's relallvisible when checking pg_upgrade from pre-v10.Tom Lane
2025-02-23backend libpq void * argument for binary dataPeter Eisentraut
2025-02-23SnapBuildRestoreContents() void * argument for binary dataPeter Eisentraut
2025-02-23Add more tests for utility commands in pipelinesMichael Paquier
2025-02-23jsonb internal API void * argument for binary dataPeter Eisentraut
2025-02-22Documentation fixups for dumping statistics.Jeff Davis
2025-02-22Change \conninfo to use tabular formatÁlvaro Herrera
2025-02-22Remove unstable test suite added by 525392d57Amit Langote
2025-02-22Allow lwlocks to be disownedAndres Freund
2025-02-22Adjust EXPLAIN test case to filter out "Actual Rows" values.Robert Haas
2025-02-21Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane
2025-02-21Allow EXPLAIN to indicate fractional rows.Robert Haas
2025-02-21Add test 005_char_signedness.pl to meson.build.Masahiko Sawada
2025-02-21Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.Tom Lane
2025-02-21Fix an issue with index scan using pg_trgm due to char signedness on differen...Masahiko Sawada
2025-02-21pg_upgrade: Add --set-char-signedness to set the default char signedness of n...Masahiko Sawada
2025-02-21pg_upgrade: Preserve default char signedness value from old cluster.Masahiko Sawada
2025-02-21pg_resetwal: Add --char-signedness option to change the default char signedness.Masahiko Sawada
2025-02-21Add default_char_signedness field to ControlFileData.Masahiko Sawada
2025-02-21doc: clarify default checksum behavior in non-master branchesBruce Momjian
2025-02-21doc: remove non-breaking space in SGML files, causes make errorBruce Momjian
2025-02-21Make test portlock logic work with mesonAndres Freund