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
*
Here's a patch against 7.1.3 that fixes a problem with sending larger
Bruce Momjian
2002-03-05
4
-57
/
+128
*
Doug Fields patch to prevent exception being thrown on zero length arrays
Dave Cramer
2002-03-05
1
-1
/
+7
*
patch from Zhenbang Wei
Dave Cramer
2002-03-05
1
-73
/
+74
*
Patch from Ryouichi Matsuda
Dave Cramer
2002-03-05
2
-33
/
+51
*
patch from Mitchel Friedman to fix getTables
Dave Cramer
2002-03-05
2
-6
/
+20
*
patch from Vicktor to fix Numeric decimal digits in getColumns
Dave Cramer
2002-03-05
2
-15
/
+21
*
Back out python patch:
Bruce Momjian
2002-03-05
2
-174
/
+26
*
This patch to the python bindings adds C versions of the often-used
Bruce Momjian
2002-03-05
2
-26
/
+174
*
Add PQunescapeBytea libpq function.
Bruce Momjian
2002-03-04
2
-2
/
+94
*
Improve libpgeasy API for multiple result sets, add example.
Bruce Momjian
2002-03-04
2
-85
/
+123
*
Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.
Tom Lane
2002-03-04
1
-2
/
+2
*
Don't bother to request SSL connection over a Unix socket, since the
Tom Lane
2002-03-02
1
-4
/
+8
*
Add files for Unicode support.
Hiroshi Inoue
2002-03-01
6
-0
/
+1392
*
Improve the handling of ODBC escape(a request from Marcelo Aceto).
Hiroshi Inoue
2002-02-27
3
-23
/
+46
*
Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za>
Dave Cramer
2002-02-26
3
-4
/
+54
*
compiles correctly but still doesn't work with jdk 1.4
Dave Cramer
2002-02-24
1
-6
/
+7
*
Heimdal support (Kerberos V implementation from KTH)
Peter Eisentraut
2002-02-23
1
-2
/
+11
*
Add -Wno-error to CFLAGS, so the rest of the tree can compile with
Peter Eisentraut
2002-02-23
1
-1
/
+5
*
fixed compile error
Dave Cramer
2002-02-22
1
-6
/
+6
*
This patch fixes the exception thrown to inform the user the method
Dave Cramer
2002-02-22
1
-2
/
+60
*
Patch from Cormac Twomey
Dave Cramer
2002-02-22
1
-5
/
+11
*
Patch from Cormac Twomey
Dave Cramer
2002-02-22
1
-3
/
+4
*
now compiles clean with jdk 1.4
Dave Cramer
2002-02-22
1
-207
/
+234
*
Remove compile warnings in multibute mode.
Hiroshi Inoue
2002-02-18
2
-3
/
+3
*
The version is now 7.01.0010.
Hiroshi Inoue
2002-02-18
21
-600
/
+1263
*
Separate info30.c from info.c.
Hiroshi Inoue
2002-02-18
1
-0
/
+351
*
Add files for ODBC3.0 support.
Hiroshi Inoue
2002-02-18
3
-0
/
+618
*
Remove ODBC todo, add to main TODO.
Bruce Momjian
2002-02-18
1
-16
/
+0
*
Remove warning about automatic inclusion of sqlca.
Peter Eisentraut
2002-02-15
1
-6
/
+1
*
Update Win32-world version number of libpq++.
Peter Eisentraut
2002-01-30
1
-4
/
+4
*
Added patch to temporarily disable locale for descriptors too (Christof)
Michael Meskes
2002-01-23
3
-3
/
+16
*
libpq++/pgconnection.h must not include postgres_fe.h, else it fails to
Tom Lane
2002-01-22
1
-2
/
+1
*
Fixes to getImportedKeys/getExportedKeys from Jason Davies
Dave Cramer
2002-01-18
2
-108
/
+112
*
Accept subsequent commits. This should have been just a warning anyway. I
Michael Meskes
2002-01-18
2
-5
/
+14
*
Applied patch submitted by Ryouichi Matsuda (r-matuda@sra.co.jp) that fixed a...
Barry Lind
2002-01-15
2
-2
/
+23
*
Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbc
Barry Lind
2002-01-15
2
-6
/
+6
*
Ensure that ecpg/test is cleaned by higher-level 'make clean'.
Tom Lane
2002-01-14
1
-0
/
+1
*
Small AIX fixes from Rick Flower.
Bruce Momjian
2002-01-14
2
-2
/
+3
*
- Fixed variable handling for struct members.
Michael Meskes
2002-01-13
6
-19
/
+24
*
Added Christof's fixes.
Michael Meskes
2002-01-11
2
-5
/
+32
*
*** empty log message ***
Hiroshi Inoue
2002-01-11
55
-26833
/
+0
*
Add a directory to save the changes until 7.3-tree is branched.
Hiroshi Inoue
2002-01-11
55
-0
/
+26833
*
Include sqlca.h automatically.
Michael Meskes
2002-01-10
3
-6
/
+15
*
The result of getopt() should be compared to -1, not EOF, per
Tom Lane
2002-01-10
1
-4
/
+3
*
Fix include paths for case of VPATH build.
Tom Lane
2002-01-09
1
-2
/
+2
*
Fix copy-and-paste mistake exposed by gcc warning.
Tom Lane
2002-01-08
1
-4
/
+4
*
Revert last change (CFLAGS+=-g). Probably was a mistake...
Peter Eisentraut
2002-01-08
2
-6
/
+2
*
Remove shift/reduce conflicts introduced by last change.
Tom Lane
2002-01-08
1
-17
/
+9
*
Fixed array pointers, no longer using void * in arithmetics.
Michael Meskes
2002-01-08
5
-13
/
+17
*
Fixed parser to accept initializing expressions starting with "(".
Michael Meskes
2002-01-07
4
-6
/
+18
[next]