Re: pgsql: Implement jsonpath .datetime() method

2019-10-13 Thread Alexander Korotkov
On Sun, Oct 13, 2019 at 5:24 AM Tom Lane wrote: > Alexander Korotkov writes: > > This patch also changes the way timestamp to timestamptz cast works. > > Previously it did timestamp2tm() then tm2timestamp(). Instead, after > > timestamp2tm() it calculates timezone offset and applies it to > > or

Re: pgsql: Fix dependency handling of column drop with partitioned tables

2019-10-13 Thread Tom Lane
Michael Paquier writes: > On Sun, Oct 13, 2019 at 08:54:19AM +, Michael Paquier wrote: >> Fix dependency handling of column drop with partitioned tables > rhinoceros is unhappy with this one in the sepgsql tests as this has > moved a cascading drop notice when droping a column: > ... > It see

pgsql: Update unicode.org URLs

2019-10-13 Thread Peter Eisentraut
Update unicode.org URLs Use https, consistent host name, remove references to ftp. Also update the URLs for CLDR, which has moved from Trac to GitHub. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/bdb839cbdebe851c200b2c7c03aec7483573d631 Modified Files -

pgsql: Revert "Hack pg_ctl to report postmaster's exit status."

2019-10-13 Thread Tom Lane
Revert "Hack pg_ctl to report postmaster's exit status." This reverts commit 6a5084eed49552bfc8859c438c8d74ad09fc5d3f. We learned what we needed to know from that. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f38291e927fa8c04eb772e6a17a3dd44da2b69e8 Modified Fil

Re: pgsql: Fix dependency handling of column drop with partitioned tables

2019-10-13 Thread Michael Paquier
On Sun, Oct 13, 2019 at 08:54:19AM +, Michael Paquier wrote: > Fix dependency handling of column drop with partitioned tables > > When dropping a column on a partitioned table which has one or more > partitioned indexes, the operation was failing as dependencies with > partitioned indexes usin