summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2024-05-20Translation updatesPeter Eisentraut
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-09psql: Add missing punctuation in help outputPeter Eisentraut
2024-05-06Translation updatesPeter Eisentraut
2024-05-01Add tab completion for EXPLAIN (MEMORY|SERIALIZE)Michael Paquier
2024-04-30Add tab completion for partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-29libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""Heikki Linnakangas
2024-04-15psql: Make output of \dD more stablePeter Eisentraut
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2024-04-08In psql, avoid leaking a PGresult after a query is cancelled.Tom Lane
2024-04-08Further review for re-implementation of psql's FETCH_COUNT feature.Tom Lane
2024-04-08Add more tab completion support for ALTER DEFAULT PRIVILEGES in psql.Masahiko Sawada
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-04-07Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.Tom Lane
2024-04-04Remove reachable call to pg_unreachable().Robert Haas
2024-04-03Fix indentation from cafe1056558fDaniel Gustafsson
2024-04-02Allow SIGINT to cancel psql database reconnections.Robert Haas
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-28Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql.Masahiko Sawada
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-16psql: fix variable existence tab completionAlexander Korotkov
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-08Improve WIN32 waiting logic in psql's \watch command.Tom Lane
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19psql: Add ignore_slash_options in bind's inactive branchMichael Paquier
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-10Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.Tom Lane
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-23Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane
2023-11-28psql: Add tab completion for view options.Dean Rasheed
2023-11-16psql: Add some completion support for CREATE TABLE .. ASMichael Paquier
2023-11-13Improve default and empty privilege outputs in psql.Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2023-11-03doc: \copy can get data values \. and end-of-input confusedBruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut