summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-29Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-29In 020_createdb.pl, change order of command-line arguments.Robert Haas
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-29Explain why the startup process can't cause a shortage of sinval slots.Robert Haas
2022-03-29doc: Make UPDATE FROM examples consistentDaniel Gustafsson
2022-03-29Enable SSL library detection via PQsslAttribute()Daniel Gustafsson
2022-03-29psql: Add test for psql behavior on server crashPeter Eisentraut
2022-03-29Avoid instabilities with the regression tests of pg_freespacemapMichael Paquier
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-29Modify query on pg_hba_file_rules to check for errors in regression testsMichael Paquier
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-28Remove the ability of a role to administer itself.Robert Haas
2022-03-28Fix a few goofs in new backup compression code.Robert Haas
2022-03-28Add public ruleutils.c entry point to deparse a Query.Tom Lane
2022-03-28Fix role names in merge.sql regress fileAlvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-28Preparatory test cleanupPeter Eisentraut
2022-03-28Document autoanalyze limitations for partitioned tablesTomas Vondra
2022-03-28Make JSON path numeric literals more correctPeter Eisentraut
2022-03-28Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.Andres Freund
2022-03-28Mark pg_stat_get_subscription_stats() strict.Andres Freund
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