summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-02-27Refactor code of pg_stat_get_wal() building result tupleMichael Paquier
2025-02-27Fix possible double-release of spinlock in procsignal.cMichael Paquier
2025-02-26Remove stray diff introduced by a5cbdeb98a.Jeff Davis
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Revert "Prepare for Python "Limited API" in PL/Python"Peter Eisentraut
2025-02-26Fix a typo in 005_char_signedness.pl test.Masahiko Sawada
2025-02-26Prepare for Python "Limited API" in PL/PythonPeter Eisentraut
2025-02-26Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier
2025-02-26Remove pgstat_flush_wal()Michael Paquier
2025-02-26Add two-phase option in pg_createsubscriber.Amit Kapila
2025-02-26Improve FATAL message for invalid TLI history at recoveryMichael Paquier
2025-02-26pg_dump: prepare attribute stats query.Jeff Davis
2025-02-26Avoid unnecessary relation stats query in pg_dump.Jeff Davis
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
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-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