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 pg_dump to work against pre-9.0 servers again.
Tom Lane
2016-10-07
*
Don't allow both --source-server and --source-target args to pg_rewind.
Heikki Linnakangas
2016-10-07
*
Disable synchronous commits in pg_rewind.
Heikki Linnakangas
2016-10-06
*
Enforce a specific order for probing library loadability in pg_upgrade.
Tom Lane
2016-10-03
*
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-10-02
*
Improve error reporting in pg_upgrade's file copying/linking/rewriting.
Tom Lane
2016-09-30
*
Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap().
Tom Lane
2016-09-30
*
Retry opening new segments in pg_xlogdump --folllow
Magnus Hagander
2016-09-30
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Translation updates
Peter Eisentraut
2016-09-26
*
Fix incorrect logic for excluding range constructor functions in pg_dump.
Tom Lane
2016-09-23
*
Print test parameters like "foo: 123", and results like "foo = 123".
Heikki Linnakangas
2016-09-21
*
Fix pgbench's calculation of average latency, when -T is not used.
Heikki Linnakangas
2016-09-21
*
Fix latency calculation when there are \sleep commands in the script.
Heikki Linnakangas
2016-09-19
*
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
2016-09-08
*
Don't print database's tablespace in pg_dump -C --no-tablespaces output.
Tom Lane
2016-09-08
*
Fix initdb misbehavior when user mis-enters superuser password.
Tom Lane
2016-08-30
*
Translation updates
Peter Eisentraut
2016-08-29
*
Fix pg_receivexlog --synchronous
Simon Riggs
2016-08-29
*
Build libpgfeutils before pg_isready.
Noah Misch
2016-08-23
*
Update line count totals for psql help displays.
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
*
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
[next]