aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Refactor: separate function to find all objects depending on a columnPeter Eisentraut2024-01-03
* Fix some typosMichael Paquier2024-01-03
* Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier2024-01-03
* Minor fixes for search path cache code.Tom Lane2024-01-02
* Remove Lock suffix from WALSummarizerLock in wait_event_names.txtRobert Haas2024-01-02
* jsonpath_exec: fix typo "absense" -> "absence"Robert Haas2024-01-02
* libpq: fix typo "occurences" -> "occurrences" in testsRobert Haas2024-01-02
* gist: fix typo "split(t)ed" -> "split"Robert Haas2024-01-02
* tsquery: fix typo "rewrited" -> "rewritten"Robert Haas2024-01-02
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Add WALSummarizerLock to wait_event_names.txtRobert Haas2024-01-02
* Fix typos in simplehash.hPeter Eisentraut2024-01-02
* Replace the relid in some missing fields during SJEAlexander Korotkov2024-01-02
* Allow upgrades to preserve the full subscription's state.Amit Kapila2024-01-02
* Turn AT_PASS_* macros into an enumPeter Eisentraut2024-01-01
* Exclude files generated by generate-wait_event_types.pl from pgindentMichael Paquier2023-12-31
* Fix parallel BRIN builds with synchronized scansTomas Vondra2023-12-30
* Minor cleanup of the BRIN parallel build codeTomas Vondra2023-12-30
* Don't send "cannot connect" errors on invalid startup packetHeikki Linnakangas2023-12-30
* Add GUC backtrace_on_internal_errorPeter Eisentraut2023-12-30
* Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut2023-12-29
* Fix collate.windows.win1252 test.Jeff Davis2023-12-29
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* In pg_dump, don't dump a stats object unless dumping underlying table.Tom Lane2023-12-29
* Fix variable name and commentPeter Eisentraut2023-12-28
* Improve the implementation of information_schema._pg_expandarray().Tom Lane2023-12-27
* Fix another incorrect data type choice from commit dc2123400.Tom Lane2023-12-27
* Fix incorrect format placeholdersPeter Eisentraut2023-12-27
* Fix a warning in Perl test codePeter Eisentraut2023-12-27
* Fix incorrect data type choices in some read and write calls.Tom Lane2023-12-27
* Initialize variable to placate compiler.Robert Haas2023-12-27
* Improvements and fixes for e0b1ee17dcAlexander Korotkov2023-12-27
* Remove BTScanOpaqueData.firstPageAlexander Korotkov2023-12-27
* Fix typo and case in messagesJohn Naylor2023-12-27
* Make replace_relid() leave argument unmodifiedAlexander Korotkov2023-12-27
* REALLOCATE_BITMAPSETS manual compile-time optionAlexander Korotkov2023-12-27
* Add asserts to bimapset manipulation functionsAlexander Korotkov2023-12-27
* Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane2023-12-26
* Fix mistaken file name in plpython's meson recipe.Tom Lane2023-12-26
* Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane2023-12-26
* Add meson NLS support for pg_combinebackupPeter Eisentraut2023-12-26
* Add empty placeholder LINGUAS file for pg_combinebackup.Tom Lane2023-12-26
* Remove unused macroPeter Eisentraut2023-12-26
* Fix some translatable strings in pg_basebackup and pg_combinebackupMichael Paquier2023-12-26
* Fix erroneous -Werror=missing-braces on old GCC.Tom Lane2023-12-24
* Fix a comment for remove_self_joins_recurse()Alexander Korotkov2023-12-25
* Don't constrain self-join removal due to PHVsAlexander Korotkov2023-12-25
* Handle PlaceHolderVar case in replace_varno_walkerAlexander Korotkov2023-12-25
* Enhance checkpointer restartpoint statisticsAlexander Korotkov2023-12-25
* pgbench: Fix overflow in table populating when rows >= 2^31-1Michael Paquier2023-12-24