summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-01-29Fix incorrect memory context switch in COPY TO executionMichael Paquier
2022-01-28Add bbstreamer_gzip.c to Mkvcbuild.pm.Robert Haas
2022-01-28Tab-complete ALTER PUBLICATION ADD TABLE with list of tablesAlvaro Herrera
2022-01-28Remove superfluous variable.Robert Haas
2022-01-28Move the code to archive files via the shell to a separate file.Robert Haas
2022-01-28Adjust server-side backup to depend on pg_write_server_files.Robert Haas
2022-01-28pg_basebackup: Cleaner handling when compression is multiply specified.Robert Haas
2022-01-28Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.Robert Haas
2022-01-28Allow server-side compression to be used with -Fp.Robert Haas
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-28Add some const decorationsPeter Eisentraut
2022-01-28Fix typo in comment.Etsuro Fujita
2022-01-28Prevent memory context logging from sending log message to connected client.Fujii Masao
2022-01-27Specify --host in 027_stream_regress.pl's pg_regress invocation.Andres Freund
2022-01-27Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ.Robert Haas
2022-01-27pg_basebackup: Add a dummy return to bbsink_gzip_new().Robert Haas
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra