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
*
Further -Wimplicit-fallthrough cleanup.
Andres Freund
2018-05-01
1
-1
/
+2
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
2
-2
/
+4
*
perltidy: Add option --nooutdent-long-comments
Peter Eisentraut
2018-04-27
1
-17
/
+17
*
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-27
2
-3
/
+3
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
6
-22
/
+33
*
In libpq, free any partial query result before collecting a server error.
Tom Lane
2018-04-13
2
-2
/
+18
*
Revert MERGE patch
Simon Riggs
2018-04-12
1
-5
/
+4
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
5
-22
/
+7
*
Replace our traditional initial-catalog-data format with a better design.
Tom Lane
2018-04-08
1
-63
/
+2
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
6
-10
/
+11
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
1
-4
/
+5
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
1
-5
/
+4
*
Modified files for MERGE
Simon Riggs
2018-04-02
1
-4
/
+5
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
2
-2
/
+2
*
libpq: PQhost to return active connected host or hostaddr
Peter Eisentraut
2018-03-27
1
-12
/
+13
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
1
-1
/
+4
*
Fix whitespace
Peter Eisentraut
2018-03-22
2
-2
/
+2
*
Attempt to fix build with unusual OpenSSL versions
Peter Eisentraut
2018-03-20
1
-0
/
+8
*
Fix closing of incorrectly named cursor.
Michael Meskes
2018-03-17
3
-12
/
+6
*
Set libpq sslcompression to off by default
Peter Eisentraut
2018-03-17
2
-5
/
+5
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
1
-1
/
+1
*
Fixed compiler warnings in test case.
Michael Meskes
2018-03-14
3
-130
/
+132
*
Add Oracle like handling of char arrays.
Michael Meskes
2018-03-14
12
-5
/
+513
*
Fix double frees in ecpg.
Michael Meskes
2018-03-14
1
-1
/
+4
*
Set connection back to NULL after freeing it.
Michael Meskes
2018-03-13
1
-0
/
+3
*
Move strtoint() to common
Peter Eisentraut
2018-03-13
4
-20
/
+13
*
Change internal integer representation of Value node
Peter Eisentraut
2018-03-13
1
-6
/
+3
*
Trivial adjustments in preparation for bootstrap data conversion.
Tom Lane
2018-03-03
2
-2
/
+2
*
Refactor client-side SSL certificate checking code
Peter Eisentraut
2018-01-30
6
-187
/
+270
*
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-30
2
-6
/
+6
*
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-23
2
-14
/
+8
*
Move SSL API comments to header files
Peter Eisentraut
2018-01-23
2
-52
/
+67
*
Fix wording of "hostaddrs"
Magnus Hagander
2018-01-21
1
-1
/
+1
*
Cope with indicator arrays that do not have the correct length.
Michael Meskes
2018-01-13
1
-0
/
+10
*
Fix parsing of compatibility mode argument.
Michael Meskes
2018-01-12
1
-2
/
+2
*
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-04
1
-2
/
+7
*
Add missing includes
Peter Eisentraut
2018-01-04
1
-0
/
+1
*
Fix build with older OpenSSL versions
Peter Eisentraut
2018-01-04
1
-1
/
+1
*
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
3
-0
/
+96
*
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-04
3
-111
/
+85
*
Update copyright for 2018
Bruce Momjian
2018-01-02
35
-35
/
+35
*
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-19
5
-8
/
+32
*
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-18
2
-2
/
+1
*
Check channel binding flag at end of SCRAM exchange
Peter Eisentraut
2017-12-01
1
-0
/
+4
*
SQL procedures
Peter Eisentraut
2017-11-30
3
-5
/
+3
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
5
-12
/
+14
*
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-18
5
-49
/
+250
*
Add post-2010 ecpg tests to checktcp.
Noah Misch
2017-11-11
2
-57
/
+2
*
Make connect/test1 independent of localhost IPv6.
Noah Misch
2017-11-11
3
-7
/
+4
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
22
-54
/
+54
[next]