summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2021-05-14Message style improvementsPeter Eisentraut
2021-05-13pg_amcheck: Message style and formatting improvementsPeter 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-10Revert recovery prefetching feature.Thomas Munro
2021-05-10Add more TAP tests for pg_dump with attribute compressionMichael Paquier
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-04pg_dump: Fix dump of generated columns in partitionsPeter Eisentraut
2021-04-29Improve wording of some pg_upgrade failure reports.Tom Lane
2021-04-29Fix some more omissions in pg_upgrade's tests for non-upgradable types.Tom Lane
2021-04-26psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINALIZEAlvaro Herrera
2021-04-26Fix pg_upgrade test on CygwinPeter Eisentraut
2021-04-26Remove unused function argumentPeter Eisentraut
2021-04-24Provide pg_amcheck with an --install-missing optionAndrew Dunstan
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-04-23pg_amcheck: Use logging functionsPeter Eisentraut
2021-04-23Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier
2021-04-21Use correct format placeholder for timeline IDsPeter Eisentraut
2021-04-21Don't use INT64_FORMAT inside message stringsPeter Eisentraut
2021-04-21Add CURRENT_ROLE to list of roles for tab completion of GRANT in psqlMichael Paquier
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-19Replace magic constants for seek() calls in perl scriptsMichael Paquier
2021-04-18Add missing source files to nls.mkPeter Eisentraut
2021-04-16Split function definitions out of system_views.sql into a new file.Tom Lane
2021-04-16psql: Small fixes for better translatabilityPeter Eisentraut
2021-04-15Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane
2021-04-15Revert "psql: Show all query results by default"Peter Eisentraut
2021-04-15pg_upgrade: Small fix for better translatability of help outputPeter Eisentraut
2021-04-15Tweak behavior of pg_dump --extension with configuration tablesMichael Paquier
2021-04-14amcheck: Reword some messages and fix an alignment problem.Robert Haas
2021-04-12pg_upgrade: Print OID using %u instead of %dPeter Eisentraut
2021-04-12pg_amcheck: Add basic NLS supportPeter Eisentraut
2021-04-12Fix files references in nls.mkPeter Eisentraut
2021-04-12Support tab-complete for TRUNCATE on foreign tables.Fujii Masao
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-08Add support for tab-completion of type arguments in \df, \do.Tom Lane
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-04-08Allow psql's \df and \do commands to specify argument types.Tom Lane
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Fix use of cursor sensitivity terminologyPeter Eisentraut
2021-04-06psql: Show all query results by defaultPeter Eisentraut
2021-04-06pgbench: Function to generate random permutations.Dean Rasheed
2021-04-06ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut
2021-04-03Improve psql's behavior when the editor is exited without saving.Tom Lane
2021-04-02pg_checksums: Fix progress reporting.Fujii Masao
2021-04-01Fix pg_restore's misdesigned code for detecting archive file format.Tom Lane
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas