index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Commit message (
Expand
)
Author
Age
*
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-09-28
*
Fix whitespace
Peter Eisentraut
2015-09-21
*
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-19
*
Change type of DOW/DOY to UNITS
Greg Stark
2015-09-07
*
Fix declaration of isarray variable.
Michael Meskes
2015-08-13
*
Translation updates
Peter Eisentraut
2015-08-03
*
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-07-07
*
Translation updates
Peter Eisentraut
2015-06-28
*
Check for out of memory when allocating sqlca.
Michael Meskes
2015-06-15
*
Fix memory leak in ecpglib's connect function.
Michael Meskes
2015-06-15
*
Fixed some memory leaks in ECPG.
Michael Meskes
2015-06-12
*
Fix intoasc() in Informix compat lib. This function used to be a noop.
Michael Meskes
2015-06-12
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
*
Message string improvements
Peter Eisentraut
2015-05-18
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
*
Add new files to nls.mk
Peter Eisentraut
2015-05-17
*
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-29
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Remove obsolete -I options from ECPG library compilation.
Noah Misch
2015-04-24
*
Build every ECPG library with -DFRONTEND.
Noah Misch
2015-04-24
*
Improve speed of make check-world
Peter Eisentraut
2015-04-23
*
libpq: Don't overwrite existing OpenSSL thread callbacks
Peter Eisentraut
2015-04-09
*
libpq: add newlines to SSPI error messages
Bruce Momjian
2015-04-08
*
libpq: issue clear error message for nested service files
Bruce Momjian
2015-04-08
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-02
*
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Fix libpq test expected output file
Alvaro Herrera
2015-03-11
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Clean up the mess from => patch.
Tom Lane
2015-03-10
*
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
*
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-03-09
*
Cast to (void *) rather than (int *) when passing int64's to PQfn().
Tom Lane
2015-03-08
*
Fix documentation for libpq's PQfn().
Tom Lane
2015-03-08
*
Remove null-pointer checks that are not needed.
Michael Meskes
2015-02-25
*
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-24
*
Fix potential deadlock with libpq non-blocking mode.
Heikki Linnakangas
2015-02-23
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Minor code beautification in conninfo_uri_parse_params().
Tom Lane
2015-02-21
*
Fix misparsing of empty value in conninfo_uri_parse_params().
Tom Lane
2015-02-21
*
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-21
*
Fix comment in libpq OpenSSL code about why a substitue BIO is used.
Heikki Linnakangas
2015-02-16
*
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
*
This routine was calling ecpg_alloc to allocate to memory but did not
Michael Meskes
2015-02-05
[next]