Log Message:
---
Fix bogus calculation of potential output string length in translate().
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
oracle_compat.c (r1.43 -> r1.43.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bac
Log Message:
---
Fix bogus calculation of potential output string length in translate().
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
oracle_compat.c (r1.64 -> r1.64.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bac
Log Message:
---
Fix bogus calculation of potential output string length in translate().
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
oracle_compat.c (r1.67.2.1 -> r1.67.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src
Log Message:
---
Fix bogus calculation of potential output string length in translate().
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
oracle_compat.c (r1.48 -> r1.48.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bac
Log Message:
---
Fix bogus calculation of potential output string length in translate().
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
oracle_compat.c (r1.57.4.2 -> r1.57.4.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src
Log Message:
---
Fix bogus calculation of potential output string length in translate().
Modified Files:
--
pgsql/src/backend/utils/adt:
oracle_compat.c (r1.72 -> r1.73)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/oracle_compat.c
Log Message:
---
Parenthesize macro arguments safely. I see no bug among the current
uses of PG_DETOAST_DATUM_SLICE, but it's clearly trouble waiting to
happen.
Modified Files:
--
pgsql/src/include:
fmgr.h (r1.53 -> r1.54)
(http://developer.postgresql.org/
Log Message:
---
Although I'd misdiagnosed the reason for the recent failures on
buildfarm member grebe, I see no reason to revert the 1-byte-header-friendly
changes I made in varlena.c. Instead, tweak the code a little bit to
get more advantage out of that.
Modified Files:
--
Log Message:
---
Doh --- what's really happening on buildfarm member grebe is that its
malloc returns NULL for malloc(0). Defend against that case.
Modified Files:
--
pgsql/src/backend/utils/adt:
regexp.c (r1.74 -> r1.75)
(http://developer.postgresql.org/c
Log Message:
---
Go back to using a separate method for doing ILIKE for single byte
character encodings that doesn't involve calling lower(). This should
cure the performance regression in this case complained of by Guillaume
Smet. It still leaves the horrid performance for multi-byte encod
Log Message:
---
Fix varlena.c routines to allow 1-byte-header text values. This is now
demonstrably necessary for text_substring() since regexp_split functions
may pass it such a value; and we might as well convert the whole file
at once. Per buildfarm results (though I wonder why most m
Log Message:
---
Fix regex, LIKE, and some other second-rank text-manipulation functions
to not cause needless copying of text datums that have 1-byte headers.
Greg Stark, in response to performance gripe from Guillaume Smet and
ITAGAKI Takahiro.
Modified Files:
--
pgsql/sr
Log Message:
---
Improve handling of prune/no-prune decisions by storing a page's oldest
unpruned XMAX in its header. At the cost of 4 bytes per page, this keeps us
from performing heap_page_prune when there's no chance of pruning anything.
Seems to be necessary per Heikki's preliminary pe
Log Message:
---
Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, rather than
TransactionIdDidAbort, when handling the case that xmin is one of the current
transaction's XIDs and the tuple has been deleted. xmax must also be one of
the current transaction's XIDs, since no
Log Message:
---
Make some simple performance improvements in TransactionIdIsInProgress().
For XIDs of our own transaction and subtransactions, it's cheaper to ask
TransactionIdIsCurrentTransactionId() than to look in shared memory.
Also, the xids[] work array is always the same size within
Log Message:
---
Fix comments that misspelled TransactionIdIsInProgress, per Heikki.
Modified Files:
--
pgsql/src/backend/access/transam:
twophase.c (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c?r1=
Log Message:
---
moved PGSimpleDataSource to jdbc3
Added Files:
---
jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds:
PGSimpleDataSource.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc3/src/main/java/org/postgres
Update of
/cvsroot/jdbccache/jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds
In directory pgfoundry.org:/tmp/cvs-serv44650/ds
Log Message:
Directory
/cvsroot/jdbccache/jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds
added to the repository
---(end of br
Log Message:
---
extend JDBC23 instead of JDBC4 DataSource
Modified Files:
--
jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a:
AbstractWrapperConnection.java (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccach
Log Message:
---
Removed superfluous ECPGfree() call.
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
execute.c (r1.68 -> r1.69)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c?r1=1.68&r2=1.69)
Log Message:
---
MPP-1829. loader would crash with core dump and not notify of load stats when
hard database failure happened. New loader version 2.0.22
Modified Files:
--
bizgres/loader/src/com/deepgreen/loader:
DGLoaderProperties.java (r1.21 -> r1.22)
(h
21 matches
Mail list logo