]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-07-08 Tom LaneAdd more temporary code to record stack usage at server...
2016-07-08 Tom LaneDocs: minor improvements for documentation about plpgsq...
2016-07-08 Tom LaneDocs: improve examples about not repeating table name...
2016-07-08 Tom LaneDocs: typo fix.
2016-07-08 Tom LaneAdd some temporary code to record stack usage at server...
2016-07-08 Stephen FrostTypo fix, buils -> builds
2016-07-08 Magnus HaganderFix missing parenthesis in docs
2016-07-07 Robert HaasFix typo in comment.
2016-07-07 Robert HaasProperly adjust pointers when tuples are moved during...
2016-07-07 Robert HaasFix a prototype which is inconsistent with the function...
2016-07-07 Robert HaasClarify resource utilization of parallel query.
2016-07-07 Tom LaneReduce stack space consumption in tzload().
2016-07-07 Fujii MasaoRename pg_stat_wal_receiver.conn_info to conninfo.
2016-07-07 Peter EisentrautFix typos
2016-07-07 Peter Eisentrautdoc: Fix option order in man pages and fix typos
2016-07-06 Fujii MasaoFix typo in comment.
2016-07-04 Tom LaneFix failure to handle conflicts in non-arbiter exclusio...
2016-07-03 Tom LaneTypo fix.
2016-07-03 Tom LaneAllow RTE_SUBQUERY rels to be considered parallel-safe.
2016-07-03 Tom LaneFix up parallel-safety marking for appendrels.
2016-07-03 Tom LaneAllow treating TABLESAMPLE scans as parallel-safe.
2016-07-03 Tom LaneSet correct cost data in Gather node added by force_par...
2016-07-03 Tom LaneRound rowcount estimate for a partial path to an integer.
2016-07-03 Peter EisentrautPL/Python: Report argument parsing errors using exceptions
2016-07-02 Tom LaneFix failure to mark all aggregates with appropriate...
2016-07-02 Bruce Momjiandoc: mention dependency on collation libraries
2016-07-02 Tom LaneFix some interrelated planner issues with initPlans...
2016-07-01 Andres FreundImprove WritebackContextInit() comment and prototype...
2016-07-01 Tom LaneProvide and use a makefile target to build all generate...
2016-07-01 Alvaro Herrerawalreceiver: tweak pg_stat_wal_receiver behavior
2016-07-01 Tom LaneRethink the GetForeignUpperPaths API (again).
2016-07-01 Robert HaasSet consider_parallel correctly for upper planner rels.
2016-07-01 Tom LaneBe more paranoid in ruleutils.c's get_variable().
2016-07-01 Robert Haaspostgres_fdw: Fix cache lookup failure while creating...
2016-07-01 Robert Haaspostgres_fdw: Remove schema-qualification from cast...
2016-07-01 Robert HaasFix crash bug in RestoreSnapshot.
2016-06-30 Robert HaasFix several mistakes around parallel workers and client...
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.
next