index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_upgrade
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
2
-13
/
+25
*
Fix hard-coded relkind constants in assorted src/bin files.
Tom Lane
2017-03-09
3
-4
/
+18
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
1
-2
/
+0
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
5
-18
/
+10
*
pg_upgrade: Fix problems caused by renaming pg_resetxlog.
Robert Haas
2017-02-15
3
-35
/
+56
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
3
-16
/
+16
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
3
-0
/
+102
*
Fix cross-shlib linking in temporary installs on HPUX 10.
Tom Lane
2017-01-21
1
-0
/
+2
*
pg_upgrade: Fix for changed pg_ctl default stop mode
Peter Eisentraut
2017-01-13
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
17
-17
/
+17
*
pg_upgrade: Upgrade sequence data via pg_dump
Peter Eisentraut
2016-11-13
1
-1
/
+1
*
pg_upgrade: Add NLS
Peter Eisentraut
2016-11-07
8
-63
/
+75
*
pg_rewing pg_upgrade: Fix translation markers
Peter Eisentraut
2016-11-07
1
-5
/
+5
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
1
-30
/
+49
*
Enforce a specific order for probing library loadability in pg_upgrade.
Tom Lane
2016-10-03
1
-30
/
+67
*
Improve error reporting in pg_upgrade's file copying/linking/rewriting.
Tom Lane
2016-09-30
12
-184
/
+132
*
Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap().
Tom Lane
2016-09-30
1
-42
/
+49
*
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
2
-4
/
+4
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
7
-33
/
+100
*
Register atexit hook only once in pg_upgrade.
Tom Lane
2016-07-28
1
-1
/
+2
*
Reword bogus comment
Alvaro Herrera
2016-06-16
1
-1
/
+1
*
Remove unused prototype
Alvaro Herrera
2016-06-16
1
-1
/
+0
*
pgindent run for 9.6
Robert Haas
2016-06-09
5
-17
/
+18
*
pg_upgrade: Don't overwrite existing files.
Robert Haas
2016-06-06
3
-14
/
+13
*
pg_upgrade: Improve error checking in rewriteVisibilityMap.
Robert Haas
2016-06-06
1
-2
/
+13
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
3
-73
/
+1
*
Improve pg_upgrade's report about failure to match up old and new tables.
Tom Lane
2016-05-06
2
-141
/
+244
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
1
-2
/
+38
*
Fix typos.
Robert Haas
2016-03-15
1
-1
/
+1
*
pg_upgrade: Convert old visibility map format to new format.
Robert Haas
2016-03-11
3
-11
/
+197
*
pg_upgrade: Remove converter plugin facility.
Robert Haas
2016-03-08
7
-330
/
+18
*
pg_upgrade: suppress creation of delete script
Bruce Momjian
2016-02-18
1
-6
/
+24
*
pg_upgrade: Add C comment about NextXID delimiter
Bruce Momjian
2016-02-12
1
-1
/
+6
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
1
-2
/
+9
*
Fix spelling mistakes.
Robert Haas
2016-01-14
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
18
-18
/
+18
*
Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane
2015-12-28
1
-2
/
+2
*
pg_upgrade: fix CopyFile() on Windows to fail on file existence
Bruce Momjian
2015-11-24
12
-31
/
+28
*
pg_upgrade: properly detect file copy failure on Windows
Bruce Momjian
2015-11-14
2
-3
/
+5
*
-- email subject limit -----------------------------------------
Bruce Momjian
2015-10-13
1
-35
/
+39
*
Honour TEMP_CONFIG when testing pg_upgrade
Andrew Dunstan
2015-09-17
1
-0
/
+4
*
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Bruce Momjian
2015-09-11
1
-3
/
+12
*
Remove redundant "make install" from pg_upgrade test suite.
Noah Misch
2015-07-29
1
-1
/
+0
*
Replace use of "diff -q".
Noah Misch
2015-07-08
1
-1
/
+2
*
Fix portability issue in pg_upgrade test script: avoid $PWD.
Tom Lane
2015-07-07
1
-2
/
+3
*
Plug some trivial memory leaks in pg_dump and pg_upgrade.
Heikki Linnakangas
2015-07-02
1
-0
/
+6
*
Remove unnecessary NULL test.
Robert Haas
2015-06-26
1
-2
/
+1
*
pg_upgrade: add missing period in C comment
Bruce Momjian
2015-05-29
1
-2
/
+2
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
9
-118
/
+126
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
[next]