aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Rationalize handling of single and double quotes in bootstrap data.Tom Lane2018-04-17
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-17
* Don't attempt to verify checksums on new pagesMagnus Hagander2018-04-15
* Remove -f option from pg_verify_checksumsMagnus Hagander2018-04-15
* Revert MERGE patchSimon Riggs2018-04-12
* Silence some warnings in TAP testsMagnus Hagander2018-04-09
* Make sure pg_rewind can't run as rootMagnus Hagander2018-04-09
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Skip permissions test under MINGW/WindowsStephen Frost2018-04-08
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Clean up intermetiate state in pg_basebackup testsMagnus Hagander2018-04-06
* Fix typoMagnus Hagander2018-04-06
* Fix compiler warning about format truncationPeter Eisentraut2018-04-06
* Attempt to fix win32 build of pg_verify_checksumsMagnus Hagander2018-04-05
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Rewrite pg_dump TAP testsStephen Frost2018-04-04
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* Fix pg_bsaebackup checksum testsMagnus Hagander2018-04-04
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Validate page level checksums in base backupsMagnus Hagander2018-04-03
* Tab completion for MERGESimon Riggs2018-04-03
* psql: Fix \ef, \sf tab completionPeter Eisentraut2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Fix assorted issues in parallel vacuumdb.Tom Lane2018-03-31
* Fix portability and translatability issues in commit 64f85894a.Tom Lane2018-03-31
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29
* Fix typo in commentMagnus Hagander2018-03-29
* Make pg_rewind skip files and directories that are removed during server start.Fujii Masao2018-03-29
* Fix handling of files that source server removes during pg_rewind is running.Fujii Masao2018-03-29
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Fix count of skipped test of basebackup on WindowsTeodor Sigaev2018-03-27
* Skip temp tables from basebackup.Teodor Sigaev2018-03-27
* Set random seed for pgbench.Teodor Sigaev2018-03-26
* pg_resetwal: Allow users to change the WAL segment sizePeter Eisentraut2018-03-25
* initdb: Further polishing of --wal-segsize optionPeter Eisentraut2018-03-25
* pg_resetwal: Fix logical typo in codePeter Eisentraut2018-03-25
* Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944ccf2d7b3.Tom Lane2018-03-25
* Add long options to pg_resetwal and pg_controldataPeter Eisentraut2018-03-24
* initdb: Improve --wal-segsize handlingPeter Eisentraut2018-03-24
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Exclude unlogged tables from base backupsTeodor Sigaev2018-03-23
* pg_resetwal: Prevent division-by-zero errorsPeter Eisentraut2018-03-23
* pg_resetwal: Add simple test suitePeter Eisentraut2018-03-23
* UINT64CONST'fy long constants in pgbenchTeodor Sigaev2018-03-22
* Add \if support to pgbenchTeodor Sigaev2018-03-22