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
*
Update line count totals for psql help displays.
Tom Lane
2016-08-18
*
Improve psql's tab completion for \l.
Tom Lane
2016-08-18
*
Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...
Tom Lane
2016-08-18
*
Update Windows timezone mapping from Windows 7 and 10
Magnus Hagander
2016-08-18
*
Disable update_process_title by default on Windows
Magnus Hagander
2016-08-17
*
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
*
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Translation updates
Peter Eisentraut
2016-08-08
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Noah Misch
2016-08-08
*
Fix Windows shell argument quoting.
Noah Misch
2016-08-08
*
Reject, in pg_dumpall, names containing CR or LF.
Noah Misch
2016-08-08
*
Field conninfo strings throughout src/bin/scripts.
Noah Misch
2016-08-08
*
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
2016-08-08
*
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-08
*
Fix pg_dump's handling of public schema with both -c and -C options.
Tom Lane
2016-08-02
*
Fix pg_basebackup so that it accepts 0 as a valid compression level.
Fujii Masao
2016-08-01
*
Correctly handle owned sequences with extensions
Stephen Frost
2016-07-31
*
Guard against empty buffer in gets_fromFile()'s check for a newline.
Tom Lane
2016-07-28
*
Register atexit hook only once in pg_upgrade.
Tom Lane
2016-07-28
*
Translation updates
Peter Eisentraut
2016-07-18
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Correctly dump database and tablespace ACLs
Stephen Frost
2016-07-17
*
Remove reference to range mode in pg_xlogdump error
Magnus Hagander
2016-07-14
*
Put some things in a better order in psql help
Peter Eisentraut
2016-07-12
*
Improve output of psql's \df+ command.
Tom Lane
2016-07-11
*
Add missing newline in error message
Magnus Hagander
2016-07-11
*
psql: Improve \crosstabview error messages
Peter Eisentraut
2016-06-24
*
Add tab completion for pager_min_lines to psql.
Andrew Dunstan
2016-06-23
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
*
Translation updates
Peter Eisentraut
2016-06-20
*
Reword bogus comment
Alvaro Herrera
2016-06-16
*
Remove unused prototype
Alvaro Herrera
2016-06-16
*
Use strftime("%c") to format timestamps in psql's \watch command.
Tom Lane
2016-06-15
*
Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.
Tom Lane
2016-06-15
*
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-12
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
*
Add missing translate_columns array entry
Alvaro Herrera
2016-06-07
*
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
2016-06-07
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
*
psql: Add missing file to nls.mk
Peter Eisentraut
2016-06-07
*
pgbench: Fix order in --help output
Peter Eisentraut
2016-06-07
*
pg_dump only selected components of ACCESS METHODs
Stephen Frost
2016-06-07
*
pg_upgrade: Don't overwrite existing files.
Robert Haas
2016-06-06
*
pg_upgrade: Improve error checking in rewriteVisibilityMap.
Robert Haas
2016-06-06
*
Suppress -Wunused-result warnings about write(), again.
Tom Lane
2016-06-03
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.
Tom Lane
2016-06-02
[next]