Apploed patch by MauMau to escape filenames in #line
statements.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/9ce9dfdb60aa7596bb219db02ccdbe2da855
Modified Files
--
src/interfaces/ecpg/preproc/output.c | 19 ---
1 file changed, 1
Applied patch by MauMau to escape filenames in #line
statements.
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/434943d57608c0d51490c7400363ede8c6a278f2
Modified Files
--
src/interfaces/ecpg/preproc/output.c | 19 ---
1 file cha
Applied patch by MauMau to escape filenames in #line
statements.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/2bb2a29c714293ba520d4332533ee62b7d774b28
Modified Files
--
src/interfaces/ecpg/preproc/output.c | 19 ---
1 file cha
Applied patch by MauMau to escape filenames in #line
statements.
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/da9fb7801d477c481c9265185be2192758db7743
Modified Files
--
src/interfaces/ecpg/preproc/output.c | 19 ---
1 file cha
Applied patch by MauMau to escape filenames in #line
statements.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/d0d71252395fe6f80d9871cf88e1d192d7db7ab4
Modified Files
--
src/interfaces/ecpg/preproc/output.c | 19 ---
1 file cha
Expose the estimation of number of changed tuples since last analyze
This value, now pg_stat_all_tables.n_mod_since_analyze, was already
tracked and used by autovacuum, but not exposed to the user.
Mark Kirkwood, review by Laurenz Albe
Branch
--
master
Details
---
http://git.postgresql.
> Expose the estimation of number of changed tuples since last analyze
>
> This value, now pg_stat_all_tables.n_mod_since_analyze, was already
> tracked and used by autovacuum, but not exposed to the user.
I though you agreed on a shorter name ? (n_mod_tuple ?)
--
Cédric Villemain +33 (0)6 20 30
On Fri, Jul 5, 2013 at 3:43 PM, Cédric Villemain wrote:
>> Expose the estimation of number of changed tuples since last analyze
>>
>> This value, now pg_stat_all_tables.n_mod_since_analyze, was already
>> tracked and used by autovacuum, but not exposed to the user.
>
> I though you agreed on a sho
Fix spelling error
Reported by Kevin Hale Boyes
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c3cb14de334e2c513d63a57387d217ee59cfb66d
Modified Files
--
doc/src/sgml/config.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgs
Le vendredi 5 juillet 2013 15:44:55, Magnus Hagander a écrit :
> On Fri, Jul 5, 2013 at 3:43 PM, Cédric Villemain
wrote:
> >> Expose the estimation of number of changed tuples since last analyze
> >>
> >> This value, now pg_stat_all_tables.n_mod_since_analyze, was already
> >> tracked and used b
Remove stray | character
Erikjan Rijkers
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/462b562ab294dc15d6a578ebf424020f0a54e835
Modified Files
--
doc/src/sgml/ref/copy.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via p
Remove stray | character
Erikjan Rijkers
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/8800d8061dd151d6556f5f8d58f8211fd830169f
Modified Files
--
doc/src/sgml/ref/copy.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql-co
Remove stray | character
Erikjan Rijkers
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/8a7de29002f5c111dbee94ffb98a8cd997ae30a9
Modified Files
--
doc/src/sgml/ref/copy.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via p
Remove stray | character
Erikjan Rijkers
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/456d37a0bfaf22ecd5c7e86778595278b32f43f8
Modified Files
--
doc/src/sgml/ref/copy.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via p
On Fri, Jul 5, 2013 at 4:23 PM, Cédric Villemain wrote:
> Le vendredi 5 juillet 2013 15:44:55, Magnus Hagander a écrit :
>> On Fri, Jul 5, 2013 at 3:43 PM, Cédric Villemain
> wrote:
>> >> Expose the estimation of number of changed tuples since last analyze
>> >>
>> >> This value, now pg_stat_all_
Use posix_fallocate() for new WAL files, where available.
This function is more efficient than actually writing out zeroes to
the new file, per microbenchmarks by Jon Nelson. Also, it may reduce
the likelihood of WAL file fragmentation.
Jon Nelson, with review by Andres Freund, Greg Smith and me.
Update messages, comments and documentation for materialized views.
All instances of the verbiage lagging the code. Back-patch to 9.3,
where materialized views were introduced.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/cf183732d2b2bda2f6fd927481f787ecb1
Update messages, comments and documentation for materialized views.
All instances of the verbiage lagging the code. Back-patch to 9.3,
where materialized views were introduced.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/02d2b694ee42a9e241d37ce67df122fff43d5bb9
PL/Python: Convert numeric to Decimal
The old implementation converted PostgreSQL numeric to Python float,
which was always considered a shortcoming. Now numeric is converted to
the Python Decimal object. Either the external cdecimal module or the
standard library decimal module are supported.
19 matches
Mail list logo