index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
Commit message (
Expand
)
Author
Age
*
Improve psql tab completion for options of subcriptions and publications
Michael Paquier
2021-06-11
*
Fix inconsistencies in psql --help=commands
Michael Paquier
2021-06-09
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-03
*
Teach tab-complete.c about recently-added CREATE TYPE options.
Tom Lane
2021-06-02
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Put some psql documentation pieces back into alphabetical order
Peter Eisentraut
2021-05-21
*
Translation updates
Peter Eisentraut
2021-05-17
*
Make saner the tab completion of INSERT and DELETE in psql
Michael Paquier
2021-05-13
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Translation updates
Peter Eisentraut
2021-05-10
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINALIZE
Alvaro Herrera
2021-04-26
*
Add CURRENT_ROLE to list of roles for tab completion of GRANT in psql
Michael Paquier
2021-04-21
*
psql: Small fixes for better translatability
Peter Eisentraut
2021-04-16
*
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-15
*
Revert "psql: Show all query results by default"
Peter Eisentraut
2021-04-15
*
Support tab-complete for TRUNCATE on foreign tables.
Fujii Masao
2021-04-12
*
Add support for tab-completion of type arguments in \df, \do.
Tom Lane
2021-04-08
*
Allow psql's \df and \do commands to specify argument types.
Tom Lane
2021-04-07
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Fix use of cursor sensitivity terminology
Peter Eisentraut
2021-04-07
*
psql: Show all query results by default
Peter Eisentraut
2021-04-06
*
ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Peter Eisentraut
2021-04-06
*
Improve psql's behavior when the editor is exited without saving.
Tom Lane
2021-04-03
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
Add "pg_database_owner" default role.
Noah Misch
2021-03-26
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Fix psql's \connect command some more.
Tom Lane
2021-03-23
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Improve tab completion of IMPORT FOREIGN SCHEMA with \h in psql
Michael Paquier
2021-03-19
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Fix race condition in psql \e's detection of file modification.
Tom Lane
2021-03-12
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Revert changes for SSL compression in libpq
Michael Paquier
2021-03-10
*
Remove support for SSL compression
Michael Paquier
2021-03-09
*
Remove redundant getenv() for PGUSER, in psql help.
Fujii Masao
2021-03-04
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Improve tab-completion for TRUNCATE.
Fujii Masao
2021-02-25
*
Tab-complete CREATE COLLATION.
Thomas Munro
2021-02-23
*
Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.
Fujii Masao
2021-02-19
*
Add psql completion for [ NO ] DEPENDS ON EXTENSION
Michael Paquier
2021-02-17
*
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-02-09
*
Tab-complete CREATE DATABASE ... LOCALE.
Thomas Munro
2021-02-05
*
Add TABLESPACE option to REINDEX
Michael Paquier
2021-02-04
*
Code review for psql's helpSQL() function.
Tom Lane
2021-01-26
*
psql \dX: list extended statistics objects
Tomas Vondra
2021-01-20
*
Revert "psql \dX: list extended statistics objects"
Tomas Vondra
2021-01-17
[next]