summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-09-10Add psql tab compression for ALTER TABLE .. { OF | NOT OF }Michael Paquier
2022-09-06Add psql tab compression for SET COMPRESSION with ALTER TABLEMichael Paquier
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-15Improve tab completion of ALTER TYPE in psqlMichael Paquier
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-07-23Remove dead handling for pre-POSIX sigwait().Thomas Munro
2022-07-22Fix minor memory leaks in psql's tab completion.Tom Lane
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-21Fix various memory leaks in psql's describe commands \d*Michael Paquier
2022-07-18psql: Output dir and dependency generation for sql_helpAndres Freund
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-10Fix \watch's interaction with libedit on ^C.Thomas Munro
2022-07-07Re-order disable_on_error in tab-complete.Amit Kapila
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-01Add missing GETTEXT_FLAGS entryPeter Eisentraut
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-27Translation updatesPeter 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-15Tweak behavior of psql --single-transaction depending on ON_ERROR_STOPMichael Paquier
2022-06-09psql: Show notices immediately (again)Peter Eisentraut
2022-06-08Fix portability issue in TAP tests of psql for localesMichael Paquier
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-03Improve psql \?'s description of large-object-related commands.Tom Lane
2022-05-25Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psqlMichael Paquier
2022-05-23psql: Update \timing also in case of an errorPeter Eisentraut
2022-05-16Translation updatesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Add missing source files to nls.mkPeter Eisentraut
2022-05-10Remove some tabs in SQL code in C string literalsPeter Eisentraut
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-15psql: fix \l display for pre-v15 databases.Tom Lane
2022-04-13Fix case sensitivity in psql's tab completion for GUC names.Tom Lane
2022-04-13Further tweak the default behavior of psql's \dconfig.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Tweak the default behavior of psql's \dconfig.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-08psql: Fix translation markingPeter Eisentraut
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra