summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-02libpq: fix typo "occurences" -> "occurrences" in testsRobert Haas
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2024-01-02tsquery: fix typo "rewrited" -> "rewritten"Robert Haas
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2024-01-02Add WALSummarizerLock to wait_event_names.txtRobert Haas
2024-01-02Fix typos in simplehash.hPeter Eisentraut
2024-01-02Replace the relid in some missing fields during SJEAlexander Korotkov
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2024-01-01Turn AT_PASS_* macros into an enumPeter Eisentraut
2023-12-31Revert "pg_stat_statements: Add coverage for entry_dealloc()"Peter Eisentraut
2023-12-31Exclude files generated by generate-wait_event_types.pl from pgindentMichael Paquier
2023-12-30Fix parallel BRIN builds with synchronized scansTomas Vondra
2023-12-30Minor cleanup of the BRIN parallel build codeTomas Vondra
2023-12-30Don't send "cannot connect" errors on invalid startup packetHeikki Linnakangas
2023-12-30pg_stat_statements: Add TAP test for testing restartsPeter Eisentraut
2023-12-30pg_stat_statements: Add coverage for entry_dealloc()Peter Eisentraut
2023-12-30Add GUC backtrace_on_internal_errorPeter Eisentraut
2023-12-29Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut
2023-12-29Fix collate.windows.win1252 test.Jeff Davis
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-29In pg_dump, don't dump a stats object unless dumping underlying table.Tom Lane
2023-12-28Fix variable name and commentPeter Eisentraut
2023-12-28doc: Mention AttributeRelationId in FDW validator function descriptionMichael Paquier
2023-12-27Improve the implementation of information_schema._pg_expandarray().Tom Lane
2023-12-27Doc: specify aclitem syntax more clearly.Tom Lane
2023-12-27Fix another incorrect data type choice from commit dc2123400.Tom Lane
2023-12-27Fix incorrect format placeholdersPeter Eisentraut
2023-12-27Fix a warning in Perl test codePeter Eisentraut
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-27Initialize variable to placate compiler.Robert Haas
2023-12-27Improvements and fixes for e0b1ee17dcAlexander Korotkov
2023-12-27Remove BTScanOpaqueData.firstPageAlexander Korotkov
2023-12-27pg_stat_statements: Add test coverage for pg_stat_statements_reset_1_7Peter Eisentraut
2023-12-27pg_stat_statements: Add test coverage for pg_stat_statements_1_8()Peter Eisentraut
2023-12-27Fix typo and case in messagesJohn Naylor
2023-12-27Make replace_relid() leave argument unmodifiedAlexander Korotkov
2023-12-27REALLOCATE_BITMAPSETS manual compile-time optionAlexander Korotkov
2023-12-27Add asserts to bimapset manipulation functionsAlexander Korotkov
2023-12-26Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane
2023-12-26Fix mistaken file name in plpython's meson recipe.Tom Lane
2023-12-26Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane
2023-12-26Add meson NLS support for pg_combinebackupPeter Eisentraut
2023-12-26doc: add ISO 8601 extended format example using to_char()Bruce Momjian
2023-12-26Add empty placeholder LINGUAS file for pg_combinebackup.Tom Lane
2023-12-26Remove unused macroPeter Eisentraut
2023-12-26Fix some translatable strings in pg_basebackup and pg_combinebackupMichael Paquier
2023-12-26Doc: Add missing pgoutput options.Amit Kapila
2023-12-25Fix erroneous -Werror=missing-braces on old GCC.Tom Lane
2023-12-24Fix a comment for remove_self_joins_recurse()Alexander Korotkov
2023-12-24Don't constrain self-join removal due to PHVsAlexander Korotkov