pgsql: Remove mingwcompat.c

2019-09-17 Thread Peter Eisentraut
Remove mingwcompat.c We believe that the issues that this was working around have been fixed in MinGW more than 5 years ago, so this isn't necessary anymore. Discussion: https://www.postgresql.org/message-id/flat/20190719050830.GK1859%40paquier.xyz Branch -- master Details --- https://

Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL

2019-09-17 Thread Amit Langote
Hi Alvaro, On Sat, Sep 14, 2019 at 2:59 AM Alvaro Herrera wrote: > > Fix progress reporting of CLUSTER / VACUUM FULL > > The progress state was being clobbered once the first index completed > being rebuilt, causing the final phases of the operation not show > anything in the progress view. This

pgsql: Fix bogus handling of XQuery regex option flags.

2019-09-17 Thread Tom Lane
Fix bogus handling of XQuery regex option flags. The SQL spec defers to XQuery to define what the option flags are for LIKE_REGEX patterns. XQuery says that: * 's' allows the dot character to match newlines, which by default it will not; * 'm' allows ^ and $ to match at newlines, not only at th

pgsql: Fix bogus handling of XQuery regex option flags.

2019-09-17 Thread Tom Lane
Fix bogus handling of XQuery regex option flags. The SQL spec defers to XQuery to define what the option flags are for LIKE_REGEX patterns. XQuery says that: * 's' allows the dot character to match newlines, which by default it will not; * 'm' allows ^ and $ to match at newlines, not only at th

pgsql: Add some const decorations to array constants

2019-09-17 Thread Peter Eisentraut
Add some const decorations to array constants Author: Mark G Discussion: https://www.postgresql.org/message-id/flat/CAEeOP_YFVeFjq4zDZLDQbLSRFxBiTpwBQHxCNgGd%2Bp5VztTXyQ%40mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/48770492c3b796b251112fa9b7453