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
*
Follow the RFCs more closely in libpq server certificate hostname check.
Heikki Linnakangas
2014-09-15
1
-4
/
+5
*
Support Subject Alternative Names in SSL server certificates.
Heikki Linnakangas
2014-09-12
3
-58
/
+202
*
Install libpq DLL with $(INSTALL_SHLIB).
Noah Misch
2014-08-18
1
-1
/
+1
*
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-08-18
1
-2
/
+3
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
7
-1380
/
+1621
*
Improve comment.
Heikki Linnakangas
2014-08-07
1
-3
/
+4
*
Translation updates
Peter Eisentraut
2014-07-21
6
-530
/
+553
*
Replace "internationalize" with "localize" where appropriate
Peter Eisentraut
2014-07-20
2
-2
/
+2
*
Remove dependency on wsock32.lib in favor of ws2_32
Magnus Hagander
2014-07-15
3
-5
/
+2
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
4
-5
/
+10
*
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-06-19
3
-51
/
+67
*
Stamp shared-library minor version numbers for 9.5.
Tom Lane
2014-06-10
5
-5
/
+5
*
Stamp HEAD as 9.5devel.
Tom Lane
2014-06-10
1
-4
/
+4
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
1
-1
/
+1
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
1
-1
/
+1
*
Fix spurious tab character
Peter Eisentraut
2014-05-21
1
-1
/
+1
*
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-05-08
4
-38
/
+31
*
Un-break ecpg test suite under --disable-integer-datetimes.
Noah Misch
2014-05-08
3
-5
/
+6
*
Include files copied from libpqport in .gitignore
Heikki Linnakangas
2014-05-08
1
-0
/
+2
*
Avoid buffer bloat in libpq when server is consistently faster than client.
Tom Lane
2014-05-07
1
-0
/
+32
*
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
6
-61
/
+61
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
42
-197
/
+212
*
Fix handling of array of char pointers in ecpglib.
Michael Meskes
2014-05-06
3
-3
/
+31
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
4
-4
/
+18
*
ecpg: Add additional files to .gitignore
Peter Eisentraut
2014-04-23
1
-0
/
+2
*
libpq: have PQconnectdbParams() and PQpingParams accept "" as default
Bruce Momjian
2014-04-19
1
-1
/
+1
*
Fix unused-variable warning on Windows.
Tom Lane
2014-04-17
1
-4
/
+9
*
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-04-16
6
-32
/
+16
*
Fix timeout in LDAP lookup of libpq connection parameters
Magnus Hagander
2014-04-16
1
-7
/
+39
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
2
-5
/
+30
*
Fix whitespace
Peter Eisentraut
2014-04-14
1
-2
/
+2
*
Several fixes to array handling in ecpg.
Michael Meskes
2014-04-09
11
-38
/
+556
*
ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.
Tom Lane
2014-04-05
1
-1
/
+1
*
libpq: pass a memory allocation failure error up to PQconndefaults()
Bruce Momjian
2014-03-20
2
-7
/
+16
*
Fix advertised dispsize for libpq's sslmode connection parameter.
Tom Lane
2014-03-16
1
-1
/
+1
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-1
/
+0
*
Fix whitespace
Peter Eisentraut
2014-03-03
2
-2
/
+2
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
6
-29
/
+115
*
Fix some missing .gitignore and "make clean" items in ecpg.
Tom Lane
2014-02-19
4
-3
/
+7
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
3
-3
/
+3
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
8
-29
/
+91
*
Improve libpq's error recovery for connection loss during COPY.
Tom Lane
2014-02-12
2
-12
/
+36
*
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-12
2
-2
/
+2
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
1
-1
/
+1
*
Fix makefile syntax.
Andrew Dunstan
2014-02-01
1
-3
/
+3
*
Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Andrew Dunstan
2014-02-01
1
-0
/
+9
*
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-31
1
-2
/
+4
*
Add checks for interval overflow/underflow
Bruce Momjian
2014-01-30
1
-0
/
+3
*
libpq: Support TLS versions beyond TLSv1.
Noah Misch
2014-01-24
1
-1
/
+8
*
Add libpq function PQhostaddr().
Fujii Masao
2014-01-24
3
-0
/
+10
[next]