summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2014-03-18Fix misc typos in comments.Heikki Linnakangas
2014-03-18Fix uninitialized variable.Robert Haas
2014-03-18Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas
2014-03-18Fix pg_dumpall option parsing: -i doesn't take an argument.Tom Lane
2014-03-18Fix help message and document in pg_receivexlog.Fujii Masao
2014-03-13Allow psql to print COPY command status in more cases.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-10Fix tracking of psql script line numbers during \copy from another place.Tom Lane
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-09Correct copy/pasto in comment for REPLICA IDENTITYSimon Riggs
2014-03-08pg_ctl: improve handling of invalid data directoryBruce Momjian
2014-03-05pg_dump: make argument combination error exit code consistentBruce Momjian
2014-03-05Remove unused field "evttype".Tom Lane
2014-03-05Allocate fresh memory for post_opts/exec_pathStephen Frost
2014-03-05Fix issues with pg_ctlStephen Frost
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Fix whitespacePeter Eisentraut
2014-03-03pg_dump et al: Add --if-exists optionAlvaro Herrera
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-02-27Allow BASE_BACKUP to be throttledAlvaro Herrera
2014-02-24psql: add separate \d display for disabled system triggersBruce Momjian
2014-02-24pg_dump: fix subtle memory leak in func and arg signature processingBruce Momjian
2014-02-22pg_basebackup: Add support for relocating tablespacesPeter Eisentraut
2014-02-20Remove inappropriate EXPORTS line.Tom Lane
2014-02-20Avoid using dllwrap to build pgevent in Mingw builds.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-02-15Remove use of sscanf in pg_upgrade, and add C comment to pg_dumpBruce Momjian
2014-02-15psql: Add C comment about gset_prefix being freed laterBruce Momjian
2014-02-13Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane
2014-02-12Add missing include, required on some platformsMagnus Hagander
2014-02-12Kill pg_basebackup background process when exitingMagnus Hagander
2014-02-11scripts: Remove newlines from end of generated SQLPeter Eisentraut
2014-02-09Further pg_dump / ftello improvementsStephen Frost
2014-02-09Focus on ftello result < 0 instead of errnoStephen Frost
2014-02-09Limit pg_basebackup progress output to 1/secondMagnus Hagander
2014-02-09Avoid printing uninitialized filename variable in verbose modeMagnus Hagander
2014-02-09Minor pg_dump improvementsStephen Frost
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-02-04Fix lexing of U& sequences just before EOF.Tom Lane
2014-02-02Switch in psql_scan() must cover all lexer states (except backslash cases).Tom Lane
2014-02-02Fix typos in docs and comments.Fujii Masao
2014-02-01Introduce replication slots.Robert Haas
2014-02-01pg_restore: make help output plural for multi-enabled optionsBruce Momjian
2014-01-31Add tab completion for ALTER TABLESPACE MOVE in psql.Fujii Masao
2014-01-30Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-27Fix typos in comments for ALTER SYSTEM.Fujii Masao
2014-01-26Fix minor leak in pg_dumpStephen Frost
2014-01-26Move the options column of \db+ before the descriptionMagnus Hagander