summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2021-11-05Improve psql tab completion for COMMENTMichael Paquier
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-18Fix portability issues in new TAP tests of psqlMichael Paquier
2021-10-12psql: Fix some scan-build warningsPeter Eisentraut
2021-10-12psql: Fix testPeter Eisentraut
2021-10-12psql: Add test for handling of replication commandsPeter Eisentraut
2021-10-12psql: More testsPeter Eisentraut
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-10-05psql: Improve tab-completion for LOCK TABLE.Fujii Masao
2021-09-28Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columnsMagnus Hagander
2021-09-08In psql tab completion, offer spelled-out commands not abbreviations.Tom Lane
2021-09-06Further fix psql query-cancel test.Tom Lane
2021-09-04Minor improvements for psql help output.Tom Lane
2021-09-01Improve tab-completion for CREATE PUBLICATION.Fujii Masao
2021-08-31Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psqlMichael Paquier
2021-08-30psql: Fix name quoting on extended statisticsAlvaro Herrera
2021-08-30Add more tab completion support for ALTER TABLE ADD in psqlMichael Paquier
2021-08-28psql \dX: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-08-28psql \dP: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-08-25psql: Make cancel test more timing robustPeter Eisentraut
2021-08-25Add tab completion for EXPLAIN .. EXECUTE in psqlMichael Paquier
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-22psql: Improve portability of query cancel testPeter Eisentraut
2021-08-20psql: Add test for query cancelingPeter Eisentraut
2021-08-10Add tab completion for DECLARE .. ASENSITIVE in psqlMichael Paquier
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-29Fix typo in tab-complete.cMichael Paquier
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-26psql \dX: check schema when listing statistics objectsTomas Vondra
2021-07-15Portability fixes for sigwait.Thomas Munro
2021-07-14In psql \copy from, send data to server in larger chunks.Heikki Linnakangas
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-12Add PSQL_WATCH_PAGER for psql's \watch command.Thomas Munro
2021-06-25Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut
2021-06-21Translation updatesPeter Eisentraut
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-11Improve psql tab completion for options of subcriptions and publicationsMichael Paquier
2021-06-09Fix inconsistencies in psql --help=commandsMichael Paquier
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-06-03Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley
2021-06-02Teach tab-complete.c about recently-added CREATE TYPE options.Tom Lane
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-21Put some psql documentation pieces back into alphabetical orderPeter Eisentraut
2021-05-17Translation updatesPeter Eisentraut
2021-05-13Make saner the tab completion of INSERT and DELETE in psqlMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Translation updatesPeter Eisentraut
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-05-07Revert per-index collation version tracking feature.Thomas Munro