summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-02Make more use of RELATION_IS_OTHER_TEMP().Nathan Bossart
2025-07-02Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart
2025-07-02Update obsolete row compare preprocessing comments.Peter Geoghegan
2025-07-02Allow width_bucket()'s "operand" input to be NaN.Tom Lane
2025-07-02Fix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
2025-07-02Make row compares robust during nbtree array scans.Peter Geoghegan
2025-07-02Make handling of redundant nbtree keys more robust.Peter Geoghegan
2025-07-02meson: Increase minimum version to 0.57.2Peter Eisentraut
2025-07-02Reformat some node commentsPeter Eisentraut
2025-07-02Fix missing FSM vacuum opportunities on tables without indexes.Masahiko Sawada
2025-07-02Remove implicit cast from 'void *'John Naylor
2025-07-02Fix bug in archive streamer with LZ4 decompressionMichael Paquier
2025-07-02Move code for the bytea data type from varlena.c to new bytea.cMichael Paquier
2025-07-01Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
2025-07-01Update comment for IndexInfo.ii_NullsNotDistinctPeter Eisentraut
2025-07-01Make more use of binaryheap_empty() and binaryheap_size().Nathan Bossart
2025-07-01Update comment for IndexInfo.ii_WithoutOverlapsPeter Eisentraut
2025-07-01Fix outdated comment for IndexInfoPeter Eisentraut
2025-07-01Improve code commentPeter Eisentraut
2025-07-01Make sure IOV_MAX is defined.Tom Lane
2025-07-01Make safeguard against incorrect flags for fsync more portable.Tom Lane
2025-07-01Remove provider field from pg_locale_t.Jeff Davis
2025-07-01Control ctype behavior internally with a method table.Jeff Davis
2025-07-01Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis
2025-07-01Fix indentation in pg_numa codeTomas Vondra
2025-07-01Add CHECK_FOR_INTERRUPTS into pg_numa_query_pagesTomas Vondra
2025-07-01Silence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra
2025-07-01amcheck: Improve confusing messagePeter Eisentraut
2025-07-01Limit the size of numa_move_pages requestsTomas Vondra
2025-07-01Fix typo in pg_publication.h.Amit Kapila
2025-07-01Enable MSVC conforming preprocessorPeter Eisentraut
2025-07-01Fix typos in commentsAmit Langote
2025-07-01Fix typo in system_views.sql's definition of pg_stat_activityMichael Paquier
2025-06-30Improve error handling of libxml2 calls in xml.cMichael Paquier
2025-06-30Improve error report for PL/pgSQL reserved word used as a field name.Tom Lane
2025-06-30De-reserve keywords EXECUTE and STRICT in PL/pgSQL.Tom Lane
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-06-30aio: Fix reference to outdated nameAndres Freund
2025-06-30Avoid uninitialized value error in TAP tests' Cluster->psqlAndrew Dunstan
2025-06-30pgflex: propagate environment to flex subprocessPeter Eisentraut
2025-06-30Remove unused #include's in src/backend/utils/adt/*Peter Eisentraut
2025-06-30Fix whitespacePeter Eisentraut
2025-06-30psql: Improve tab completion for COPY command.Fujii Masao
2025-06-30pgbench: Use standard option handling test routinesPeter Eisentraut
2025-06-30Rationalize handling of VacuumParamsMichael Paquier
2025-06-30Align log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier
2025-06-30Stamp HEAD as 19devel.Joe Conway
2025-06-30Do pre-release housekeeping on catalog data.Joe Conway
2025-06-30Run pgperltidyJoe Conway
2025-06-29Fix some new issues with planning of PlaceHolderVars.Tom Lane