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
*
Translation updates
Peter Eisentraut
2013-12-02
3
-14
/
+14
*
ECPG: Fix searching for quoted cursor names case-sensitively.
Michael Meskes
2013-11-27
3
-3
/
+3
*
ECPG: Fix offset to NULL/size indicator array.
Michael Meskes
2013-11-26
1
-3
/
+3
*
ECPG: Simplify free_variable()
Michael Meskes
2013-11-26
1
-7
/
+2
*
ECPG: Add EXEC SQL CLOSE C to the tests.
Michael Meskes
2013-11-26
6
-74
/
+101
*
ECPG: Free the malloc()'ed variables in the test so it comes out clean on
Michael Meskes
2013-11-26
3
-10
/
+16
*
ECPG: Make the preprocessor emit ';' if the variable type for a list of
Michael Meskes
2013-11-26
1
-1
/
+6
*
More improvement to comment parsing in ecpg.
Michael Meskes
2013-11-25
1
-2
/
+6
*
Fix ecpg parsing of sizeof().
Michael Meskes
2013-11-25
1
-14
/
+14
*
Allow C array definitions to use sizeof().
Michael Meskes
2013-11-24
1
-0
/
+5
*
Distinguish between C and SQL mode for C-style comments.
Michael Meskes
2013-11-24
1
-12
/
+27
*
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2013-11-19
9
-72
/
+85
*
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-18
1
-11
/
+11
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
18
-41
/
+38
*
Fix ECPG compiler warning.
Robert Haas
2013-11-09
1
-1
/
+1
*
Changed test case slightly so it doesn't have an unused typedef.
Michael Meskes
2013-11-03
3
-14
/
+19
*
Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.
Tom Lane
2013-10-25
1
-55
/
+110
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
3
-11
/
+22
*
Translation updates to fix build failures
Peter Eisentraut
2013-10-13
1
-3
/
+3
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
3
-20
/
+15
*
Translation updates
Peter Eisentraut
2013-10-07
12
-324
/
+413
*
Fix SSL deadlock risk in libpq
Stephen Frost
2013-09-23
1
-2
/
+22
*
Return error if allocation of new element was not possible.
Michael Meskes
2013-09-08
1
-2
/
+9
*
Close file to no leak file descriptor memory. Found by Coverity.
Michael Meskes
2013-09-08
1
-0
/
+1
*
Translation updates
Peter Eisentraut
2013-09-02
9
-2811
/
+429
*
Fix some "translator:" comments mangled by pgindent
Alvaro Herrera
2013-08-27
1
-130
/
+52
*
Translation updates
Peter Eisentraut
2013-08-18
7
-947
/
+1112
*
libpq: Report strerror on pthread_mutex_lock() failure
Peter Eisentraut
2013-08-17
1
-6
/
+14
*
Improve handling of pthread_mutex_lock error case
Stephen Frost
2013-08-01
1
-1
/
+13
*
Add locking around SSL_context usage in libpq
Stephen Frost
2013-08-01
1
-3
/
+53
*
Sync ECPG with WITH ORDINALITY changes
Greg Stark
2013-07-29
5
-36
/
+10
*
Check for NULL result from strdup
Alvaro Herrera
2013-07-23
1
-1
/
+11
*
ecpg: Move function prototype into header file
Peter Eisentraut
2013-07-22
3
-6
/
+4
*
Initialize day of year value.
Michael Meskes
2013-07-19
5
-5
/
+20
*
Fix PQconninfoParse error message handling
Peter Eisentraut
2013-07-15
1
-1
/
+1
*
Also escape double quotes for ECPG's #line statement.
Michael Meskes
2013-07-06
1
-2
/
+2
*
Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...
Michael Meskes
2013-07-05
1
-3
/
+16
*
ecpg: Consistently use mm_strdup()
Peter Eisentraut
2013-06-29
3
-6
/
+6
*
Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.
Tom Lane
2013-06-27
1
-2
/
+3
*
Stamp shared-library minor version numbers for 9.4.
Tom Lane
2013-06-14
5
-5
/
+5
*
Stamp HEAD as 9.4devel.
Tom Lane
2013-06-14
1
-4
/
+4
*
Additional spelling corrections
Stephen Frost
2013-06-03
1
-1
/
+1
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
1
-1
/
+0
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
13
-21
/
+15
*
Translation updates
Peter Eisentraut
2013-05-05
33
-3874
/
+8467
*
Attempt to fix error recovery in COPY BOTH mode.
Robert Haas
2013-04-29
1
-15
/
+16
*
libpq: Fix a few bits that didn't get the memo about COPY BOTH.
Robert Haas
2013-04-26
1
-4
/
+8
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
1
-2
/
+2
*
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-18
2
-2
/
+2
*
Revert "ecpg: Don't link compatlib with libpq"
Peter Eisentraut
2013-03-31
1
-1
/
+1
[next]