Make sure ecpglib does accepts digits behind decimal point even for integers in
Informix mode.
Spotted and fixed by 高增琦
Branch
--
REL9_5_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/d2e6bd13a0729a12d04811a9e192f94898556041
Modified Files
--
src/interfaces/ecp
Make sure ecpglib does accepts digits behind decimal point even for integers in
Informix mode.
Spotted and fixed by 高增琦
Branch
--
REL9_4_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/18647e21db0dd797c6ea75d7106d831f92a982e9
Modified Files
--
src/interfaces/ecp
Make sure ecpglib does accepts digits behind decimal point even for integers in
Informix mode.
Spotted and fixed by 高增琦
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/63d6b97fd904232e7c7a8a2b9c52a3cc7eb47bef
Modified Files
--
src/interfaces/ecpg/ecpgl
Make sure ecpglib does accepts digits behind decimal point even for integers in
Informix mode.
Spotted and fixed by 高增琦
Branch
--
REL9_3_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/d64a4d3683d760ad7ba4e346b07f7f6022fa8930
Modified Files
--
src/interfaces/ecp
Make sure ecpglib does accepts digits behind decimal point even for integers in
Informix mode.
Spotted and fixed by 高增琦
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/e4381c039d5d92736527ee0825a470ddb5045458
Modified Files
--
src/interfaces/ecp
Make sure ecpglib does accepts digits behind decimal point even for integers in
Informix mode.
Spotted and fixed by 高增琦
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/e0ec1cbffe0065a4c2d344241824bfe383a94181
Modified Files
--
src/interfaces/ecp
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
A candidate path needs to be canonicalized before being checked against
the mappings, because the mappings are also canonicalized. This is
especially relevant on Windows
Reported-by: nb
Author: Michael Paquier
Reviewed-by
doc: Add to hot standby documentation
Document the order of changing certain settings when using hot-standby
servers. This is just a logical consequence of what was already
documented, but it gives the users some more practical advice.
Author: Yorick Peterse
Reviewed-by: Aleksander Alekseev
Re
Fix ALTER TABLE code to update domain constraints when needed.
It's possible for dropping a column, or altering its type, to require
changes in domain CHECK constraint expressions; but the code was
previously only expecting to find dependent table CHECK constraints.
Make the necessary adjustments.
doc: Mention pg_stat_wal_receiver in streaming replication docs
Also make the link to pg_stat_replication more precise.
Author: Michael Paquier
Reviewed-by: Jeff Janes
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/ec7ce54204147ccf1a55aaba526ac4b39071f712
Modif
Allow bitmap scans to operate as index-only scans when possible.
If we don't have to return any columns from heap tuples, and there's
no need to recheck qual conditions, and the heap page is all-visible,
then we can skip fetching the heap page altogether.
Skip prefetching pages too, when possible
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
A candidate path needs to be canonicalized before being checked against
the mappings, because the mappings are also canonicalized. This is
especially relevant on Windows
Reported-by: nb
Author: Michael Paquier
Reviewed-by
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
A candidate path needs to be canonicalized before being checked against
the mappings, because the mappings are also canonicalized. This is
especially relevant on Windows
Reported-by: nb
Author: Michael Paquier
Reviewed-by
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
A candidate path needs to be canonicalized before being checked against
the mappings, because the mappings are also canonicalized. This is
especially relevant on Windows
Reported-by: nb
Author: Michael Paquier
Reviewed-by
Doc: update URL for check_postgres.
Reported by Dan Vianello.
Discussion:
https://postgr.es/m/e6e12f18f70e46848c058084d42fb...@kstlmexgp001.corp.chartercom.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/c0e2062d3214f6230a0e1eee9236b202bda9221f
Modified Files
Doc: update URL for check_postgres.
Reported by Dan Vianello.
Discussion:
https://postgr.es/m/e6e12f18f70e46848c058084d42fb...@kstlmexgp001.corp.chartercom.com
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/1cf96d6c7169d0eb21770eac67b60c12dcaf113c
Modifie
Doc: update URL for check_postgres.
Reported by Dan Vianello.
Discussion:
https://postgr.es/m/e6e12f18f70e46848c058084d42fb...@kstlmexgp001.corp.chartercom.com
Branch
--
REL9_4_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/f570ec5181e1aeff4fc8ea229e50bd666d35062f
Modifie
Doc: update URL for check_postgres.
Reported by Dan Vianello.
Discussion:
https://postgr.es/m/e6e12f18f70e46848c058084d42fb...@kstlmexgp001.corp.chartercom.com
Branch
--
REL9_5_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/7ae39519bf0eca229f7ae98a391b161c43fe88a9
Modifie
Doc: update URL for check_postgres.
Reported by Dan Vianello.
Discussion:
https://postgr.es/m/e6e12f18f70e46848c058084d42fb...@kstlmexgp001.corp.chartercom.com
Branch
--
REL9_2_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/13406fe23d3c6f3889014df6c001eb8652114a64
Modifie
Doc: update URL for check_postgres.
Reported by Dan Vianello.
Discussion:
https://postgr.es/m/e6e12f18f70e46848c058084d42fb...@kstlmexgp001.corp.chartercom.com
Branch
--
REL9_3_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/e89867c033291b01614cb1a0e6fe76ce4c478ea6
Modifie
Doc: update URL for check_postgres.
Reported by Dan Vianello.
Discussion:
https://postgr.es/m/e6e12f18f70e46848c058084d42fb...@kstlmexgp001.corp.chartercom.com
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/1048afc864e84b4f206bb7edd3773b49f1d8cc5b
Modifie
In client support of v10 features, use standard schema handling.
Back-patch to v10. This continues the work of commit
080351466c5a669bf35a323bdec9e296330a5dbb.
Discussion:
https://postgr.es/m/CAKOSWN=ds66zlw2sqkltm8wbxfgdbc_odkmt3djfpt2me5k...@mail.gmail.com
Branch
--
REL_10_STABLE
Detail
In client support of v10 features, use standard schema handling.
Back-patch to v10. This continues the work of commit
080351466c5a669bf35a323bdec9e296330a5dbb.
Discussion:
https://postgr.es/m/CAKOSWN=ds66zlw2sqkltm8wbxfgdbc_odkmt3djfpt2me5k...@mail.gmail.com
Branch
--
master
Details
-
23 matches
Mail list logo