summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-04-09Skip permissions test under MINGW/WindowsStephen Frost
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-06Clean up intermetiate state in pg_basebackup testsMagnus Hagander
2018-04-06Fix typoMagnus Hagander
2018-04-06Fix compiler warning about format truncationPeter Eisentraut
2018-04-05Attempt to fix win32 build of pg_verify_checksumsMagnus Hagander
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-04Rewrite pg_dump TAP testsStephen Frost
2018-04-04Foreign keys on partitioned tablesAlvaro Herrera
2018-04-04Fix pg_bsaebackup checksum testsMagnus Hagander
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-03Validate page level checksums in base backupsMagnus Hagander
2018-04-03Tab completion for MERGESimon Riggs
2018-04-02psql: Fix \ef, \sf tab completionPeter Eisentraut
2018-04-01Fix a boatload of typos in C comments.Tom Lane
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