summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-10Remove server support for the previous base backup protocol.Robert Haas
2022-02-10Make timeout.c more robust against missed timer interrupts.Tom Lane
2022-02-10Remove server support for old BASE_BACKUP command syntax.Robert Haas
2022-02-10Set SNI ClientHello extension to localhost in testsDaniel Gustafsson
2022-02-10Remove unnecessary resetPQExpBuffer callPeter Eisentraut
2022-02-10psql: Rename results to result when only a single one is meantPeter Eisentraut
2022-02-10Update commentPeter Eisentraut
2022-02-10Add min() and max() aggregates for xid8.Fujii Masao
2022-02-10Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch
2022-02-10Fix typo in multixact.cMichael Paquier
2022-02-10Reduce more the number of calls to GetMaxBackends()Michael Paquier
2022-02-09Further tweaks for psql's new tab-completion logic.Tom Lane
2022-02-09Test honestly for <sys/signalfd.h>.Tom Lane
2022-02-09Free temporary memory when reading TOCDaniel Gustafsson
2022-02-09Retire src/backend/utils/misc/check_gucMichael Paquier
2022-02-09Add TAP test to automate the equivalent of check_gucMichael Paquier
2022-02-09Remove ppport.h's broken re-implementation of eval_pv().Tom Lane
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-02-08Rename create_function_N test scripts for clarity.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2022-02-08Add PostgreSQL::Test::Cluster::config_data()Michael Paquier
2022-02-07Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov
2022-02-07Add (void) cast in front of rmtree() call at the end of pg_upgradeMichael Paquier
2022-02-06pg_upgrade: Move all the files generated internally to a subdirectoryMichael Paquier
2022-02-05Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane
2022-02-04Improve worst-case performance of text_position_get_match_pos()John Naylor
2022-02-04Track LLVM 14 API changes, up to 2022-01-30.Thomas Munro
2022-02-04Improve invalidation handling in pgoutput.c.Amit Kapila
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-02-03Fix compiler warning in non-assert builds, introduced in f862d57057f.Andres Freund
2022-02-03Authorize new user in pg_basebackup testsAndrew Dunstan
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-02-03Further fix for EvalPlanQual with mix of local and foreign partitions.Etsuro Fujita
2022-02-03Remove configure's check for rl_completion_append_character.Tom Lane
2022-02-03windows: Improve crash / assert / exception handling.Andres Freund
2022-02-02Improve psql tab-completion tests.Tom Lane
2022-02-02Fix server crash bug in 'server' backup target.Robert Haas
2022-02-02Some cleanup for change of collate and ctype fields to type textPeter Eisentraut
2022-02-02Fix recovery conflict in 027_stream_regress.pl.Thomas Munro
2022-02-01Treat case of tab-completion keywords a bit more carefully.Tom Lane
2022-01-31Fix missing undefine in sort_template.hJohn Naylor
2022-01-31Simplify coding around path_contains_parent_reference().Tom Lane
2022-01-31Make canonicalize_path() more canonical.Tom Lane
2022-01-31plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.Andres Freund
2022-01-30Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier
2022-01-30psql: improve tab-complete's handling of variant SQL names.Tom Lane
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-29Fix comments about bgworker registration before MaxBackends initializationMichael Paquier
2022-01-29vacuumlazy.c: Rename state field for consistency.Peter Geoghegan