aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix spelling mistakes.Robert Haas2016-01-14
* Handle extension members when first setting object dump flags in pg_dump.Tom Lane2016-01-13
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-13
* Run pgindent on src/bin/pg_dump/*Tom Lane2016-01-13
* psql: Improve CREATE INDEX CONCURRENTLY tab completionPeter Eisentraut2016-01-12
* psql: Fix CREATE INDEX tab completionPeter Eisentraut2016-01-12
* psql: Update tab completion commentPeter Eisentraut2016-01-12
* Revert "Blind attempt at a Cygwin fix"Alvaro Herrera2016-01-08
* Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane2016-01-07
* Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane2016-01-07
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-07
* In initdb's post-bootstrap phase, drop temp tables explicitly.Tom Lane2016-01-06
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-05
* Make pg_receivexlog silent with 9.3 and older serversAlvaro Herrera2016-01-05
* Convert psql's tab completion for backslash commands to the new style.Tom Lane2016-01-05
* In psql's tab completion, change most TailMatches patterns to Matches.Tom Lane2016-01-04
* Fix typo in comment.Robert Haas2016-01-04
* Teach pg_dump to quote reloption values safely.Tom Lane2016-01-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-28
* Fix translation domain in pg_basebackupAlvaro Herrera2015-12-28
* Improve SECURITY LABEL tab completionFujii Masao2015-12-25
* Remove unnecessary row ordering dependency in pg_rewind test suite.Tom Lane2015-12-24
* Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane2015-12-24
* Avoid VACUUM FULL altogether in initdb.Tom Lane2015-12-23
* Improve handling of password reuse in src/bin/scripts programs.Tom Lane2015-12-23
* In pg_dump, remember connection passwords no matter how we got them.Tom Lane2015-12-23
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22
* Fix calculation of space needed for parsed words in tab completion.Tom Lane2015-12-21
* Remove silly completion for "DELETE FROM tabname ...".Tom Lane2015-12-20
* Teach psql's tab completion to consider the entire input string.Tom Lane2015-12-20
* psql: Review of new help output stringsPeter Eisentraut2015-12-20
* Adopt a more compact, less error-prone notation for tab completion code.Tom Lane2015-12-19
* Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund2015-12-19
* pgbench: Change terminology from "threshold" to "parameter".Robert Haas2015-12-18
* Remove unreferenced function declarations.Tom Lane2015-12-17
* Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane2015-12-17
* Fix improper initialization order for readline.Tom Lane2015-12-17
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-16
* Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.Tom Lane2015-12-14
* Code and docs review for multiple -c and -f options in psql.Tom Lane2015-12-13
* pg_rewind: Don't error if the two clusters are already on the same timelinePeter Eisentraut2015-12-11
* Improve ALTER POLICY tab completion.Robert Haas2015-12-10
* Make failure to open psql's --log-file fatal.Tom Lane2015-12-08
* psql: Support multiple -c and -f options, and allow mixing them.Robert Haas2015-12-08
* Cleanup some problems in new Perl test codeAlvaro Herrera2015-12-07
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-03
* psql: Improve spellingPeter Eisentraut2015-12-03
* Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane2015-12-02