1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-20 00:31:17 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
secwall
120b9d5188 Add version gaps check 2021-12-29 12:08:31 +03:00
Mikhail Krutyakov
1de7945a23 Fix typo in tutorial.md
Change "relays on" (i.e. "transmits") to "relies on" (i.e. "depends")
2021-06-07 23:08:33 +03:00
secwall
3bd4963c75 Add example configuration description to tutorial 2020-10-13 00:15:59 +03:00
secwall
1aa3687e2f Add schema restriction support 2020-03-27 03:55:34 +03:00
secwall
1dcf5cb5aa Use application_name instead of backend pid for conflict termination.
Defect was discovered by Alexander Artemenko (@svetlyak40wt).
If pgmigrate is used with pgbouncer in transaction pooling mode
conflict termination will fail to correctly find pgmigrate connections.
In order to fix this we pass random application_name in dsn for each
connection. We use LIKE-query because connection pooler could append host/port
to original value.
2019-11-02 02:31:24 +03:00
secwall
dc183150b2 Add blocking pids termination 2017-12-03 01:39:30 +03:00
secwall
bab18b983d Add warning message on skipped migration files and document migration file format in tutorial
This change is based on proposal by Ernst Haagsman
2017-12-02 22:02:44 +03:00
secwall
5bc9166453 Add session setup option 2017-04-01 22:11:47 +03:00
secwall
453398c988 Support 'latest' target version 2017-04-01 13:05:14 +03:00
secwall
4c555fab1b Add info about UTF-8 migrations in docs. 2017-04-01 12:37:51 +03:00
secwall
d29ccdd3ef First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00