index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Informix "database" command.
Michael Meskes
2003-02-17
3
-5
/
+15
*
In Informix mode ecpg should still be able to parse preprocessor directives.
Michael Meskes
2003-02-14
1
-4
/
+142
*
- Synced parser and keyword file.
Michael Meskes
2003-02-14
10
-97
/
+142
*
Fix some of the breakage from the IPV6 patch.
Tom Lane
2003-02-14
1
-51
/
+87
*
Just intermediate results for backup reasons.
Michael Meskes
2003-02-13
2
-16
/
+117
*
Suppress gcc warning.
Tom Lane
2003-02-13
2
-3
/
+5
*
- Applied error reporting patch by Matthew Vanecek
Michael Meskes
2003-02-13
9
-26
/
+116
*
Applied patch to update translation file, submitted by Zhenbang Wei
Barry Lind
2003-02-12
1
-70
/
+72
*
Patch to messages file from Holger Klawitter to add a missing message.
Barry Lind
2003-02-12
3
-8
/
+10
*
upped build# to 201
Barry Lind
2003-02-09
1
-1
/
+1
*
Better error message on character set mismatches during conversion to unicode.
Barry Lind
2003-02-09
3
-33
/
+43
*
applied Kris Jurka's patch for numeric
Dave Cramer
2003-02-07
1
-1
/
+1
*
patch from Oliver Jowett to implement some of the jdbc3 methods
Dave Cramer
2003-02-05
1
-1
/
+51
*
Applied Kris Jurkas patch to fix rollback and SQLException
Dave Cramer
2003-02-04
1
-4
/
+6
*
applied patch from Oliver Jowett
Dave Cramer
2003-02-04
1
-5
/
+5
*
Two patches from Kris Jurka. One fixes a problem with incorrect type for double
Barry Lind
2003-02-04
1
-4
/
+7
*
Patch from Nic Ferrier to add support for result sets being cursor based
Barry Lind
2003-02-04
26
-231
/
+428
*
#ifdef out stuff that shouldn't be compiled when not USE_SSL.
Tom Lane
2003-02-03
1
-1
/
+5
*
Move pg_service.conf.sample to /interfaces/libpq.
Bruce Momjian
2003-02-03
2
-1
/
+18
*
Prevent core dump from calling Tcl_DontCallWhenDeleted() with a null
Tom Lane
2003-02-01
1
-3
/
+4
*
Apply ljb's patch to prevent both memory leak and core dump during
Tom Lane
2003-02-01
1
-9
/
+11
*
Fix regression in .pgpass support. From Neil Conway.
Tom Lane
2003-01-30
1
-19
/
+28
*
Guard against array overrun, per report from Yichen Xie. This case
Tom Lane
2003-01-29
1
-1
/
+12
*
added fix from Joel Hock to get the inserted row into the current buffer
Dave Cramer
2003-01-23
1
-1
/
+2
*
Synced parser.
Michael Meskes
2003-01-21
2
-36
/
+70
*
Bumped up build number to 200
Barry Lind
2003-01-14
1
-1
/
+1
*
Patch from Florian Wunderlich to correctly support java Timestamps. Previously
Barry Lind
2003-01-14
2
-35
/
+83
*
Patch from Aaron Mulder to have pooled connections implement PGConnection
Barry Lind
2003-01-14
2
-4
/
+24
*
Patch from Kris Jurka to improve the performance of getImportedKeys().
Barry Lind
2003-01-14
2
-117
/
+56
*
Clean ip.c.
Peter Eisentraut
2003-01-10
1
-2
/
+2
*
The second was that renegotiation was just plain broken. I can't
Bruce Momjian
2003-01-08
1
-1
/
+3
*
I was playing around with 7.3.1 and found some more SSL problems. The
Bruce Momjian
2003-01-08
1
-2
/
+2
*
Fix pgpass to work with PQconnectDB().
Bruce Momjian
2003-01-08
1
-4
/
+4
*
Only set the database name if we find a match in the services file.
Bruce Momjian
2003-01-08
1
-8
/
+12
*
Correction to last patch. As per the DB-API spec, we need to return None
D'Arcy J.M. Cain
2003-01-08
1
-1
/
+1
*
Fix various places where global s/NOTICE/WARNING/ was applied with too
Tom Lane
2003-01-07
2
-6
/
+6
*
Document libpq service capability, and add sample file.
Bruce Momjian
2003-01-07
1
-7
/
+4
*
Enable IPv6 libpq 'hostaddr' addresses. Update docs.
Bruce Momjian
2003-01-06
1
-4
/
+3
*
Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries
Bruce Momjian
2003-01-06
2
-77
/
+160
*
Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as
Tom Lane
2002-12-30
4
-95
/
+105
*
Attached is a patch to provide makefiles, etc. to allow the compilation
Bruce Momjian
2002-12-30
3
-0
/
+244
*
Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad
Tom Lane
2002-12-30
1
-2
/
+2
*
Add missing slash to python install path.
Bruce Momjian
2002-12-30
1
-1
/
+1
*
case sensitive updates by Kris Jurka
Dave Cramer
2002-12-23
1
-4
/
+17
*
mike beachy's patch for statement handling
Dave Cramer
2002-12-20
2
-4
/
+82
*
patch for null table in getPrimaryKeys
Dave Cramer
2002-12-20
1
-3
/
+5
*
pgindent fe-connect.c --- done to make IPv6 patch easier to apply.
Bruce Momjian
2002-12-19
1
-109
/
+118
*
From the SSL_CTX_new man page:
PostgreSQL Daemon
2002-12-18
1
-2
/
+2
*
Increment libpq major number for 7.3.1 and minor for 7.4.
Bruce Momjian
2002-12-13
1
-3
/
+3
*
Protect from null param on ecpg disconnect, verified by Roland Karch
Bruce Momjian
2002-12-13
1
-84
/
+85
[next]