]> granicus.if.org Git - postgresql/history - src/interfaces
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
[postgresql] / src / interfaces /
2017-12-01 Peter EisentrautCheck channel binding flag at end of SCRAM exchange
2017-11-30 Peter EisentrautSQL procedures
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-18 Peter EisentrautSupport channel binding 'tls-unique' in SCRAM
2017-11-11 Noah MischAdd post-2010 ecpg tests to checktcp.
2017-11-11 Noah MischMake connect/test1 independent of localhost IPv6.
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-07 Tom LaneFix unportable usage of <ctype.h> functions.
2017-11-06 Noah MischAdd a temp-install prerequisite to "check"-like targets...
2017-11-04 Peter Eisentrautecpg: Use bool instead of int
2017-11-04 Peter Eisentrautecpg: Remove useless return values
2017-11-03 Michael MeskesImprove error message for incorrect number inputs in...
2017-11-02 Michael MeskesFix float parsing in ecpg INFORMIX mode.
2017-11-01 Michael MeskesMake sure ecpglib does accepts digits behind decimal...
2017-10-26 Michael MeskesFixed handling of escape character in libecpg.
2017-10-25 Tom LaneFix libpq to not require user's home directory to exist.
2017-10-16 Peter EisentrautExclude flex-generated code from coverage testing
2017-10-11 Tom LaneAdd port/strnlen support to libpq and ecpg Makefiles.
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-09-12 Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-08 Peter EisentrautRemove useless dead code
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-09-05 Tom LaneIn psql, use PSQL_PAGER in preference to PAGER, if...
2017-08-29 Tom LaneTeach libpq to detect integer overflow in the row count...
2017-08-26 Michael MeskesChanged order of statements and added an additiona...
2017-08-26 Michael MeskesMake setlocale in ECPG test cases thread aware on Windows.
2017-08-25 Tom LaneFix locale dependency in new ecpg test case.
2017-08-25 Michael MeskesImplement DO CONTINUE action for ECPG WHENEVER statement.
2017-08-23 Peter EisentrautTweak some SCRAM error messages and code comments
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-08-15 Michael MeskesAllow continuation lines in ecpg cppline parsing.
2017-08-14 Tom LaneStamp HEAD as 11devel.
2017-08-14 Michael MeskesChanged ecpg parser to allow RETURNING clauses without...
2017-08-07 Peter EisentrautTranslation updates
2017-08-04 Peter EisentrautMessage style improvements
2017-08-03 Peter EisentrautAdd new files to nls.mk and add translation markers
2017-07-10 Alvaro HerreraTranslation updates
2017-07-10 Heikki LinnakangasFix check for empty hostname.
2017-07-10 Heikki LinnakangasAllow multiple hostaddrs to go with multiple hostnames.
2017-06-28 Tom LaneSecond try at fixing tcp_keepalives_idle option on...
2017-06-27 Tom LaneSupport tcp_keepalives_idle option on Solaris.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-15 Peter EisentrautFix typo in code comment
2017-06-13 Tom LaneRe-run pgindent.
2017-06-13 Peter Eisentrautlibpq: Message style improvements
2017-06-09 Heikki LinnakangasSilence warning about uninitialized 'ret' variable...
2017-06-09 Heikki LinnakangasGive a better error message on invalid hostaddr option.
2017-06-09 Heikki LinnakangasFix script name in README.
2017-06-07 Heikki LinnakangasClear auth context correctly when re-connecting after...
2017-06-07 Heikki LinnakangasFix double-free bug in GSS authentication.
2017-05-25 Peter EisentrautFix whitespace
2017-05-23 Heikki LinnakangasVerify that the server constructed the SCRAM nonce...
2017-05-23 Michael MeskesSynced ecpg's pg_type.h with the one used in the backend.
2017-05-19 Robert Haaslibpq: Try next host if one of them times out.
2017-05-19 Robert HaasCapitalize SHOW when testing whether target_session_att...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-05-15 Peter EisentrautTranslation updates
2017-05-08 Noah MischRestore PGREQUIRESSL recognition in libpq.
2017-05-08 Heikki LinnakangasRemove support for password_encryption='off' / 'plain'.
2017-05-07 Heikki LinnakangasFix memory leaks if random salt generation fails.
2017-05-05 Heikki LinnakangasMisc cleanup of SCRAM code.
2017-05-04 Heikki LinnakangasFix PQencryptPasswordConn to work with older server...
2017-05-03 Heikki LinnakangasAdd PQencryptPasswordConn function to libpq, use it...
2017-05-01 Robert Haaslibpq: Fix inadvertent change in .pgpass lookup behavior.
2017-04-28 Heikki LinnakangasMisc SCRAM code cleanups.
2017-04-23 Andres FreundDon't include sys/poll.h anymore.
2017-04-22 Tom LanePartially revert commit 536d47bd9d5fce8d91929bee3128fa1...
2017-04-21 Tom LaneRemove long-obsolete catering for platforms without...
2017-04-20 Tom LaneAdd missing erand48.c to libpq/.gitignore.
2017-04-14 Peter EisentrautRemove trailing spaces in some output
2017-04-13 Heikki LinnakangasImprove the SASL authentication protocol.
2017-04-13 Heikki LinnakangasRefactor libpq authentication request processing.
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-04-11 Magnus HaganderRemove support for bcc and msvc standalone libpq builds
2017-04-08 Tom LaneAdd newly-symlinked files to "make clean" target.
2017-04-07 Heikki LinnakangasUse SASLprep to normalize passwords for SCRAM authentic...
2017-04-06 Heikki LinnakangasRemove bogus SCRAM_ITERATION_LEN constant.
2017-03-31 Magnus HaganderFix typo in comment
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-03-20 Tom LaneAdd missed "make clean" logic in src/interfaces/libpq...
2017-03-18 Michael MeskesFix schedule of ecpg test files to only try two-phase...
2017-03-14 Peter Eisentrautecpg: Improve some variable names
2017-03-14 Peter EisentrautSpelling fixes
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-14 Robert HaasUpdate .gitignore
2017-03-13 Michael MeskesAdd test case for two phase commit. Also by Masahiko...
2017-03-13 Michael MeskesEcpg should support COMMIT PREPARED and ROLLBACK PREPARED.
2017-03-10 Michael MeskesFix a potential double-free in ecpg.
2017-03-09 Tom LaneFix inclusions of postgres_fe.h from .h files.
2017-03-07 Heikki LinnakangasA collection of small fixes for the SCRAM patch.
2017-03-07 Heikki LinnakangasFix comments in SCRAM-SHA-256 patch.
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-24 Tom LaneSuppress compiler warnings in ecpg test on newer Window...
next