]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-06-30  Tom LaneFix typo in ReorderBufferIterTXNInit().
2016-06-29  Tom LaneDodge compiler bug in Visual Studio 2013.
2016-06-29  Tom LaneFix some infelicities in EXPLAIN output for parallel...
2016-06-29  Tom LaneUpdate rules.out to match commit 9ed551e0a.
2016-06-29  Alvaro HerreraAdd conninfo to pg_stat_wal_receiver
2016-06-29  Tom LaneFix match_foreign_keys_to_quals for FKs linking to...
2016-06-29  Tom LaneAdjust text search documentation for recent commits.
2016-06-29  Robert HaasFix obsolete comment.
2016-06-29  Teodor SigaevDocument precedence of FTS operators in tsquery
2016-06-28  Bruce Momjiandoc: add link for list-of-scalars mention
2016-06-28  Bruce Momjiandoc: update effective_io_concurrency for SSDs
2016-06-28  Alvaro HerreraRemove unused arguments in two GiST subroutines
2016-06-28  Bruce Momjiandoc: remove GIN vs. GiST performance mention
2016-06-28  Bruce Momjiandoc: in binary mode mention, say "encoding conversion"
2016-06-28  Bruce Momjiandoc: remove mention of UT1 in representing time
2016-06-28  Tom LaneDon't apply sortgroupref labels to a tlist that might...
2016-06-27  Robert HaasFix mistakes in pg_visibility documentation.
2016-06-27  Tom LaneFix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA...
2016-06-27  Teodor SigaevChange predecence of phrase operator.
2016-06-27  Teodor SigaevDo not fallback to AND for FTS phrase operator.
2016-06-27  Teodor SigaevMake exact distance match for FTS phrase operator
2016-06-26  Tom LaneAvoid making a separate pass over the query to check...
2016-06-26  Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-26  Tom LaneSimplify planner's final setup of Aggrefs for partial...
2016-06-24  Alvaro HerreraFix handling of multixacts predating pg_upgrade
2016-06-24  Tom LaneFix building of large (bigger than shared_buffers)...
2016-06-24  Robert Haaspostgres_fdw: Fix incorrect NULL handling in join pushdown.
2016-06-24  Robert Haaspostgres_fdw: Remove useless return statement.
2016-06-24  Peter Eisentrautpsql: Improve \crosstabview error messages
2016-06-23  Andrew DunstanAdd tab completion for pager_min_lines to psql.
2016-06-23  Tom LaneFix small memory leak in partial-aggregate deserializat...
2016-06-22  Tom LaneImprove user-facing documentation for partial/parallel...
2016-06-22  Tom LaneUpdate oidjoins regression test for 9.6.
2016-06-22  Tom LaneFix type-safety problem with parallel aggregate serial...
2016-06-22  Tom LaneMake "postgres -C guc" print "" not "(null)" for null...
2016-06-22  Peter EisentrautImprove cleanup in rolenames test
2016-06-22  Bruce MomjianUpdate comment about allowing GUCs to change scanning.
2016-06-22  Tom LaneDocument that dependency tracking doesn't consider...
2016-06-21  Tom LaneRefactor planning of projection steps that don't need...
2016-06-20  Tom LaneStamp 9.6beta2. REL9_6_BETA2
2016-06-20  Tom LaneAdd missing check for malloc failure in plpgsql_extra_c...
2016-06-20  Tom Lanepg_trgm's set_limit() function is parallel unsafe,...
2016-06-20  Bruce Momjiandocs: clarify use of pg_rewind arguments
2016-06-20  Tom LaneFix comparison of similarity to threshold in GIST trigr...
2016-06-20  Peter EisentrautTranslation updates
2016-06-20  Magnus HaganderAdd missing documentation of pg_roles.rolbypassrls
2016-06-19  Tom LaneDocs: improve description of psql's %R prompt escape...
2016-06-18  Tom LaneImprove error message annotation for GRANT/REVOKE on...
2016-06-18  Tom LaneUpdate 9.6 release notes through today.
2016-06-18  Tom LaneRestore foreign-key-aware estimation of join relation...
2016-06-18  Tom LaneStill another try at fixing scanjoin_target insertion...
2016-06-18  Tom LaneFix parallel-safety markings for contrib/dblink.
2016-06-18  Tom LaneFix handling of argument and result datatypes for parti...
2016-06-17  Tom LaneDocs typo fix.
2016-06-17  Alvaro HerreraFinish up XLOG_HINT renaming
2016-06-17  Robert Haaspg_visibility: Add pg_truncate_visibility_map function.
2016-06-17  Robert HaasTry again to fix the way the scanjoin_target is used...
2016-06-17  Robert HaasAdd VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
2016-06-17  Robert HaasUpdate dblink extension for parallel query.
2016-06-17  Robert Haaspostgres_fdw: Rephrase comment.
2016-06-17  Robert HaasFix typo.
2016-06-17  Robert HaasRemove PID from 'parallel worker' context message.
2016-06-17  Robert HaasAttempt to fix broken regression test.
2016-06-16  Tom LaneFix validation of overly-long IPv6 addresses.
2016-06-16  Tom LaneFix fuzzy thinking in ReinitializeParallelDSM().
2016-06-16  Tom LaneInvent min_parallel_relation_size GUC to replace a...
2016-06-16  Alvaro HerreraReword bogus comment
2016-06-16  Tom LaneAvoid crash in "postgres -C guc" for a GUC with a null...
2016-06-16  Alvaro HerreraRemove unused prototype
2016-06-16  Robert HaasAdd regression test for 04ae11f62e643e07c411c4935ea6af4...
2016-06-15  Tom LaneUse strftime("%c") to format timestamps in psql's ...
2016-06-15  Robert HaasFix regression test for force_parallel_mode=on.
2016-06-15  Robert HaasAdd integrity-checking functions to pg_visibility.
2016-06-15  Robert HaasFix lazy_scan_heap so that it won't mark pages all...
2016-06-15  Robert HaasMark some functions parallel-unsafe.
2016-06-15  Tom LaneForce idle_in_transaction_session_timeout off in pg_dum...
2016-06-15  Peter EisentrautPL/Python: Clean up extended error reporting docs and...
2016-06-14  Bruce Momjiandocument when PREPARE uses generic plans
2016-06-14  Robert HaasUpdate xml2 extension for parallel query.
2016-06-14  Robert HaasUpdate uuid-ossp extension for parallel query.
2016-06-14  Robert HaasUpdate unaccent extension for parallel query.
2016-06-14  Robert HaasUpdate sslinfo extension for parallel query.
2016-06-14  Robert HaasUpdate extensions with GIN/GIST support for parallel...
2016-06-14  Robert Haaspostgres_fdw: Check PlaceHolderVars before pushing...
2016-06-14  Tom LaneMinor fixes in contrib installation scripts.
2016-06-14  Robert Haaspostgres_fdw: Promote an Assert() to elog().
2016-06-13  Tom LaneFix multiple minor infelicities in aclchk.c error reports.
2016-06-13  Tom LaneIn planner.c, avoid assuming that all PathTargets have...
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-12  Noah MischDocument the authoritative version of perltidy.
2016-06-11  Peter EisentrautPL/Python: Rename new keyword arguments of plpy.error...
2016-06-10  Andres FreundChange default of backend_flush_after GUC to 0 (disabled).
2016-06-10  Tom LaneRemove reltarget_has_non_vars flag.
2016-06-10  Tom LaneRefactor to reduce code duplication for function proper...
2016-06-10  Kevin GrittnerRename local variable for consistency.
2016-06-10  Robert HaasUpdate pgstattuple extension for parallel query.
2016-06-10  Robert HaasUpdate pg_stat_statements extension for parallel query.
2016-06-10  Robert HaasSchema-qualify some references to regprocedure.
2016-06-10  Kevin GrittnerFix interaction between CREATE INDEX and "snapshot...
next