summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2015-12-03Clean up some psql issues around handling of the query output file.Tom Lane
2015-12-03psql: Improve spellingPeter Eisentraut
2015-12-02Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-12-01Further tweaking of print_aligned_vertical().Tom Lane
2015-12-01Further adjustment to psql's print_aligned_vertical() function.Tom Lane
2015-12-01Use pg_rewind when target timeline was switchedTeodor Sigaev
2015-11-30Rework wrap-width calculation in psql's print_aligned_vertical() function.Tom Lane
2015-11-27Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane
2015-11-27COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev
2015-11-25Be more paranoid about null return values from libpq status functions.Tom Lane
2015-11-24pg_upgrade: fix CopyFile() on Windows to fail on file existenceBruce Momjian
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-11-17Improve messagePeter Eisentraut
2015-11-14pg_upgrade: properly detect file copy failure on WindowsBruce Momjian
2015-11-12vacuumdb: don't prompt for passwords over and overAlvaro Herrera
2015-11-08Don't connect() to a wildcard address in test_postmaster_connection().Noah Misch
2015-11-07When completing ALTER INDEX .. SET, add an equals sign also.Robert Haas
2015-11-03Code + docs review for unicode linestyle patch.Tom Lane
2015-10-29Message style improvementsPeter Eisentraut
2015-10-22Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane
2015-10-20Tab complete CREATE EXTENSION .. VERSION.Robert Haas
2015-10-13-- email subject limit -----------------------------------------Bruce Momjian
2015-10-12Fix "pg_ctl start -w" to test child process status directly.Tom Lane
2015-10-06psql: allow \pset C in setting the title, matches \CBruce Momjian
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-10-02pg_rewind: Improve some messagesPeter Eisentraut
2015-10-01Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane
2015-10-01Fix incorrect tab-completion for GRANT and REVOKEFujii Masao