]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-07-15 Peter Eisentrautdoc: Fix typos
2016-07-14 Tom LaneFix GiST index build for NaN values in geometric types.
2016-07-14 Magnus HaganderRemove reference to range mode in pg_xlogdump error
2016-07-13 Tom LaneMinor test adjustment.
2016-07-13 Tom LaneAdd a regression test case to improve code coverage...
2016-07-13 Tom LaneFix obsolete header-file reference in pg_buffercache...
2016-07-13 Stephen FrostAdd missing hyphen
2016-07-12 Peter EisentrautAdd serial comma and quoting to message
2016-07-12 Peter EisentrautPut some things in a better order in psql help
2016-07-12 Tom LaneAllow IMPORT FOREIGN SCHEMA within pl/pgsql.
2016-07-12 Peter Eisentrautdoc: Fix typo
2016-07-11 Tom LanePrint a given subplan only once in EXPLAIN.
2016-07-11 Tom LaneImprove output of psql's \df+ command.
2016-07-11 Peter Eisentrautdoc: Update URL for PL/PHP
2016-07-11 Magnus HaganderAdd missing newline in error message
2016-07-11 Magnus HaganderFix start WAL filename for concurrent backups from...
2016-07-10 Tom LaneRevert "Add some temporary code to record stack usage...
2016-07-09 Tom LaneFix TAP tests and MSVC scripts for pathnames with spaces.
2016-07-09 Tom LaneImprove recording of IA64 stack data.
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...
next