summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-07-10Fix \watch's interaction with libedit on ^C.Thomas Munro
2022-07-08Preserve relfilenode of pg_largeobject and its index across pg_upgrade.Robert Haas
2022-07-07Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier
2022-07-07Re-order disable_on_error in tab-complete.Amit Kapila
2022-07-07Clean up some includes and comments in TAP test scriptsMichael Paquier
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-05Tighten pg_upgrade's new check for non-upgradable anyarray usages.Tom Lane
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-05Fix pg_upgrade to detect non-upgradable anyarray usages.Tom Lane
2022-07-04Use a short socket directory path in pg_upgrade testing.Tom Lane
2022-07-03Simplify tab completion of extension versions, redux.Tom Lane
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-07-03Remove redundant null pointer checks before pg_free()Peter Eisentraut
2022-07-02Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro
2022-07-01Add missing GETTEXT_FLAGS entryPeter Eisentraut
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-27pg_upgrade: Fix version comparison for global ICU supportPeter Eisentraut
2022-06-27Translation updatesPeter Eisentraut
2022-06-23Fix missing newline at end of messagePeter Eisentraut
2022-06-21Simplify tab completion of extension versions.Tom Lane
2022-06-19Message and documentation refinementsPeter Eisentraut
2022-06-18Fix busted tab completion of extension versions.Tom Lane
2022-06-15Re-add locally-generated files in pg_upgrade's .gitignore and MakefileMichael Paquier
2022-06-15Tweak behavior of psql --single-transaction depending on ON_ERROR_STOPMichael Paquier
2022-06-13pg_upgrade: further tweaking of make_outputdirs().Tom Lane
2022-06-09psql: Show notices immediately (again)Peter Eisentraut
2022-06-08Fix portability issue in TAP tests of psql for localesMichael Paquier
2022-06-08Restructure pg_upgrade output directories for better idempotenceMichael Paquier
2022-06-06Don't fail on libpq-generated error reports in pg_amcheck.Tom Lane
2022-06-06Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier
2022-06-04Automatically count the number of output lines in psql/help.c.Tom Lane
2022-06-04Force run of pg_upgrade in the build directory in its TAP testMichael Paquier
2022-06-03Improve psql \?'s description of large-object-related commands.Tom Lane
2022-06-02Add missing test names in TAP tests of pg_upgradeMichael Paquier
2022-05-30logging: Also add the command prefix to detail and hint messagesPeter Eisentraut
2022-05-25Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psqlMichael Paquier
2022-05-23pg_upgrade: Tweak translatable stringsPeter Eisentraut
2022-05-23psql: Update \timing also in case of an errorPeter Eisentraut
2022-05-21Improve and fix some issues in the TAP tests of pg_upgradeMichael Paquier
2022-05-20pg_waldump: Improve option parsing error messagesPeter Eisentraut
2022-05-18pgbench: Restore compatibility of --partitions=0Michael Paquier
2022-05-16Translation updatesPeter Eisentraut
2022-05-16pg_upgrade: Add missing gettext triggersPeter Eisentraut
2022-05-16pg_upgrade: Add missing gettext triggersPeter Eisentraut
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-11Add missing source files to nls.mkPeter Eisentraut