]> granicus.if.org Git - postgresql/history - src/interfaces
Fix things so that updatable views work with partitioned tables.
[postgresql] / src / interfaces /
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2017-01-03 Bruce MomjianUpdate manual set of copyright files for 2017
2016-12-22 Michael MeskesFix buffer overflow on particularly named files and...
2016-12-11 Tom LaneUse "%option prefix" to set API names in ecpg's lexer.
2016-12-07 Tom LaneHandle empty or all-blank PAGER setting more sanely...
2016-12-05 Robert Haaslibpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b...
2016-12-01 Robert Haaslibpq: Fix inadvertent change in PQhost() behavior.
2016-11-29 Robert Haaslibpq: Add target_session_attrs parameter.
2016-11-22 Robert HaasCode review for commit 274bb2b3857cc987cfa21d14775cae9b...
2016-11-15 Tom LaneAllow DOS-style line endings in ~/.pgpass files.
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-11-03 Robert Haaslibpq: Allow connection strings and URIs to specify...
2016-10-20 Robert HaasRemove a comment which is now incorrect.
2016-10-10 Tom LaneIn PQsendQueryStart(), avoid leaking any left-over...
2016-10-07 Heikki LinnakangasClear OpenSSL error queue after failed X509_STORE_load_...
2016-10-07 Heikki LinnakangasDon't share SSL_CTX between libpq connections.
2016-09-25 Tom LaneRefer to OS X as "macOS", except for the port name...
2016-09-23 Heikki LinnakangasFix typo in comment.
2016-09-18 Heikki LinnakangasFix ecpg -? option on Windows, add -V alias for --version.
2016-09-15 Heikki LinnakangasFix building with LibreSSL.
2016-09-15 Heikki LinnakangasSupport OpenSSL 1.1.0.
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-08-29 Heikki LinnakangasRemove support for OpenSSL versions older than 0.9.8.
2016-08-26 Tom LaneAdd a nonlocalized version of the severity field to...
2016-08-16 Tom LaneAutomate the maintenance of SO_MINOR_VERSION for our...
2016-08-16 Tom LaneRemove separate version numbering for ecpg preprocessor.
2016-08-15 Tom LaneStamp shared-library minor version numbers for v10.
2016-08-15 Tom LaneStamp HEAD as 10devel.
2016-08-14 Tom LaneRemove bogus dependencies on NUMERIC_MAX_PRECISION.
2016-08-08 Peter EisentrautTranslation updates
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-08-05 Tom LaneTeach libpq to decode server version correctly from...
2016-08-03 Peter EisentrautSmall wording tweaks
2016-08-01 Michael MeskesFixed array checking code for "unsigned long long"...
2016-07-18 Peter EisentrautTranslation updates
2016-07-17 Tom LaneEstablish conventions about global object names used...
2016-06-20 Peter EisentrautTranslation updates
2016-06-13 Tom LaneRemove extraneous leading whitespace in Windows build...
2016-06-12 Noah MischFinish pgindent run for 9.6: Perl files.
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-09 Peter EisentrautTranslation updates
2016-04-23 Tom LaneRename strtoi() to strtoint().
2016-04-12 Tom LaneRemove unnecessary definition of _WIN64 in libpq/win32...
2016-04-11 Tom LaneFix two places that thought Windows64 is indicated...
2016-04-08 Peter EisentrautDistrust external OpenSSL clients; clear err queue
2016-04-05 Magnus HaganderFix typo
2016-04-03 Tom LaneAdd libpq support for recreating an error message with...
2016-04-01 Tom LaneFix oversight in getParamDescriptions(), and improve...
2016-03-29 Tom LaneAvoid possibly-unsafe use of Windows' FormatMessage...
2016-03-24 Tom LaneMove keywords.c/kwlookup.c into src/common/.
2016-03-19 Tom LaneTypo fix.
2016-03-19 Tom LaneBuild backend/parser/scan.l and interfaces/ecpg/preproc...
2016-03-16 Tom LaneBe more careful about out-of-range dates and timestamps.
2016-03-15 Robert HaasFix typos.
2016-03-09 Peter EisentrautHandle invalid libpq sockets in more places
2016-03-09 Peter Eisentrautecpg: Fix typo
2016-03-01 Robert HaasFix incorrect comment.
2016-02-27 Andrew DunstanRespect TEMP_CONFIG when pg_regress_check and friends...
2016-02-16 Michael MeskesChanged expected result to list IPv6 local interface...
2016-02-16 Michael MeskesChange ecpg lexer to accept comments with line breaks...
2016-02-01 Michael MeskesMake sure ecpg header files do not have a comment lasti...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Peter EisentrautRemove unnecessary escaping in C character literals
2015-12-14 Heikki LinnakangasFix out-of-memory error handling in ParameterDescriptio...
2015-12-01 Tom LaneUse "g" not "f" format in ecpg's PGTYPESnumeric_from_do...
2015-11-27 Tom LaneImprove PQhost() to return useful data for default...
2015-11-12 Tom LaneFix unwanted flushing of libpq's input buffer when...
2015-11-12 Robert Haaslibpq: Notice errors a backend may have sent just befor...
2015-11-07 Tom LaneRename PQsslAttributes() to PQsslAttributeNames(),...
2015-10-16 Michael MeskesFix order of arguments in ecpg generated typedef command.
2015-09-28 Tom LaneFix poor errno handling in libpq's version of our custo...
2015-09-21 Peter EisentrautFix whitespace
2015-09-17 Michael MeskesLet compiler handle size calculation of bool types.
2015-09-07 Greg StarkChange type of DOW/DOY to UNITS
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-08-13 Michael MeskesFix declaration of isarray variable.
2015-07-07 Heikki LinnakangasImprove handling of out-of-memory in libpq.
2015-06-30 Tom LaneStamp shared-library minor version numbers for 9.6.
2015-06-30 Tom LaneStamp HEAD as 9.6devel.
2015-06-29 Peter EisentrautTranslation updates
2015-06-15 Michael MeskesCheck for out of memory when allocating sqlca.
2015-06-15 Michael MeskesFix memory leak in ecpglib's connect function.
2015-06-12 Michael MeskesFixed some memory leaks in ECPG.
2015-06-12 Michael MeskesFix intoasc() in Informix compat lib. This function...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-19 Peter EisentrautMessage string improvements
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-18 Peter EisentrautAdd new files to nls.mk
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-24 Noah MischRemove obsolete -I options from ECPG library compilation.
2015-04-24 Noah MischBuild every ECPG library with -DFRONTEND.
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-04-10 Peter Eisentrautlibpq: Don't overwrite existing OpenSSL thread callbacks
2015-04-08 Bruce Momjianlibpq: add newlines to SSPI error messages
2015-04-08 Bruce Momjianlibpq: issue clear error message for nested service...
next