summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2021-03-31Add support for --extension in pg_dumpMichael Paquier
2021-03-30Further tweaking of pg_dump's handling of default_toast_compression.Tom Lane
2021-03-27Improve consistency of SQL code capitalizationPeter Eisentraut
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-26Add "pg_database_owner" default role.Noah Misch
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-23Improve pg_amcheck's TAP test 003_check.pl.Robert Haas
2021-03-23Fix psql's \connect command some more.Tom Lane
2021-03-23pg_waldump: Fix bug in per-record statistics.Fujii Masao
2021-03-22pgbench: Improve error-handling in \sleep command.Fujii Masao
2021-03-20Fix up pg_dump's handling of per-attribute compression options.Tom Lane
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-19Blindly try to fix test script's tar invocation for MSYS.Tom Lane
2021-03-19Improve tab completion of IMPORT FOREIGN SCHEMA with \h in psqlMichael Paquier