Commit Graph

56133 Commits (6fd8ae6888847da842ee4810fcd83b013cbed27f)
 

Author SHA1 Message Date
Michael Paquier 6fd8ae6888 doc: Fix typo in pg_amcheck for term "schema" 2 years ago
Tom Lane f47004add1 Tighten array dimensionality checks in Perl -> SQL array conversion. 2 years ago
Tom Lane 81eaaf65e3 Handle zero-length sublist correctly in Python -> SQL array conversion. 2 years ago
Michael Paquier 4dadd660f0 Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements 2 years ago
Daniel Gustafsson 4a6603cd46 Fix assertion failure in heap_vacuum_rel 2 years ago
Masahiko Sawada b72f564d87 Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample. 2 years ago
Amit Kapila 4d26d93ff7 Improve one of the test cases in 035_standby_logical_decoding.pl. 2 years ago
Nathan Bossart b72623671d Prevent underflow in KeepLogSeg(). 2 years ago
Alexander Korotkov db93e739ac Fix wrong construct_array_builtin() call in GUCArrayDelete() 2 years ago
Tom Lane df38157d94 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Amit Kapila 376dc82053 Add a test to verify that subscription to the standby works. 2 years ago
Michael Paquier bedc1f0564 Rework code defining default compression for dir/custom formats in pg_dump 2 years ago
Daniel Gustafsson 7b7fa85130 Fix stop condition for dumping GRANT commands 2 years ago
Etsuro Fujita 4def50eba9 doc: Fix grammar. 2 years ago
Daniel Gustafsson a4c17c8617 Fix missing installation rules for BackgroundPsql.pm 2 years ago
Thomas Munro 828e93a6f2 Remove bogus #include added by d4e71df6d7. 2 years ago
Michael Paquier 84cc142674 Re-add tracking of wait event SLRUFlushSync 2 years ago
Daniel Gustafsson bfac8f8bc4 Fix vacuum_cost_delay check for balance calculation. 2 years ago
Amit Kapila 3034dc56ef Reduce the log level in 035_standby_logical_decoding.pl. 2 years ago
Michael Paquier 806fad7573 Fix buffer refcount leak with FDW bulk inserts 2 years ago
Andres Freund 1118cd37eb Remove vacuum_defer_cleanup_age 2 years ago
Tom Lane 441ee1677e Fix memory leakage in plpgsql DO blocks that use cast expressions. 2 years ago
Tom Lane fce3b26e97 Rename ExecAggTransReparent, and improve its documentation. 2 years ago
Peter Eisentraut 5a8366ad75 doc: Update SQL features names 2 years ago
Daniel Gustafsson c5e4ec293e ci: Remove OpenSSL 3.1 workaround for missing system CA 2 years ago
Daniel Gustafsson 69537f5d17 Remove duplicate lines of code 2 years ago
Masahiko Sawada 781ac42d43 Use elog to report unexpected action in handle_streamed_transaction(). 2 years ago
Amit Kapila 19e65dff38 Display 'password_required' option for \dRs+ command. 2 years ago
Noah Misch 244ab8c00c Remove new <para id="contrib-obsolete">. 2 years ago
Alexander Korotkov 8bbd0cce92 Validate ltree siglen GiST option to be int-aligned 2 years ago
Alexander Korotkov cd115c3530 Fix custom validators call in build_local_reloptions() 2 years ago
Tom Lane 0ec0e20955 Doc: update pgindent/README some more. 2 years ago
Jeff Davis 5cd1a5af4d Fix initdb --no-locale. 2 years ago
Jeff Davis c04c6c5d6f Avoid character classification in regex escape parsing. 2 years ago
Daniel Gustafsson a23ab2eebf Reorder connection markers in loadbalance tests 2 years ago
Daniel Gustafsson 60ce452729 Make libpq error messages consistent for translation 2 years ago
Fujii Masao 0a16512d40 doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq. 2 years ago
David Rowley 84e05beb11 Remove unused global variable 2 years ago
David Rowley d91d163529 Fix incorrect function name reference 2 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 2 years ago
Tom Lane eab2d3147e Use --strip-unneeded when stripping static libraries with GNU strip. 2 years ago
Daniel Gustafsson a9781ae11b Fix autovacuum cost debug logging 2 years ago
David Rowley 0d0aeb04c1 Doc: clarify NULLS NOT DISTINCT use in unique indexes 2 years ago
Amit Kapila c1cc4e688b Restart the apply worker if the 'password_required' option is changed. 2 years ago
Thomas Munro 7d3d72b55e Remove obsolete defense against strxfrm() bugs. 2 years ago
David Rowley e35ded2956 Fix list_copy_head() with empty Lists 2 years ago
Peter Geoghegan 2584639653 Use nbtdesc "level" field name consistently. 2 years ago
Peter Geoghegan 50547a3fae Fix wal_consistency_checking enhanced desc output. 2 years ago
Tom Lane 9e1e9d6560 Add missed case for tab completion of GRANT/REVOKE MAINTAIN. 2 years ago
Daniel Gustafsson 0b5d1fb36a Fix errormessage for missing system CA in OpenSSL 3.1 2 years ago