aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Allow "-C variable" and "--describe-config" even to root users.Tom Lane2014-04-04
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-29
* Fix dumping of a materialized view that depends on a table's primary key.Tom Lane2014-03-29
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-26
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Some minor improvements to logical decoding document.Fujii Masao2014-03-19
* Fix misc typos in comments.Heikki Linnakangas2014-03-18
* Fix uninitialized variable.Robert Haas2014-03-18
* Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas2014-03-18
* Fix pg_dumpall option parsing: -i doesn't take an argument.Tom Lane2014-03-18
* Fix help message and document in pg_receivexlog.Fujii Masao2014-03-18
* Allow psql to print COPY command status in more cases.Tom Lane2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Fix tracking of psql script line numbers during \copy from another place.Tom Lane2014-03-10
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Correct copy/pasto in comment for REPLICA IDENTITYSimon Riggs2014-03-09
* pg_ctl: improve handling of invalid data directoryBruce Momjian2014-03-08
* pg_dump: make argument combination error exit code consistentBruce Momjian2014-03-05
* Remove unused field "evttype".Tom Lane2014-03-05
* Allocate fresh memory for post_opts/exec_pathStephen Frost2014-03-05
* Fix issues with pg_ctlStephen Frost2014-03-05
* Introduce logical decoding.Robert Haas2014-03-03
* Fix whitespacePeter Eisentraut2014-03-03
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-27
* psql: add separate \d display for disabled system triggersBruce Momjian2014-02-24
* pg_dump: fix subtle memory leak in func and arg signature processingBruce Momjian2014-02-24
* pg_basebackup: Add support for relocating tablespacesPeter Eisentraut2014-02-22
* Remove inappropriate EXPORTS line.Tom Lane2014-02-19
* Avoid using dllwrap to build pgevent in Mingw builds.Tom Lane2014-02-19
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Remove use of sscanf in pg_upgrade, and add C comment to pg_dumpBruce Momjian2014-02-15
* psql: Add C comment about gset_prefix being freed laterBruce Momjian2014-02-15
* Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane2014-02-13
* Add missing include, required on some platformsMagnus Hagander2014-02-12
* Kill pg_basebackup background process when exitingMagnus Hagander2014-02-12
* scripts: Remove newlines from end of generated SQLPeter Eisentraut2014-02-10
* Further pg_dump / ftello improvementsStephen Frost2014-02-09
* Focus on ftello result < 0 instead of errnoStephen Frost2014-02-09
* Limit pg_basebackup progress output to 1/secondMagnus Hagander2014-02-09
* Avoid printing uninitialized filename variable in verbose modeMagnus Hagander2014-02-09
* Minor pg_dump improvementsStephen Frost2014-02-08
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Fix lexing of U& sequences just before EOF.Tom Lane2014-02-03