]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-10-31  Robert HaasDon't exaggerate the number of temporary blocks read.
2017-10-31  Robert HaasFix code related to partitioning schemes for dropped...
2017-10-31  Robert HaasAdd sanity check for pg_proc.provariadic
2017-10-30  Tom LaneDoc: call out UPDATE syntax change as a v10 compatibili...
2017-10-30  Alvaro HerreraFix autovacuum work item error handling
2017-10-30  Magnus HaganderFix typo
2017-10-30  Magnus HaganderFix typo in comment
2017-10-29  Robert HaasFix problems with the "role" GUC and parallel query.
2017-10-29  Robert Haaspg_receivewal: Add --no-sync option.
2017-10-29  Robert HaasAdd hash_combine64.
2017-10-28  Tom LaneSupport domains over composite types in PL/Perl.
2017-10-28  Robert HaasFix typo.
2017-10-28  Robert HaasImprove comments for parallel executor estimation funct...
2017-10-28  Robert HaasAdd table_constraint synopsis to ALTER TABLE documentation.
2017-10-28  Robert HaasFix grammar.
2017-10-28  Robert HaasFix misplaced ReleaseSysCache call in get_default_parti...
2017-10-27  Tom LaneDept of second thoughts: keep aliasp_item in sync with...
2017-10-27  Tom LaneFix crash when columns have been added to the end of...
2017-10-27  Robert HaasAllow parallel query for prepared statements with gener...
2017-10-27  Tom LaneRethink the dependencies recorded for FieldSelect/Field...
2017-10-27  Robert HaasRevert "Move new structure member to the end."
2017-10-27  Tom LaneDoc: mention that you can't PREPARE TRANSACTION after...
2017-10-27  Robert HaasMove new structure member to the end.
2017-10-27  Robert HaasFix mistaken failure to allow parallelism in corner...
2017-10-26  Tom LaneSupport domains over composite types in PL/Tcl.
2017-10-26  Tom LaneSupport domains over composite types.
2017-10-26  Tom LaneMake setrefs.c match by ressortgroupref even for plain...
2017-10-26  Andrew DunstanImprove gendef.pl diagnostic on failure to open sym...
2017-10-26  Andrew DunstanUndo inadvertent change in capitalization in commit...
2017-10-26  Robert HaasIn relevant log messages, indicate whether vacuums...
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-25  Andrew DunstanProcess variadic arguments consistently in json functions
2017-10-25  Andrew DunstanAdd a utility function to extract variadic function...
2017-10-24  Tom LaneIn the planner, delete joinaliasvars lists after we...
2017-10-24  Tom LaneDocumentation improvements around domain types.
2017-10-23  Tom LaneUpdate time zone data files to tzdata release 2017c.
2017-10-23  Tom LaneSync our copy of the timezone library with IANA release...
2017-10-23  Tom LaneFix some oversights in expression dependency recording.
2017-10-22  Tom LaneAdjust psql \d query to avoid use of @> operator.
2017-10-21  Peter EisentrautConvert another SGML ID to lower case
2017-10-20  Peter EisentrautConvert SGML IDs to lower case
2017-10-20  Tom LaneFix typcache's failure to treat ranges as container...
2017-10-20  Tom LaneFix misimplementation of typcache logic for extended...
2017-10-20  Robert Haaspg_stat_statements: Add a comment about the dangers...
2017-10-19  Tom LaneFix incorrect link in v10 release notes.
2017-10-19  Alvaro HerreraAdd more tests for reloptions
2017-10-19  Magnus HaganderFix typos
2017-10-19  Magnus HaganderFix typo
2017-10-19  Magnus HaganderFix typo in release notes
2017-10-19  Peter EisentrautUCS_to_most.pl: Process encodings in sorted order
2017-10-18  Alvaro HerreraMake OWNER TO subcommand mention consistent
2017-10-18  Alvaro HerreraMake release notes aware that --xlog-method was renamed
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.
next