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