summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix pg_dump support for pre-8.2 versionsTeodor Sigaev2018-05-031-5/+2
* Fix compiler warning on Windows.Tom Lane2018-05-021-1/+2
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-011-1/+2
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-0/+2
* Ignore file generated during pg_upgrade testingAndrew Dunstan2018-04-301-0/+1
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-273-6/+6
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-2712-89/+89
* Post-feature-freeze pgindent run.Tom Lane2018-04-2611-227/+263
* Correct pg_recvlogical server version test.Noah Misch2018-04-251-1/+1
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-2516-1114/+927
* Rationalize handling of single and double quotes in bootstrap data.Tom Lane2018-04-171-4/+59
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-171-3/+3
* Don't attempt to verify checksums on new pagesMagnus Hagander2018-04-151-0/+4
* Remove -f option from pg_verify_checksumsMagnus Hagander2018-04-151-7/+2
* Revert MERGE patchSimon Riggs2018-04-121-81/+6
* Silence some warnings in TAP testsMagnus Hagander2018-04-091-1/+1
* Make sure pg_rewind can't run as rootMagnus Hagander2018-04-091-0/+1
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-094-5/+1
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-093-14/+2
* Skip permissions test under MINGW/WindowsStephen Frost2018-04-081-9/+16
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-0816-30/+29
* Allow group access on PGDATAStephen Frost2018-04-0715-30/+272
* Refactor dir/file permissionsStephen Frost2018-04-0716-33/+125
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-072-8/+38
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-074-11/+51
* Clean up intermetiate state in pg_basebackup testsMagnus Hagander2018-04-061-0/+22
* Fix typoMagnus Hagander2018-04-061-1/+1
* Fix compiler warning about format truncationPeter Eisentraut2018-04-061-3/+3
* Attempt to fix win32 build of pg_verify_checksumsMagnus Hagander2018-04-051-0/+4
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-056-1/+363
* Rewrite pg_dump TAP testsStephen Frost2018-04-041-4322/+687
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-041-11/+31
* Fix pg_bsaebackup checksum testsMagnus Hagander2018-04-041-11/+24
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-039-9/+9
* Validate page level checksums in base backupsMagnus Hagander2018-04-032-10/+90
* Tab completion for MERGESimon Riggs2018-04-031-6/+81
* psql: Fix \ef, \sf tab completionPeter Eisentraut2018-04-021-2/+2
* Fix a boatload of typos in C comments.Tom Lane2018-04-013-3/+3
* Fix assorted issues in parallel vacuumdb.Tom Lane2018-03-311-78/+114
* Fix portability and translatability issues in commit 64f85894a.Tom Lane2018-03-312-10/+24
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-291-1/+1
* Fix typo in commentMagnus Hagander2018-03-291-1/+1
* Make pg_rewind skip files and directories that are removed during server start.Fujii Masao2018-03-291-12/+132
* Fix handling of files that source server removes during pg_rewind is running.Fujii Masao2018-03-293-7/+20
* Allow HOT updates for some expression indexesSimon Riggs2018-03-271-2/+2
* Fix count of skipped test of basebackup on WindowsTeodor Sigaev2018-03-271-1/+1
* Skip temp tables from basebackup.Teodor Sigaev2018-03-271-1/+48
* Set random seed for pgbench.Teodor Sigaev2018-03-263-12/+128
* pg_resetwal: Allow users to change the WAL segment sizePeter Eisentraut2018-03-251-9/+43
* initdb: Further polishing of --wal-segsize optionPeter Eisentraut2018-03-251-2/+2