Commit Graph

53342 Commits (d5a9d86d8ffcadc52ff3729cd00fbd83bc38643c)
 

Author SHA1 Message Date
Amit Kapila d5a9d86d8f Skip empty transactions for logical replication. 3 years ago
Robert Haas ad4f2c47de Make PostgreSQL::Test::Cluster::run_log() return a useful value. 3 years ago
Andrew Dunstan 1a36bc9dba SQL/JSON query functions 3 years ago
Robert Haas 3d067c53b2 In 020_createdb.pl, change order of command-line arguments. 3 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 3 years ago
Alvaro Herrera bf902c1393
Revert "Fix replay of create database records on standby" 3 years ago
Robert Haas edea649afb Explain why the startup process can't cause a shortage of sinval slots. 3 years ago
Daniel Gustafsson 3785d8e98b doc: Make UPDATE FROM examples consistent 3 years ago
Daniel Gustafsson ebc8b7d441 Enable SSL library detection via PQsslAttribute() 3 years ago
Peter Eisentraut 8cd7627c7b psql: Add test for psql behavior on server crash 3 years ago
Michael Paquier c14a9eeec4 Avoid instabilities with the regression tests of pg_freespacemap 3 years ago
Michael Paquier a2c84990be Add system view pg_ident_file_mappings 3 years ago
Michael Paquier 091a971bb5 Modify query on pg_hba_file_rules to check for errors in regression tests 3 years ago
Andrew Dunstan 33a377608f IS JSON predicate 3 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 3 years ago
Robert Haas 79de9842ab Remove the ability of a role to administer itself. 3 years ago
Robert Haas 61762426e6 Fix a few goofs in new backup compression code. 3 years ago
Tom Lane d22646922d Add public ruleutils.c entry point to deparse a Query. 3 years ago
Alvaro Herrera 386ca0abf4
Fix role names in merge.sql regress file 3 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 3 years ago
Peter Eisentraut ae63017bdb Preparatory test cleanup 3 years ago
Tomas Vondra 61fa6ca79b Document autoanalyze limitations for partitioned tables 3 years ago
Peter Eisentraut e26114c817 Make JSON path numeric literals more correct 3 years ago
Andres Freund 91c0570a79 Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages. 3 years ago
Andres Freund da4b56662f Mark pg_stat_get_subscription_stats() strict. 3 years ago
Andres Freund 43a7dc96eb Fix NULL input behaviour of pg_stat_get_replication_slot(). 3 years ago
Thomas Munro 8af36427d4 Fix pg_waldump docs. 3 years ago
Andres Freund 264d284929 waldump: fix use-after-free in search_directory(). 3 years ago
Tom Lane cc7401d5ca Fix up compiler warnings/errors from f4fb45d15. 3 years ago
Andrew Dunstan f4fb45d15c SQL/JSON constructors 3 years ago
Andrew Dunstan f79b803dcc Common SQL/JSON clauses 3 years ago
Daniel Gustafsson b64c3bd62e Remove more unused module imports from TAP tests 3 years ago
Tom Lane c2d81ee902 Remove useless variable. 3 years ago
Tom Lane 641a9b7167 Avoid using large pass-by-value struct arguments in pgbench. 3 years ago
Tom Lane 0fb6954aa5 Fix breakage of get_ps_display() in the PS_USE_NONE case. 3 years ago
Michael Paquier 411b91360f Fix comment in execParallel.c 3 years ago
Michael Paquier 291e517a4d pageinspect: Add more sanity checks to prevent out-of-bound reads 3 years ago
Tomas Vondra 404f49338f Wait for subscription to sync in t/031_column_list.sql 3 years ago
Daniel Gustafsson 4a7e964fc6 SSL TAP test backend library independence refactoring 3 years ago
Tom Lane e07d4ddc55 Suppress compiler warning in relptr_store(). 3 years ago
Tomas Vondra 41b00f8e60 Move prattrs to the pg_publication_rel section in docs 3 years ago
Tom Lane 979cd655c1 Suppress compiler warning in pub_collist_to_bitmapset(). 3 years ago
Tomas Vondra 923def9a53 Allow specifying column lists for logical replication 3 years ago
Tomas Vondra 05843b1aa4 Minor improvements in sequence decoding code and docs 3 years ago
Tom Lane 174877f1e3 Harden TAP tests that intentionally corrupt page checksums. 3 years ago
Tomas Vondra 002c9dd97a Handle sequences in preprocess_pubobj_list 3 years ago
Tomas Vondra 2d2232933b Update tab-completion for CREATE PUBLICATION with sequences 3 years ago
Alvaro Herrera 49d9cfc68b
Fix replay of create database records on standby 3 years ago
Peter Eisentraut c64fb698d0 Make update-unicode target work in vpath builds 3 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 3 years ago