]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-10-17  Peter EisentrautDon't use SGML empty tags
2017-10-17  Alvaro HerreraREASSIGN OWNED BY doc: s/privileges/membership/
2017-10-16  Tom LaneFix incorrect handling of CTEs and ENRs as DML target...
2017-10-16  Peter EisentrautExclude flex-generated code from coverage testing
2017-10-16  Tom LaneTreat aggregate direct arguments as per-agg data not...
2017-10-16  Tom LaneAllow the built-in ordered-set aggregates to share...
2017-10-16  Tom LaneRepair breakage of aggregate FILTER option.
2017-10-16  Alvaro HerreraRework DefineIndex relkind check
2017-10-15  Tom LaneRestore nodeAgg.c's ability to check for improperly...
2017-10-15  Peter Eisentrautdoc: Postgres -> PostgreSQL
2017-10-14  Tom Lanegcc's support for __attribute__((noinline)) hasn't...
2017-10-14  Tom LaneExplicitly track whether aggregate final functions...
2017-10-14  Peter EisentrautReinstate genhtml --prefix option for non-vpath builds
2017-10-13  Joe ConwayAdd missing options to pg_regress help() output
2017-10-13  Andres FreundImprove sys/catcache performance.
2017-10-13  Andres FreundAdd pg_noinline macro to c.h.
2017-10-13  Andres FreundForce "restrict" not to be used when compiling with...
2017-10-13  Robert HaasFix possible crash with Parallel Bitmap Heap Scan.
2017-10-13  Tom LaneImprove implementation of CRE-stack-flattening in map_v...
2017-10-13  Tom LaneRely on sizeof(typename) rather than sizeof(variable...
2017-10-13  Peter EisentrautAttempt to fix LDAP build
2017-10-13  Peter EisentrautLog diagnostic messages if errors occur during LDAP...
2017-10-13  Peter EisentrautImprove LDAP cleanup code in error paths.
2017-10-12  Andres FreundUse C99 restrict via pg_restrict, rather than restrict...
2017-10-12  Robert HaasAvoid coercing a whole-row variable that is already...
2017-10-12  Robert HaasUse ResultRelInfo ** rather than ResultRelInfo * for...
2017-10-12  Tom LaneFix AggGetAggref() so it won't lie to aggregate final...
2017-10-12  Robert HaasSynchronize error messages.
2017-10-12  Tom LaneDoc: fix typo in release notes.
2017-10-12  Alvaro HerreraInfer functional dependency past RelabelType
2017-10-12  Robert HaasFix logical replication to fire BEFORE ROW DELETE triggers.
2017-10-12  Andres FreundReplace remaining uses of pq_sendint with pq_sendint...
2017-10-12  Tom LanePrevent sharing transition states between ordered-set...
2017-10-12  Andres FreundTemporary attempt at a workaround for further MSVC...
2017-10-12  Andres FreundWork around overly strict restrict checks by MSVC.
2017-10-12  Andres FreundImprove performance of SendRowDescriptionMessage.
2017-10-11  Robert Haaspg_stat_statements: Widen query IDs from 32 bits to...
2017-10-11  Andres FreundUse one stringbuffer for all rows printed in printtup.c.
2017-10-11  Andres FreundAdd more efficient functions to pqformat API.
2017-10-11  Andres FreundAllow to avoid NUL-byte management for stringinfos...
2017-10-11  Andres FreundAdd configure infrastructure to detect support for...
2017-10-11  Tom LaneRemove unnecessary PG_TRY overhead for CurrentResourceO...
2017-10-11  Andres FreundPrevent idle in transaction session timeout from someti...
2017-10-11  Tom LaneDoc: fix missing explanation of default object privileges.
2017-10-11  Robert HaasFix mistakes in comments.
2017-10-11  Tom LaneFix low-probability loss of NOTIFY messages due to...
2017-10-11  Tom LaneAdd port/strnlen support to libpq and ecpg Makefiles.
2017-10-11  Peter EisentrautFix whitespace
2017-10-10  Tom LaneRegenerate configure script.
2017-10-10  Andres FreundRewrite strnlen replacement implementation from 8a24179...
2017-10-10  Tom LaneAdd missing clean step to src/test/modules/brin/Makefile.
2017-10-10  Peter EisentrautUse lower-case SGML attribute values
2017-10-09  Andres FreundFix pnstrdup() to not memcpy() the maximum allowed...
2017-10-09  Andres FreundAdd pg_strnlen() a portable implementation of strlen.
2017-10-09  Peter EisentrautRemove unused documentation file
2017-10-08  Andres FreundReduce memory usage of targetlist SRFs.
2017-10-08  Tom LaneIncrease distance between flush requests during bulk...
2017-10-08  Tom LaneReduce "X = X" to "X IS NOT NULL", if it's easy to...
2017-10-07  Tom LaneImprove pg_regress's error reporting for schedule-file...
2017-10-07  Tom LaneEnforce our convention about max number of parallel...
2017-10-07  Tom LaneClean up sloppy maintenance of regression test schedule...
2017-10-06  Tom LaneFix crash when logical decoding is invoked from a PL...
2017-10-06  Robert HaasCopy information from the relcache instead of pointing...
2017-10-06  Tom LaneFix intra-query memory leakage in nodeProjectSet.c.
2017-10-06  Tom LaneFix access-off-end-of-array in clog.c.
2017-10-06  Peter EisentrautSupport coverage on vpath builds
2017-10-06  Peter EisentrautRun coverage commands quietly
2017-10-06  Peter EisentrautRemove coverage details view
2017-10-06  Tom Lane#ifdef out some dead code in psql/mainloop.c.
2017-10-06  Alvaro HerreraFix traversal of half-frozen update chains
2017-10-06  Robert HaasBasic partition-wise join functionality.
2017-10-05  Tom LaneFix typo in README.
2017-10-05  Robert HaasOn CREATE TABLE, consider skipping validation of subpar...
2017-10-05  Robert HaasOn attach, consider skipping validation of subpartition...
2017-10-05  Robert HaasImprove error message when skipping scan of default...
2017-10-05  Robert HaasAllow DML commands that create tables to use parallel...
2017-10-05  Tom LaneImprove comments in vacuum_rel() and analyze_rel().
2017-10-05  Robert HaasFix typo.
2017-10-05  Robert HaasFix more user-visible elog() calls.
2017-10-05  Peter EisentrautDocument and use SPI_result_code_string()
2017-10-05  Peter EisentrautMove SPI error reporting out of ri_ReportViolation()
2017-10-04  Andres FreundMsvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
2017-10-04  Andres FreundAttempt to adapt windows build for 212e6f34d55c.
2017-10-04  Andres FreundReplace binary search in fmgr_isbuiltin with a lookup...
2017-10-04  Andres FreundMove genbki.pl's find_defined_symbol to Catalog.pm.
2017-10-04  Tom LaneAdjust git_changelog for new-style release tags.
2017-10-03  Tom LaneAllow multiple tables to be specified in one VACUUM...
2017-10-03  Tom LaneFix race condition with unprotected use of a latch...
2017-10-03  Alvaro HerreraFix coding rules violations in walreceiver.c
2017-10-02  Peter EisentrautExpand collation documentation
2017-10-02  Simon RiggsGrammar typo in security warning about md5
2017-10-02  Andres FreundYet another pg_bswap typo in a windows only file.
2017-10-02  Andres FreundCorrect include file name in inet_aton fallback.
2017-10-01  Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-10-01  Andres FreundRemove redundant stdint.h include.
2017-10-01  Andres FreundTry to make crash restart test work on windows.
2017-10-01  Andres FreundAllow pg_ctl kill to send SIGKILL.
2017-10-01  Tom LaneUpdate v10 release notes, and set the official release...
2017-10-01  Tom LaneUse a longer connection timeout in pg_isready test.
2017-10-01  Peter EisentrautAdd list of acknowledgments to release notes
next