]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-06-26  Alexander KorotkovIncrease upper limit for vacuum_cleanup_index_scale_factor
2018-06-26  Peter EisentrautReword SPI_ERROR_TRANSACTION errors in PL/pgSQL
2018-06-26  Thomas MunroMove RecoveryLockList into a hash table.
2018-06-26  Michael PaquierFix description and documentation related to pg_restore...
2018-06-26  Michael PaquierCorrect handling of fsync failures with tar mode of...
2018-06-25  Alvaro HerreraUpdate obsolete comments
2018-06-25  Alvaro HerreraStamp 11beta2. REL_11_BETA2
2018-06-25  Peter EisentrautTranslation updates
2018-06-25  Michael PaquierAddress set of issues with errno handling
2018-06-24  Bruce Momjiandoc: adjust order of NUMERIC arguments to match syntax
2018-06-24  Bruce Momjiandoc: show how interval's 3 unit buckets behave using...
2018-06-23  Bruce Momjiandoc: update PG 11 release notes, mostly typo fixes
2018-06-23  Bruce Momjiandoc: mention use of cross platform logical replication
2018-06-23  Andrew DunstanMark binary_upgrade_set_missing_value as parallel_unsafe
2018-06-22  Alvaro HerreraWhen index recurses to a partition, map columns numbers
2018-06-22  Robert HaasAvoid generating bogus paths with partitionwise aggregate.
2018-06-22  Andrew DunstanAllow for pg_upgrade of attributes with missing values
2018-06-22  Alexander KorotkovFixes for vacuum_cleanup_index_scale_factor GUC option
2018-06-22  Michael PaquierFix typo in comment of commit_ts.c for incorrect refere...
2018-06-22  Amit KapilaImprove coding pattern in Parallel Append code.
2018-06-21  Alvaro HerreraDisclaim support for default namespace in XMLTABLE
2018-06-21  Tom LaneFix partial aggregation for variance(int4) and related...
2018-06-21  Alvaro HerreraSet correct context for XPath evaluation
2018-06-21  Tom LaneImprove requirements documentation for ldap test suite.
2018-06-21  Tom LaneFix mishandling of sortgroupref labels while splitting...
2018-06-21  Alexander KorotkovImprove wording of release notes item
2018-06-20  Alvaro HerreraUpdate expected XML output with disabled XML
2018-06-20  Alvaro HerreraAccept TEXT and CDATA nodes in XMLTABLE's column_expres...
2018-06-20  Magnus HaganderAdd missing include
2018-06-20  Alvaro HerreraConsistently use the term 'partitioned rel' in partprun...
2018-06-20  Magnus HaganderFix typo
2018-06-20  Magnus HaganderFix a number of typos
2018-06-20  Magnus HaganderSupport long option for --pgdata in pg_verify_checksums
2018-06-20  Magnus HaganderDocument the -D and $PGDATA switch/env for pg_verify_ch...
2018-06-20  Magnus HaganderMove pg_verify_checksum docs to Server utils
2018-06-20  Amit KapilaDon't consider parallel append for parallel unsafe...
2018-06-20  Michael PaquierClarify use of temporary tables within partition trees
2018-06-19  Tom LaneClarify the README files for the various separate TAP...
2018-06-19  Bruce MomjianREADME: add URLs for openldap installation
2018-06-19  Bruce Momjiandoc: explain use of json_populate_record{set}()
2018-06-19  Alexander KorotkovFix typos in release notes
2018-06-19  Michael PaquierTrack new configure flags introduced for version 11...
2018-06-18  Tom LaneFix jsonb_plperl to convert Perl UV values correctly.
2018-06-18  Tom LaneFix contrib/hstore_plperl to look through scalar refs.
2018-06-18  Tom LaneAllow plperl_sv_to_datum to look through scalar refs.
2018-06-18  Tom LaneAvoid platform-dependent output from Data::Dumper.
2018-06-18  Tom LaneFix excessive enreferencing in jsonb-to-plperl transform.
2018-06-18  Tom LaneRemove obsolete prohibition on function name matching...
2018-06-18  Tom LaneConsider syntactic form when disambiguating function...
2018-06-18  Thomas MunroAdd PGTYPESchar_free() to avoid cross-module problems...
2018-06-18  Michael PaquierPrevent hard failures of standbys caused by recycled...
2018-06-17  Tom LaneSuppress -Wshift-negative-value warnings.
2018-06-16  Peter GeogheganRemove INCLUDE attributes section from docs.
2018-06-16  Tom LaneUse -Wno-format-truncation and -Wno-stringop-truncation...
2018-06-16  Tom LaneAvoid unnecessary use of strncpy in a couple of places...
2018-06-16  Tom LaneUse snprintf not sprintf in pg_waldump's timestamptz_to...
2018-06-16  Tom LaneFix some minor error-checking oversights in ParseFuncOr...
2018-06-16  Simon RiggsRemove AELs from subxids correctly on standby
2018-06-16  Tatsuo IshiiFix memory leak in BufFileCreateShared().
2018-06-15  Alvaro HerreraFix off-by-one bug in XactLogCommitRecord
2018-06-15  Alexander KorotkovFix memory leak in PLySequence_ToJsonbValue()
2018-06-15  Tatsuo IshiiFix memory leak.
2018-06-14  Alvaro HerreraFail BRIN control functions during recovery explicitly
2018-06-14  Simon RiggsRemove spurious code comments in standby related code
2018-06-14  Simon RiggsRemove cut-off bug from RunningTransactionData
2018-06-13  Tom LaneCode review for match_clause_to_partition_key().
2018-06-13  Tom LaneFix some ill-chosen names for globally-visible partitio...
2018-06-13  Tom LaneFix up run-time partition pruning's use of relcache...
2018-06-13  Alexander KorotkovDocumentation improvement for pg_trgm
2018-06-12  Andrew DunstanExclude files in .git from list of perl files
2018-06-12  Andres FreundFix bugs in vacuum of shared rels, by keeping their...
2018-06-12  Peter EisentrautConvert debug message from ereport to elog
2018-06-12  Peter Eisentrautdoc: Replace non-ASCII lines in psql example output
2018-06-12  Peter Eisentrautdoc: Suggest logical replication more prominently for...
2018-06-11  Tom LaneFix access to just-closed relcache entry.
2018-06-11  Michael PaquierFix oversight from 9e149c8 with spin-lock handling
2018-06-11  Tom LaneImprove ExecFindInitialMatchingSubPlans's subplan renum...
2018-06-11  Tom LaneImprove commentary about run-time partition pruning...
2018-06-11  Peter EisentrautAdjust error message
2018-06-11  Alvaro HerreraDon't needlessly check the partition contraint twice
2018-06-11  Andrew DunstanMove perlcritic files to new perlcheck directory
2018-06-11  Andrew DunstanAdd a script to detect perl compile time errors and...
2018-06-11  Tom LaneFix run-time partition pruning code to handle NULL...
2018-06-11  Peter EisentrautMake new error code name match SQL standard more closely
2018-06-11  Peter EisentrautUpdate config.guess and config.sub
2018-06-11  Michael PaquierFix grammar in documentation related to checkpoint_flus...
2018-06-11  Michael PaquierFix a couple of bugs with replication slot advancing...
2018-06-10  Tom LaneAssorted cosmetic cleanup of run-time-partition-pruning...
2018-06-10  Tom LaneRelocate partition pruning structs to a saner place.
2018-06-10  Tom LaneImprove run-time partition pruning to handle any stable...
2018-06-10  Michael PaquierFix grammar in REVOKE documentation
2018-06-10  Michael PaquierFix and document lock handling for in-memory replicatio...
2018-06-10  Thomas MunroLimit Parallel Hash's bucket array to MaxAllocSize.
2018-06-09  Peter GeogheganFix typo in JIT README.
2018-06-08  Alvaro HerreraTeach SHOW ALL to honor pg_read_all_settings membership
2018-06-08  Peter EisentrautFix typo
2018-06-08  Peter EisentrautAdd missing serial commas
2018-06-08  Peter Eisentrautdoc: Move some new options into better positions on...
2018-06-08  Peter Eisentrautecpg: Document new compatibility option
2018-06-07  Simon RiggsExclude VACUUMs from RunningXactData
next