summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-122-8/+4
* Honor TEMP_CONFIG in TAP suites.Noah Misch2019-05-111-0/+2
* Fix error reporting in reindexdbMichael Paquier2019-05-111-2/+2
* pg_controldata: Add common gettext flagsPeter Eisentraut2019-05-091-0/+2
* Fix error status of vacuumdb when multiple jobs are usedMichael Paquier2019-05-091-0/+3
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-081-2/+2
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-073-82/+3
* Remove some code related to 7.3 and older servers from tools of src/bin/Michael Paquier2019-05-071-10/+2
* Revert "Make pg_dump emit ATTACH PARTITION instead of PARTITION OF"Alvaro Herrera2019-05-062-60/+75
* Fix set of issues with memory-allocation system calls in frontend codeMichael Paquier2019-05-045-15/+14
* Fix some typosMichael Paquier2019-04-292-2/+2
* Message fixesAlvaro Herrera2019-04-294-13/+13
* Use preprocessor conditions compatible with Emacs indent.Noah Misch2019-04-281-3/+2
* pg_dump: store unused attribs as NULL instead of '\0'Alvaro Herrera2019-04-263-58/+16
* Fix file path in comment.Fujii Masao2019-04-251-1/+1
* Make pg_dump emit ATTACH PARTITION instead of PARTITION OFAlvaro Herrera2019-04-242-75/+60
* pg_dump: Remove stray option parsing support for -o.Andres Freund2019-04-171-1/+1
* Tie loose ends in psql's new \dP commandAlvaro Herrera2019-04-171-4/+3
* psql: display tablespace for partitioned indexesAlvaro Herrera2019-04-171-1/+2
* Fix unportable code in pgbench.Tom Lane2019-04-171-2/+5
* Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier2019-04-141-1/+22
* Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions"Michael Paquier2019-04-131-17/+0
* Switch TAP tests of pg_rewind to use a role with minimal permissionsMichael Paquier2019-04-121-0/+17
* Fix declaration after statementAlvaro Herrera2019-04-101-2/+4
* pg_restore: Make not verbose by defaultPeter Eisentraut2019-04-101-0/+2
* Fix memory leak in pgbenchAlvaro Herrera2019-04-091-30/+18
* Add vacuum_truncate reloption.Fujii Masao2019-04-081-0/+2
* psql \dP: list partitioned tables and indexesAlvaro Herrera2019-04-075-2/+262
* Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane2019-04-043-6/+8
* pg_restore: Require "-f -" to mean stdoutAlvaro Herrera2019-04-043-10/+28
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-041-2/+4
* Remove now-unnecessary thread pointer arguments in pgbench.Tom Lane2019-04-031-30/+36
* GSSAPI encryption supportStephen Frost2019-04-031-0/+17
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-031-2/+5
* Add progress reporting to pg_checksumsMichael Paquier2019-04-021-8/+106
* Restrict pgbench's zipfian parameter to ensure good performance.Tom Lane2019-04-012-177/+21
* Unified logging system for command-line programsPeter Eisentraut2019-04-0189-2529/+1876
* Have pg_upgrade's Makefile honor NO_TEMP_INSTALLAndrew Dunstan2019-03-311-1/+10
* Generated columnsPeter Eisentraut2019-03-305-13/+78
* Show table access methods as such in psql's \dA.Andres Freund2019-03-291-0/+2
* Allow existing VACUUM options to take a Boolean argument.Robert Haas2019-03-291-0/+2
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-294-18/+95
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-282-10/+15
* Add support for multivariate MCV listsTomas Vondra2019-03-272-2/+9
* pgbench: doExecuteCommand -> executeMetaCommandAlvaro Herrera2019-03-271-148/+151
* Switch some palloc/memset calls to palloc0Michael Paquier2019-03-273-6/+3
* psql: Schema-qualify typecast in one \d queryAlvaro Herrera2019-03-261-1/+1
* Improve psql's \d display of foreign key constraintsAlvaro Herrera2019-03-261-38/+118
* Refactor code to print pgbench progress reports.Heikki Linnakangas2019-03-251-83/+94
* pgbench: Remove \csetAlvaro Herrera2019-03-252-161/+51