| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* in PostgreSQL 8.3.1 Release note
Make encode(bytea, 'escape') convert all high-bit-set byte values into \nnn octal escape sequences (Tom)
This is necessary to avoid encoding problems when the database encoding is multi-byte. This change could pose compatibility issues for applications that are expecting specific results from encode.
but pyPgSQL escape bytea encode as it's own implementments. PostgreSQL says that it may make failure(see PQescapeBytea documentation).
in PQescapeBytea function documentation:
"The only difference from PQescapeByteaConn is that PQescapeBytea does not take a PGconn parameter. Because of this, it cannot adjust its behavior depending on the connection properties (in particular, whether standard-conforming strings are enabled) and therefore it might give the wrong results. Also, it has no way to return an error message on failure."
Patch is included upstream already
PR: ports/122616
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
|
| |
|
|
| |
starting with D
|
| |
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
| |
|
|
| |
Noticed by: sat
|
| |
|
|
|
|
|
|
|
|
|
| |
- Use DOCSDIR, EXAMPLESDIR in pkg-plist
- Things under EXAMPLESDIR should not be controlled by NOPORTDOCS
- Minor fix to pet portlint(1)
- Grab maintainership for python@
- Bump PORTREVISION
PR: ports/113876 [1]
Submitted by: Greg Skafte <skafte AT trollkarl.net>
|
| |
|
|
| |
Approved by: delphij (mentor, implicit)
|
| |
|
|
|
|
| |
ports so far!
PR: ports/78088
|
| |
|
|
|
|
|
|
| |
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
|
| |
|
|
| |
(Part 2)
|
| |
|
|
|
| |
PR: 55084
Submitted by: Gerhard Haering <gh@ghaering.de>
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: 46099
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
Use tab in place of whitespace as well.
PR: ports/43570
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
- updated maintainer email address
- use REINPLACE instead of PERL
PR: 42560
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
--
also make a cosmetic change
space -> tabs
INSTALL_MAN -> INSTALL_DATA for installing port docs
perl -> ${PERL}
PR: 39051
Submitted by: maintainer
|
| | |
|
| |
|
|
|
| |
PR: 36102
Submitted by: maintainer
|
| |
|
|
|
| |
PR: ports/31887
Submitted by: Gerhard Häring <gerhard@bigfoot.de> (maintainer)
|
|
|
databases
PR: 31705
Submitted by: Gerhard Häring <gerhard@bigfoot.de>
|