]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-11-14  Tom LanePrevent int128 from requiring more than MAXALIGN alignment.
2017-11-14  Tom LaneRearrange c.h to create a "compiler characteristics...
2017-11-14  Tom LaneDocument changes in large-object privilege checking.
2017-11-14  Alvaro HerreraSimplify index_[constraint_]create API
2017-11-13  Tom LaneAllow running just selected steps of pgbench's initiali...
2017-11-13  Robert HaasPush target list evaluation through Gather Merge.
2017-11-13  Robert HaasTrack in the plan the types associated with PARAM_EXEC...
2017-11-13  Alvaro HerreraMention CREATE/DROP STATISTICS in event triggers docs
2017-11-13  Stephen FrostFix typo
2017-11-13  Noah MischMSVC: Rebuild spiexceptions.h when out of date.
2017-11-12  Noah MischInstall Windows crash dump handler before all else.
2017-11-12  Noah MischDon't call pgwin32_message_to_UTF16() without CurrentMe...
2017-11-11  Noah MischAdd post-2010 ecpg tests to checktcp.
2017-11-11  Noah MischMake connect/test1 independent of localhost IPv6.
2017-11-11  Noah MischFix previous commit's test, for non-UTF8 databases...
2017-11-11  Noah MischIgnore XML declaration in xpath_internal(), for UTF8...
2017-11-10  Robert HaasAccount for the effect of lossy pages when costing...
2017-11-10  Peter EisentrautFix some null pointer dereferences in LDAP auth code
2017-11-10  Peter EisentrautAdd some const decorations to prototypes
2017-11-10  Tom LaneTighten test in contrib/bloom/t/001_wal.pl.
2017-11-10  Robert HaasFix incorrect comment.
2017-11-10  Peter EisentrautAdd -wnet to SP invocations
2017-11-09  Robert HaasAdd hash partitioning.
2017-11-09  Peter EisentrautRemove junk left from DSSSL to XSL conversion
2017-11-09  Tom LaneRefactor permissions checks for large objects.
2017-11-09  Tom LaneRestrict lo_import()/lo_export() via SQL permissions...
2017-11-09  Tom LaneFix typo in ALTER SYSTEM output.
2017-11-09  Tom LaneFix bogus logic for checking executables' versions...
2017-11-09  Tom LaneRevert "Allow --with-bonjour to work with non-macOS...
2017-11-08  Tom LaneAllow --with-bonjour to work with non-macOS implementat...
2017-11-08  Tom LaneDoc: fix erroneous example.
2017-11-08  Tom LaneFix two violations of the ResourceOwnerEnlarge/Remember...
2017-11-08  Peter EisentrautChange TRUE/FALSE to true/false
2017-11-08  Peter EisentrautPut markup in the right place
2017-11-08  Peter EisentrautExpand empty end tag
2017-11-07  Robert HaasFix typo in comment.
2017-11-07  Tom LaneFix unportable spelling of int64 constant.
2017-11-07  Tom LaneFix unportable usage of <ctype.h> functions.
2017-11-07  Simon RiggsRemove secondary checkpoint
2017-11-07  Simon RiggsExclude pg_internal.init from BASE_BACKUP
2017-11-07  Tom LaneFix version numbering foulups exposed by 10.1.
2017-11-06  Tom LaneLast-minute updates for release notes.
2017-11-06  Tom LaneAdd tests for json{b}_populate_recordset() crash case.
2017-11-06  Noah Mischstart-scripts: switch to $PGUSER before opening $PGLOG.
2017-11-06  Dean RasheedAlways require SELECT permission for ON CONFLICT DO...
2017-11-06  Noah MischAdd a temp-install prerequisite to "check"-like targets...
2017-11-05  Tom LaneRelease notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3...
2017-11-05  Noah MischIgnore CatalogSnapshot when checking COPY FREEZE prereq...
2017-11-05  Magnus HaganderFix comment
2017-11-04  Tom LaneFirst-draft release notes for 10.1.
2017-11-04  Peter Eisentrautdoc: Update text for new recovery_target_lsn setting
2017-11-04  Peter Eisentrautecpg: Use bool instead of int
2017-11-04  Peter Eisentrautecpg: Remove useless return values
2017-11-04  Peter EisentrautFix incorrect use of bool
2017-11-03  Tom LaneAvoid looping through line pointers twice in PageRepair...
2017-11-03  Tom LaneFlag index metapages as standard-format in xlog.c calls.
2017-11-03  Alvaro HerreraFix thinkos in BRIN summarization
2017-11-03  Peter Eisentrautdoc: Convert ids to upper case at build time
2017-11-03  Peter EisentrautDon't reset additional columns on subscriber to NULL...
2017-11-03  Alvaro HerreraFix BRIN summarization concurrent with extension
2017-11-03  Michael MeskesImprove error message for incorrect number inputs in...
2017-11-02  Tom Lanepgbench: replace run-time string comparisons with an...
2017-11-02  Tom LaneSet the metapage's pd_lower correctly in brin, gin...
2017-11-02  Michael MeskesFix float parsing in ecpg INFORMIX mode.
2017-11-02  Peter Eisentrautpg_ctl: Improve message
2017-11-02  Peter EisentrautSimplify new test suite handling of passwordcheck
2017-11-02  Tom LaneFix corner-case errors in brin_doupdate().
2017-11-02  Peter EisentrautRemove wal_keep_segments from default configuration...
2017-11-02  Peter Eisentrautdoc: Clarify pgstattuple privileges information
2017-11-02  Tom LaneTeach planner to account for HAVING quals in aggregatio...
2017-11-02  Alvaro HerreraRevert bogus fixes of HOT-freezing bug
2017-11-02  Peter Eisentrautdoc: Adjust name in acknowledgments
2017-11-02  Noah MischIn client support of v10 features, use standard schema...
2017-11-02  Tom LaneDoc: update URL for check_postgres.
2017-11-01  Tom LaneAllow bitmap scans to operate as index-only scans when...
2017-11-01  Peter Eisentrautdoc: Mention pg_stat_wal_receiver in streaming replicat...
2017-11-01  Tom LaneFix ALTER TABLE code to update domain constraints when...
2017-11-01  Peter Eisentrautdoc: Add to hot standby documentation
2017-11-01  Peter Eisentrautpg_basebackup: Fix comparison handling of tablespace...
2017-11-01  Michael MeskesMake sure ecpglib does accepts digits behind decimal...
2017-10-31  Stephen FrostRemove inbound links to sql-createuser
2017-10-31  Tom LaneFix underqualified cast-target type names in pg_dump...
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...
next