index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_upgrade
Commit message (
Expand
)
Author
Age
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Register atexit hook only once in pg_upgrade.
Tom Lane
2016-07-28
*
Reword bogus comment
Alvaro Herrera
2016-06-16
*
Remove unused prototype
Alvaro Herrera
2016-06-16
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
pg_upgrade: Don't overwrite existing files.
Robert Haas
2016-06-06
*
pg_upgrade: Improve error checking in rewriteVisibilityMap.
Robert Haas
2016-06-06
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Improve pg_upgrade's report about failure to match up old and new tables.
Tom Lane
2016-05-06
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Fix typos.
Robert Haas
2016-03-15
*
pg_upgrade: Convert old visibility map format to new format.
Robert Haas
2016-03-11
*
pg_upgrade: Remove converter plugin facility.
Robert Haas
2016-03-08
*
pg_upgrade: suppress creation of delete script
Bruce Momjian
2016-02-18
*
pg_upgrade: Add C comment about NextXID delimiter
Bruce Momjian
2016-02-12
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
*
Fix spelling mistakes.
Robert Haas
2016-01-14
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane
2015-12-28
*
pg_upgrade: fix CopyFile() on Windows to fail on file existence
Bruce Momjian
2015-11-24
*
pg_upgrade: properly detect file copy failure on Windows
Bruce Momjian
2015-11-14
*
-- email subject limit -----------------------------------------
Bruce Momjian
2015-10-13
*
Honour TEMP_CONFIG when testing pg_upgrade
Andrew Dunstan
2015-09-17
*
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Bruce Momjian
2015-09-11
*
Remove redundant "make install" from pg_upgrade test suite.
Noah Misch
2015-07-29
*
Replace use of "diff -q".
Noah Misch
2015-07-08
*
Fix portability issue in pg_upgrade test script: avoid $PWD.
Tom Lane
2015-07-07
*
Plug some trivial memory leaks in pg_dump and pg_upgrade.
Heikki Linnakangas
2015-07-02
*
Remove unnecessary NULL test.
Robert Haas
2015-06-26
*
pg_upgrade: add missing period in C comment
Bruce Momjian
2015-05-29
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
pg_upgrade: no need to check for matching float8_pass_by_value
Bruce Momjian
2015-05-16
*
pg_upgrade: force timeline 1 in the new cluster
Bruce Momjian
2015-05-16
*
pg_upgrade: only allow template0 to be non-connectable
Bruce Momjian
2015-05-16
*
pg_upgrade: make controldata checks more consistent
Bruce Momjian
2015-05-14
*
pg_upgrade: use single or double-quotes in command-line strings
Bruce Momjian
2015-05-11
*
Warn about tablespace creation in PGDATA
Bruce Momjian
2015-04-28
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Remove superfluous -DFRONTEND.
Noah Misch
2015-04-24
*
Improve speed of make check-world
Peter Eisentraut
2015-04-23
*
Move pg_upgrade from contrib/ to src/bin/
Peter Eisentraut
2015-04-14