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