Commit Graph

53338 Commits (9c08aea6a3090a396be334cc58c511edab05776a)
 

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