summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2015-05-19Message string improvementsPeter Eisentraut
2015-05-18Add new files to nls.mkPeter Eisentraut
2015-05-16pg_upgrade: no need to check for matching float8_pass_by_valueBruce Momjian
2015-05-16pg_upgrade: force timeline 1 in the new clusterBruce Momjian
2015-05-16pg_upgrade: only allow template0 to be non-connectableBruce Momjian
2015-05-15Support --verbose option in reindexdb.Fujii Masao
2015-05-15pg_upgrade: make controldata checks more consistentBruce Momjian
2015-05-12pgbench: Don't fail during startupStephen Frost
2015-05-12pg_basebackup -F t now succeeds with a long symlink targetAndrew Dunstan
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-11pg_upgrade: use single or double-quotes in command-line stringsBruce Momjian
2015-05-11initdb: only recommend pg_ctl to start the serverBruce Momjian
2015-05-11pg_dump: suppress "Tablespace:" comment for default tablespacesBruce Momjian
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Properly send SCM status updates when shutting down service on WindowsMagnus Hagander
2015-05-07Fix minor resource leak in pg_dumpMagnus Hagander
2015-05-02Combine initdb tests that successfully create a data directory.Noah Misch
2015-05-02Fix one more TAP test to use standard command-line argument ordering.Noah Misch
2015-05-01Fix pg_rewind regression failure after "fast promotion"Heikki Linnakangas
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-29Update .gitignore for new rmgr, changed paths.Robert Haas
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-29psql: Improve tab completion for ALTER FOREIGN TABLE.Robert Haas
2015-04-29pg_basebackup: canonicalize old and new tablespace pathsBruce Momjian
2015-04-28Warn about tablespace creation in PGDATABruce Momjian
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-26Fix possible division by zero in pg_xlogdump.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-24Remove superfluous -DFRONTEND.Noah Misch
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-22Make the pg_rewind regression tests more robust on slow systems.Heikki Linnakangas
2015-04-22Don't leave 'tmp_check' directory behind in pg_rewind regression tests.Heikki Linnakangas
2015-04-21Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut
2015-04-21Add missing installcheck target to pg_rewind's MakefileHeikki Linnakangas
2015-04-21Move pg_test_timing from contrib/ to src/bin/Peter Eisentraut
2015-04-20Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut
2015-04-16Add missing newlines to error messages.Heikki Linnakangas
2015-04-15Error out in pg_rewind if lstat() fails.Heikki Linnakangas
2015-04-15Minor cleanup of pg_rewind.Heikki Linnakangas
2015-04-15Shut down test servers after pg_rewind regression tests.Heikki Linnakangas
2015-04-14Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut
2015-04-14Integrate pg_upgrade_support module into backendPeter Eisentraut
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-13Move pgbench from contrib/ to src/bin/Peter Eisentraut
2015-04-13Fix pg_rewind regression tests in VPATH buildsHeikki Linnakangas
2015-04-13Refactor and fix TAP tests of pg_rewindHeikki Linnakangas
2015-04-13Silence gettext warning about '\r' escape sequence in translatable string.Fujii Masao
2015-04-12Free leaked result set in pg_rewindHeikki Linnakangas
2015-04-12Remove duplicated words in comments.Heikki Linnakangas