summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2021-06-03doc: Group options in pg_amcheck reference pagePeter Eisentraut
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-25Improve docs and error messages for parallel vacuum.Amit Kapila
2021-05-21Put some psql documentation pieces back into alphabetical orderPeter Eisentraut
2021-05-20Clean up cpluspluscheck violation.Tom Lane
2021-05-19Fix pgbench permute tests.Dean Rasheed
2021-05-19Add --no-toast-compression to pg_dumpallMichael Paquier
2021-05-17Translation updatesPeter Eisentraut
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