Log Message:
---
Remove columns info of dropped tables ASAP.
Modified Files:
--
psqlodbc:
descriptor.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/descriptor.c?r1=1.15&r2=1.16)
version.h (r1.216 -> r1.217)
Log Message:
---
Fix the bug reported by Alexandre([email protected]).
1. Don't discard the result of unnamed statements for later SQLDescribeCol or
SQLColAttribute calls.
2. Set rowstart_in_cache properly when closing eof cursors.
Modified Files:
--
psqlodbc:
Log Message:
---
Fix a compilation error etc when MULTITHREAD support is disabled.
Modified Files:
--
psqlodbc:
connection.h (r1.95 -> r1.96)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.h?r1=1.95&r2=1.96)
statement.c (r
Log Message:
---
Improve the handling of ARRAY type.
Modified Files:
--
psqlodbc:
pgtypes.c (r1.99 -> r1.100)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/pgtypes.c?r1=1.99&r2=1.100)
pgtypes.h (r1.40 -> r1.41)
(http://cvs.
Explain compatibility item about language names a bit more.
Since we've got an "open items" list item about this, apparently some
people are pretty worried about it.
In passing remove a lot of trailing whitespace.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/a598
Log Message:
---
Fix a bug about reference count handling for columns info (Bug report by
B.Goebel).
Modified Files:
--
psqlodbc:
version.h (r1.212 -> r1.213)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.212&r2=1.213)
Update example of process titles shown by "ps".
This example was quite old: it lacked the WAL writer and autovac launcher
as well as the more recently added checkpointer. Linux "ps" seems to show
slightly different stuff now too.
Branch
--
master
Details
---
http://git.postgresql.org/pg
Log Message:
---
Add a missing constant.
Modified Files:
--
psqlodbc:
version.h (r1.211 -> r1.212)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.211&r2=1.212)
pgapifunc.h (r1.27 -> r1.28)
(http://cvs.pgfoundr
Cosmetic adjustments for postmaster's handling of checkpointer.
Correct some comments, order some operations a bit more consistently.
No functional changes.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d0c231d13224621c2bd1e7e0466dd8000bdc1a02
Modified Files
-
PL/Python: Adjust the regression tests for Python 3.3
The string representation of ImportError changed. Remove printing
that; it's not necessary for the test.
The order in which members of a dict are printed changed. But this
was always implementation-dependent, so we have just been lucky for a
Fix contrib/citext's upgrade script to handle array and domain cases.
We previously recognized that citext wouldn't get marked as collatable
during pg_upgrade from a pre-9.1 installation, and hacked its
create-from-unpackaged script to manually perform the necessary catalog
adjustments. However,
Fix contrib/citext's upgrade script to handle array and domain cases.
We previously recognized that citext wouldn't get marked as collatable
during pg_upgrade from a pre-9.1 installation, and hacked its
create-from-unpackaged script to manually perform the necessary catalog
adjustments. However,
Prevent loss of init fork when truncating an unlogged table.
Fixes bug #6635, reported by Akira Kurosawa.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/1331cc6c1ad2beba7985523508d6722dc865c337
Modified Files
--
src/backend/catalog/heap.c | 32 +
Prevent loss of init fork when truncating an unlogged table.
Fixes bug #6635, reported by Akira Kurosawa.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/2ca6bac892aa650154f591c730359a968bea726a
Modified Files
--
src/backend/catalog/heap.c |
Remove extraneous #include "storage/proc.h"
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b762e8f50b3edefc0b8597dda46a18dc5e22b056
Modified Files
--
src/backend/utils/adt/xid.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
Sent via pgs
Remove extraneous #include "storage/proc.h"
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/f93e45d4071af89cf1b37c76fbd5976d11d77347
Modified Files
--
src/backend/utils/adt/xid.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
Sent
Remove extraneous #include "storage/proc.h"
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/329ee80f79b412915ba96f6896de15b6386b2b97
Modified Files
--
src/backend/utils/adt/xid.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
Sent
Ensure age() returns a stable value rather than the latest value
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/67ff11b42b2811c18fc9dfa54ded02303a082f7c
Modified Files
--
src/backend/access/transam/xact.c | 22 ++
src/backend/
Ensure age() returns a stable value rather than the latest value
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/1a4bc2db6cb80a6e52aed8f5a68b895231653d6c
Modified Files
--
src/backend/access/transam/xact.c | 22 ++
src/backend/
Ensure age() returns a stable value rather than the latest value
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b06679e01244d33304b71a6a44c7cc86173617b3
Modified Files
--
src/backend/access/transam/xact.c | 22 ++
src/backend/utils/a
On GiST page split, release the locks on child pages before recursing up.
When inserting the downlinks for a split gist page, we used hold the locks
on the child pages until the insertion into the parent - and recursively its
parent if it had to be split too - were all completed. Change that so th
On GiST page split, release the locks on child pages before recursing up.
When inserting the downlinks for a split gist page, we used hold the locks
on the child pages until the insertion into the parent - and recursively its
parent if it had to be split too - were all completed. Change that so th
22 matches
Mail list logo