summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-28Fix NULL input behaviour of pg_stat_get_replication_slot().Andres Freund
2022-03-28Fix pg_waldump docs.Thomas Munro
2022-03-28waldump: fix use-after-free in search_directory().Andres Freund
2022-03-27Fix up compiler warnings/errors from f4fb45d15.Tom Lane
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-03-27Common SQL/JSON clausesAndrew Dunstan
2022-03-27Remove more unused module imports from TAP testsDaniel Gustafsson
2022-03-27Remove useless variable.Tom Lane
2022-03-27Avoid using large pass-by-value struct arguments in pgbench.Tom Lane
2022-03-27Fix breakage of get_ps_display() in the PS_USE_NONE case.Tom Lane
2022-03-27Fix comment in execParallel.cMichael Paquier
2022-03-27pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier
2022-03-26Wait for subscription to sync in t/031_column_list.sqlTomas Vondra
2022-03-26SSL TAP test backend library independence refactoringDaniel Gustafsson
2022-03-26Suppress compiler warning in relptr_store().Tom Lane
2022-03-26Move prattrs to the pg_publication_rel section in docsTomas Vondra
2022-03-26Suppress compiler warning in pub_collist_to_bitmapset().Tom Lane
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Minor improvements in sequence decoding code and docsTomas Vondra
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-25Handle sequences in preprocess_pubobj_listTomas Vondra
2022-03-25Update tab-completion for CREATE PUBLICATION with sequencesTomas Vondra
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Make update-unicode target work in vpath buildsPeter Eisentraut
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-25postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().Etsuro Fujita
2022-03-25Fix typos in standby.cMichael Paquier
2022-03-25Remove some useless free calls.Amit Kapila
2022-03-25Second attempt to fix pgbench TAP test.Tatsuo Ishii
2022-03-25Improve command line options for pg_waldump.Thomas Munro
2022-03-25Add retries for further investigation of 019_replslot_limit.pl failures.Andres Freund
2022-03-24List offending databases in pg_upgrade datallowconn checkDaniel Gustafsson
2022-03-24Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-24Wrap inline function definitions in #ifndef FRONTENDAlvaro Herrera
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-24Doc: add some documentation about serialization failure handling.Tom Lane
2022-03-24Change fastgetattr and heap_getattr to inline functionsAlvaro Herrera
2022-03-24Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane
2022-03-24Remove unnecessary translator commentPeter Eisentraut
2022-03-24doc: Improve postgres command for shared_memory_size_in_huge_pagesMichael Paquier
2022-03-24Add additional filtering options to pg_waldump.Thomas Munro
2022-03-24Fix pgbench TAP test.Tatsuo Ishii
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-24Add some basic regression tests for pg_freespacemapMichael Paquier
2022-03-23Don't try to translate NULL in GetConfigOptionByNum().Andres Freund
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-23configure: check for dlsym instead of dlopen.Andres Freund
2022-03-23Clean test_rls_hooks moduleAndrew Dunstan