summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-27Improve the implementation of information_schema._pg_expandarray().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-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-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-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
2023-12-24Handle PlaceHolderVar case in replace_varno_walkerAlexander Korotkov
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-12-24pgbench: Fix overflow in table populating when rows >= 2^31-1Michael Paquier
2023-12-23Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane
2023-12-22Set all variable-length fields of pg_attribute to null on column dropPeter Eisentraut
2023-12-22Stop generating plain-text INSTALL instructions.Tom Lane
2023-12-22Make win32tzlist.pl checkable againAndrew Dunstan
2023-12-21Initialize data directories with --lc-messages=C for tests.Jeff Davis
2023-12-21Replace nonsense comment with a relevant one.Robert Haas
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-21pg_combinebackup didn't clean its tmp_check directory, either.Tom Lane
2023-12-21Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane
2023-12-21pg_combinebackup's .gitignore file is incomplete.Tom Lane
2023-12-21Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed
2023-12-21Fix prologue of get_partition_ancestors()Peter Eisentraut
2023-12-21meson: Make gzip and tar optionalPeter Eisentraut
2023-12-21Add PostgreSQL::Test::Cluster::advance_walMichael Paquier
2023-12-21Show isCatalogRel in several rmgr descriptions.Masahiko Sawada
2023-12-20Rename pgindent optionsAndrew Dunstan
2023-12-20Fix unchecked return value from strdupDaniel Gustafsson
2023-12-20Add support for incremental backup.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-20Additional write barrier in AdvanceXLInsertBuffer().Jeff Davis