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
*
Fix copy-and-pasto in error message
Peter Eisentraut
2023-05-05
1
-1
/
+1
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
1
-4
/
+1
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
1
-2
/
+2
*
Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.
Amit Kapila
2023-04-05
2
-0
/
+4
*
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
1
-1
/
+1
*
Avoid using atooid for numerical comparisons which arent Oids
Daniel Gustafsson
2023-03-21
1
-1
/
+1
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-17
1
-2
/
+2
*
initdb: derive encoding from locale for ICU; similar to libc.
Jeff Davis
2023-03-10
1
-10
/
+5
*
Fix 9637badd9f.
Jeff Davis
2023-03-09
3
-22
/
+45
*
pg_upgrade: copy locale and encoding information to new cluster.
Jeff Davis
2023-03-09
7
-183
/
+192
*
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
1
-3
/
+15
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
1
-1
/
+1
*
Try to fix pg_upgrade test on Windows, again.
Thomas Munro
2023-02-01
1
-2
/
+13
*
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2023-01-16
3
-190
/
+62
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
1
-5
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
18
-18
/
+18
*
Add custom filtering rules to the TAP tests of pg_upgrade
Michael Paquier
2022-12-27
2
-0
/
+40
*
Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sql
Michael Paquier
2022-12-26
1
-15
/
+11
*
Update upgrade_adapt.sql to handle tables using aclitem as data type
Michael Paquier
2022-12-23
1
-1
/
+29
*
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
Michael Paquier
2022-12-23
1
-2
/
+2
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
2
-0
/
+4
*
pg_upgrade: Make testing different transfer modes easier
Peter Eisentraut
2022-12-16
2
-3
/
+23
*
pg_upgrade: Add --copy option
Peter Eisentraut
2022-12-16
1
-0
/
+6
*
Order getopt arguments
Peter Eisentraut
2022-12-12
1
-1
/
+1
*
Report incompatible roles in pg_upgrade checking
Daniel Gustafsson
2022-12-02
1
-7
/
+32
*
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-23
1
-0
/
+35
*
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
3
-5
/
+19
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
1
-0
/
+1
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+6
*
Add filtering capability for cross-version pg_upgrade tests
Michael Paquier
2022-10-04
1
-33
/
+70
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
3
-6
/
+7
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
3
-7
/
+6
*
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-09-27
1
-0
/
+1
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
2
-0
/
+41
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
3
-3
/
+3
*
Revert ill-considered change in pg_resetwal output.
Tom Lane
2022-09-15
1
-1
/
+1
*
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
1
-1
/
+1
*
Move any remaining files generated by pg_upgrade into an internal subdir
Michael Paquier
2022-09-13
2
-6
/
+18
*
Refactor check_ functions to use filehandle for status
Daniel Gustafsson
2022-08-31
3
-34
/
+7
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
3
-4
/
+10
*
pg_upgrade: Fix thinko in database info acquisition routine
Peter Eisentraut
2022-08-22
1
-1
/
+1
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
2
-3
/
+3
*
pg_upgrade: Fix some minor code issues
Peter Eisentraut
2022-08-13
2
-2
/
+1
*
pg_upgrade: Remove unused typedef
Peter Eisentraut
2022-08-12
1
-3
/
+0
*
Revert recent changes to 002_pg_upgrade.pl.
Robert Haas
2022-08-04
1
-46
/
+0
*
Fix error reporting after ioctl() call with pg_upgrade --clone
Michael Paquier
2022-08-01
1
-1
/
+4
*
Revise test case added in 43746996399541ecb5c7b188725a5f097c15ceae.
Robert Haas
2022-07-29
1
-32
/
+30
*
Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.
Robert Haas
2022-07-29
1
-0
/
+46
*
pg_upgrade: Adjust quoting style in message to match guidelines
Peter Eisentraut
2022-07-18
1
-2
/
+2
*
Correct some uses of e.g. and i.e. in message strings and documentation
John Naylor
2022-07-14
1
-2
/
+2
[next]