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
*
Fix typo
Magnus Hagander
2016-04-05
1
-1
/
+1
*
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2016-04-03
5
-75
/
+168
*
Fix oversight in getParamDescriptions(), and improve comments.
Tom Lane
2016-04-01
1
-3
/
+16
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
1
-1
/
+3
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
4
-10
/
+17
*
Typo fix.
Tom Lane
2016-03-19
1
-1
/
+1
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
3
-14
/
+15
*
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
2
-10
/
+24
*
Fix typos.
Robert Haas
2016-03-15
3
-3
/
+3
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
1
-1
/
+1
*
ecpg: Fix typo
Peter Eisentraut
2016-03-08
4
-4
/
+4
*
Fix incorrect comment.
Robert Haas
2016-03-01
1
-2
/
+2
*
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-27
1
-2
/
+2
*
Changed expected result to list IPv6 local interface too.
Michael Meskes
2016-02-16
1
-1
/
+4
*
Change ecpg lexer to accept comments with line breaks in CPP lines.
Michael Meskes
2016-02-16
1
-1
/
+1
*
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2016-02-01
2
-4
/
+4
*
Update copyright for 2016
Bruce Momjian
2016-01-02
34
-34
/
+34
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
1
-2
/
+2
*
Fix out-of-memory error handling in ParameterDescription message processing.
Heikki Linnakangas
2015-12-14
1
-11
/
+53
*
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-12-01
1
-2
/
+3
*
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-27
2
-5
/
+7
*
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
Tom Lane
2015-11-12
5
-27
/
+37
*
libpq: Notice errors a backend may have sent just before dying.
Robert Haas
2015-11-12
1
-8
/
+8
*
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-11-07
4
-8
/
+8
*
Fix order of arguments in ecpg generated typedef command.
Michael Meskes
2015-10-16
1
-1
/
+1
*
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-09-28
1
-8
/
+16
*
Fix whitespace
Peter Eisentraut
2015-09-21
1
-2
/
+1
*
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-17
2
-27
/
+4
*
Change type of DOW/DOY to UNITS
Greg Stark
2015-09-07
1
-3
/
+3
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
5
-5
/
+36
*
Fix declaration of isarray variable.
Michael Meskes
2015-08-13
2
-2
/
+2
*
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-07-07
2
-31
/
+83
*
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-30
5
-5
/
+5
*
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-30
1
-4
/
+4
*
Translation updates
Peter Eisentraut
2015-06-28
4
-389
/
+354
*
Check for out of memory when allocating sqlca.
Michael Meskes
2015-06-15
7
-1
/
+104
*
Fix memory leak in ecpglib's connect function.
Michael Meskes
2015-06-15
1
-0
/
+3
*
Fixed some memory leaks in ECPG.
Michael Meskes
2015-06-12
3
-5
/
+15
*
Fix intoasc() in Informix compat lib. This function used to be a noop.
Michael Meskes
2015-06-12
1
-2
/
+6
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
8
-81
/
+88
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
1
-2
/
+2
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
9
-27
/
+9
*
Message string improvements
Peter Eisentraut
2015-05-18
1
-1
/
+1
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
9
-9
/
+27
*
Add new files to nls.mk
Peter Eisentraut
2015-05-17
1
-1
/
+1
*
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-29
1
-1
/
+1
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
2
-2
/
+2
*
Add transforms feature
Peter Eisentraut
2015-04-26
3
-6
/
+3
*
Remove obsolete -I options from ECPG library compilation.
Noah Misch
2015-04-24
2
-2
/
+2
[next]