summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* psql: Improve unaligned expanded output for zero rowsPeter Eisentraut2013-02-091-4/+7
* psql: Improve expanded print output in tuples-only modePeter Eisentraut2013-02-091-1/+2
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-081-1/+30
* scripts: Add build prerequisite on libpgportPeter Eisentraut2013-02-081-9/+9
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-061-2/+10
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-025-13/+118
* Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane2013-02-022-14/+20
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-291-3/+15
* Make it easy to time out pg_isready, and make the default 3 seconds.Robert Haas2013-01-251-30/+36
* Add prosecdef to \df+ output.Heikki Linnakangas2013-01-251-2/+6
* Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander2013-01-251-0/+18
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-241-0/+11
* Make output identical to pg_resetxlog'sAlvaro Herrera2013-01-241-1/+1
* pg_isreadyRobert Haas2013-01-233-1/+206
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-232-2/+39
* Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.Tom Lane2013-01-191-1/+8
* Rename new latex longtable function name, for consistencyBruce Momjian2013-01-181-2/+2
* psql latex fixesBruce Momjian2013-01-181-1/+1
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-174-256/+555
* Add a latex-longtable output format to psqlBruce Momjian2013-01-173-6/+176
* Silence compiler warningsMagnus Hagander2013-01-171-3/+3
* Make size-output fixed length in pg_basebackup verbose modeMagnus Hagander2013-01-171-6/+9
* Truncate filenames in the leadning end in pg_basebackup verbose outputMagnus Hagander2013-01-171-6/+18
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-1711-88/+138
* Get rid of pg_dump's READMEPeter Eisentraut2013-01-163-79/+6
* Make \? help message more clear when not connected.Heikki Linnakangas2013-01-151-5/+7
* Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas2013-01-151-1/+6
* Give a proper error message if connecting to incompatible server.Heikki Linnakangas2013-01-151-0/+15
* Don't attempt to write recovery.conf when -R is not specifiedMagnus Hagander2013-01-091-1/+1
* Add support for generating minimal recovery.conf when doing base backupsMagnus Hagander2013-01-051-39/+318
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-051-29/+12
* Move tar function headers to pgtar.hMagnus Hagander2013-01-021-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-0176-77/+77
* Unify some tar functionality across different partsMagnus Hagander2013-01-011-102/+3
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-1/+1
* Avoid using NAMEDATALEN in pg_upgradeBruce Momjian2012-12-201-1/+1
* pg_basebackup: Small message punctuation improvementsPeter Eisentraut2012-12-192-5/+5
* Provide Assert() for frontend code.Andrew Dunstan2012-12-146-25/+18
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-134-31/+4
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-094-26/+98
* In initdb.c, move auth warning code into main() from secondary function.Bruce Momjian2012-12-041-8/+8
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-042-1/+4
* In initdb.c, rename some newly created functions, and move the directoryBruce Momjian2012-12-031-25/+41
* Add initdb --sync-only option to sync the data directory to durableBruce Momjian2012-12-031-1/+15
* Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian2012-12-031-15/+1
* dummy commitBruce Momjian2012-12-031-1/+15
* In pg_upgrade, fix bug where no users were dumped in pg_dumpallBruce Momjian2012-12-031-8/+15
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-021-1/+1
* Split initdb.c main() code into multiple functions, for easierBruce Momjian2012-11-301-302/+366
* In pg_upgrade, dump each database separately and useBruce Momjian2012-11-301-3/+5