aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* Make output identical to pg_resetxlog'sAlvaro Herrera2013-01-24
* pg_isreadyRobert Haas2013-01-23
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.Tom Lane2013-01-19
* Rename new latex longtable function name, for consistencyBruce Momjian2013-01-18
* psql latex fixesBruce Momjian2013-01-18
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Add a latex-longtable output format to psqlBruce Momjian2013-01-17
* Silence compiler warningsMagnus Hagander2013-01-17
* Make size-output fixed length in pg_basebackup verbose modeMagnus Hagander2013-01-17
* Truncate filenames in the leadning end in pg_basebackup verbose outputMagnus Hagander2013-01-17
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* Get rid of pg_dump's READMEPeter Eisentraut2013-01-16
* Make \? help message more clear when not connected.Heikki Linnakangas2013-01-15
* Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas2013-01-15
* Give a proper error message if connecting to incompatible server.Heikki Linnakangas2013-01-15
* Don't attempt to write recovery.conf when -R is not specifiedMagnus Hagander2013-01-09
* Add support for generating minimal recovery.conf when doing base backupsMagnus Hagander2013-01-05
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-05
* Move tar function headers to pgtar.hMagnus Hagander2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Avoid using NAMEDATALEN in pg_upgradeBruce Momjian2012-12-20
* pg_basebackup: Small message punctuation improvementsPeter Eisentraut2012-12-19
* Provide Assert() for frontend code.Andrew Dunstan2012-12-14
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-09
* In initdb.c, move auth warning code into main() from secondary function.Bruce Momjian2012-12-04
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-04
* In initdb.c, rename some newly created functions, and move the directoryBruce Momjian2012-12-03
* Add initdb --sync-only option to sync the data directory to durableBruce Momjian2012-12-03
* Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian2012-12-03
* dummy commitBruce Momjian2012-12-03
* In pg_upgrade, fix bug where no users were dumped in pg_dumpallBruce Momjian2012-12-03
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-02
* Split initdb.c main() code into multiple functions, for easierBruce Momjian2012-11-30
* In pg_upgrade, dump each database separately and useBruce Momjian2012-11-30
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-30
* Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane2012-11-22
* Teach pg_basebackup and pg_receivexlog to reply to server keepalives.Heikki Linnakangas2012-11-08
* Fix missing inclusions.Tom Lane2012-11-07
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* In pg_dump, dump SEQUENCE SET items in the data not pre-data section.Tom Lane2012-10-26
* Fix pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane2012-10-20
* Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas2012-10-18
* pg_dump: Output functions deterministically sortedAlvaro Herrera2012-10-18
* Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas2012-10-15
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12