summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-03-31Fix assorted issues in parallel vacuumdb.Tom Lane
2018-03-31Fix portability and translatability issues in commit 64f85894a.Tom Lane
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-29Fix typo in commentMagnus Hagander
2018-03-28Make pg_rewind skip files and directories that are removed during server start.Fujii Masao
2018-03-28Fix handling of files that source server removes during pg_rewind is running.Fujii Masao
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-03-27Fix count of skipped test of basebackup on WindowsTeodor Sigaev
2018-03-27Skip temp tables from basebackup.Teodor Sigaev
2018-03-26Set random seed for pgbench.Teodor Sigaev
2018-03-25pg_resetwal: Allow users to change the WAL segment sizePeter Eisentraut
2018-03-25initdb: Further polishing of --wal-segsize optionPeter Eisentraut
2018-03-25pg_resetwal: Fix logical typo in codePeter Eisentraut
2018-03-25Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944ccf2d7b3.Tom Lane
2018-03-25Add long options to pg_resetwal and pg_controldataPeter Eisentraut
2018-03-24initdb: Improve --wal-segsize handlingPeter Eisentraut
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-23Exclude unlogged tables from base backupsTeodor Sigaev
2018-03-23pg_resetwal: Prevent division-by-zero errorsPeter Eisentraut
2018-03-23pg_resetwal: Add simple test suitePeter Eisentraut
2018-03-22UINT64CONST'fy long constants in pgbenchTeodor Sigaev
2018-03-22Add \if support to pgbenchTeodor Sigaev
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-21pg_controldata: Prevent division-by-zero errorsPeter Eisentraut
2018-03-21Add general purpose hasing functions to pgbench.Teodor Sigaev
2018-03-18Fix pg_recvlogical for pre-10 versionsMagnus Hagander
2018-03-16Rename TransactionChain functionsPeter Eisentraut
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-03-11Clarify initdb --help message for --wal-segsizeMagnus Hagander
2018-03-10In psql, restore old behavior of Query_for_list_of_functions.Tom Lane
2018-03-08In initdb, don't bother trying max_connections = 10.Tom Lane
2018-03-05Add infrastructure to support server-version-dependent tab completion.Tom Lane
2018-03-05Fix pg_rewind to handle relation data files in tablespaces properly.Fujii Masao
2018-03-02Fix pgbench TAP test to work in VPATH builds.Tom Lane
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-03-02Improve tab-completion for ALTER INDEX RESET/SET.Fujii Masao
2018-03-01pgbench: consolidate a few PQfinish calls.Andres Freund
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-25Un-break parallel pg_upgrade.Tom Lane
2018-02-24Use croak instead of die in Perl code when appropriatePeter Eisentraut
2018-02-22Fix perlcritic warningsPeter Eisentraut
2018-02-21Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane
2018-02-20Fix pg_dump's logic for eliding sequence limits that match the defaults.Tom Lane
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-14Silence assorted "variable may be used uninitialized" warnings.Tom Lane
2018-02-12psql: give ^D hint for \q in place where \q is ignoredBruce Momjian
2018-02-11Fix assorted errors in pg_dump's handling of extended statistics objects.Tom Lane
2018-02-05Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane
2018-02-01psql: Add quit/help behavior/hint, for other tool portabilityBruce Momjian