summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-31Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane
2022-03-31Print information about type of test and subdirectory before running tests.Andres Freund
2022-03-31Remove use of perl parent module in Cluster.pmAndrew Dunstan
2022-03-31psql: Refactor SendQuery()Peter Eisentraut
2022-03-31Add missing newline in one libpq error message.Tom Lane
2022-03-31psql: Add tests for \errverbosePeter Eisentraut
2022-03-31Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan
2022-03-31Add diagnostic output on error in pump_untilDaniel Gustafsson
2022-03-31Raise a WARNING for missing publications.Amit Kapila
2022-03-31Clean up some dead code in pg_dump with tar format and gzip compressionMichael Paquier
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-30Fix possible NULL-pointer-deference in backup_compression.c.Robert Haas
2022-03-30Add range_agg with multirange inputsPeter Eisentraut
2022-03-30Change some internal error messages to elogsPeter Eisentraut
2022-03-30Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan
2022-03-30Additional tests for range_intersect_agg(anymultirange)Peter Eisentraut
2022-03-30Allow parallel zstd compression when taking a base backup.Robert Haas
2022-03-30Simplify a needlessly-complicated regular expression.Robert Haas
2022-03-30Fix typo in comment.Etsuro Fujita
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-03-30Add TAP test in pg_dump with --format=tar and --compressMichael Paquier
2022-03-30Skip empty transactions for logical replication.Amit Kapila
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-29Enable SSL library detection via PQsslAttribute()Daniel Gustafsson
2022-03-29psql: Add test for psql behavior on server crashPeter Eisentraut
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-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-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