]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-03-03 Tom LaneTrivial adjustments in preparation for bootstrap data...
2018-03-03 Peter Eisentrautdoc: Improve wording
2018-03-03 Peter EisentrautIn SSL tests, restart after pg_hba.conf changes
2018-03-03 Peter EisentrautPrevent LDAP and SSL tests from running without support...
2018-03-03 Peter EisentrautAdd PG_TEST_EXTRA to control optional test suites
2018-03-02 Tom LaneFix VM buffer pin management in heap_lock_updated_tuple...
2018-03-02 Tom LaneFix pgbench TAP test to work in VPATH builds.
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-03-02 Robert Haaspostgres_fdw: Fourth attempt to stabilize regression...
2018-03-02 Robert Haasshm_mq: Have the receiver set the sender's less frequently.
2018-03-02 Robert Haasshm_mq: Reduce spinlock usage.
2018-03-02 Fujii MasaoImprove tab-completion for ALTER INDEX RESET/SET.
2018-03-02 Tom LaneMake gistvacuumcleanup() count the actual number of...
2018-03-02 Magnus HaganderFix msvc builds for ActivePerl > 5.24
2018-03-02 Andres FreundMinor clean-up in dshash.{c,h}.
2018-03-02 Andres FreundRemove volatile qualifiers from shm_mq.c.
2018-03-01 Tom LaneUse ereport not elog for some corrupt-HOT-chain reports.
2018-03-01 Alvaro HerreraRelax overly strict sanity check for upgraded ancient...
2018-03-01 Tom LaneFix IOS planning when only some index columns can retur...
2018-03-01 Tom LaneRemove out-of-date comment about formrdesc().
2018-03-01 Tom LaneFix format_type() to restore its old behavior.
2018-03-01 Andres Freundpg_regress: Increase space available for test names.
2018-03-01 Andres Freunddoc: mention PROVE_TESTS in section of TAP tests.
2018-03-01 Andres Freunddoc: Add WaitForBackgroundWorkerShutdown() to bgw docs.
2018-03-01 Andres Freunddoc: Add random_zipfian to list of random functions...
2018-03-01 Andres Freundpgbench: consolidate a few PQfinish calls.
2018-03-01 Tom LaneRemove redundant IndexTupleDSize macro.
2018-02-28 Tom LaneDoc: remove duplicate poly_ops row from SP-GiST opclass...
2018-02-28 Tom LaneRename base64 routines to avoid conflict with Solaris...
2018-02-28 Tom LaneRemove restriction on SQL block length in isolationtest...
2018-02-28 Robert HaasFor partitionwise join, match on partcollation, not...
2018-02-28 Robert HaasDocument LWTRANCHE_PARALLEL_HASH_JOIN.
2018-02-28 Robert HaasFix assertion failure when Parallel Append is run serially.
2018-02-28 Robert Haaspostgres_fdw: Third attempt to stabilize regression...
2018-02-28 Robert HaasUpdate and improve comments.
2018-02-28 Peter Eisentrautdoc: Improve man build speed
2018-02-28 Peter EisentrautFix warnings in man page build
2018-02-27 Tom LaneFix up ecpg's configuration so it handles "long long...
2018-02-27 Tom LaneUse the correct tuplestore read pointer in a NamedTuple...
2018-02-27 Tom LaneRevert renaming of int44in/int44out.
2018-02-27 Robert Haasdoc: Fix grammar.
2018-02-27 Tom LanePrevent dangling-pointer access when update trigger...
2018-02-27 Robert HaasMinor cleanup of code related to partially_grouped_rel.
2018-02-27 Robert HaasFix logic error in add_paths_to_partial_grouping_rel.
2018-02-27 Tom LaneImprove regression test coverage of regress.c.
2018-02-27 Tom LaneRemove unused functions in regress.c.
2018-02-26 Alvaro HerreraUpdate PartitionTupleRouting struct comment
2018-02-26 Tom LaneSchema-qualify references in test_ddl_deparse test...
2018-02-26 Tom LaneLast-minute updates for release notes.
2018-02-26 Peter EisentrautFix typo in internal error message
2018-02-26 Noah MischDocument security implications of search_path and the...
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-02-26 Tom LaneAvoid using unsafe search_path settings during dump...
2018-02-26 Robert HaasAdd a new upper planner relation for partially-aggregat...
2018-02-25 Tom LaneUn-break parallel pg_upgrade.
2018-02-25 Tom LaneRelease notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.
2018-02-24 Peter EisentrautUpdate headers of generated files
2018-02-24 Peter EisentrautAdd current directory to Perl include path
2018-02-24 Peter EisentrautUse croak instead of die in Perl code when appropriate
2018-02-24 Tom LaneFix thinko in in_range_float4_float8.
2018-02-24 Tom LaneAdd window RANGE support for float4, float8, numeric.
2018-02-24 Peter EisentrautCheck error messages in SSL tests
2018-02-24 Peter EisentrautFix filtering of unsupported relations in logical repli...
2018-02-23 Tom LaneFirst-draft release notes for 10.3.
2018-02-23 Tom LaneFix brown-paper-bag bug in commit 0a459cec96d3856f476c2...
2018-02-23 Tom LaneAllow auto_explain.log_min_duration to go up to INT_MAX.
2018-02-23 Noah MischSynchronize doc/ copies of src/test/examples/.
2018-02-23 Tom LaneFix planner failures with overlapping mergejoin clauses...
2018-02-23 Robert HaasRevise API for partition bound search functions.
2018-02-23 Robert HaasRevise API for partition_rbound_cmp/partition_rbound_da...
2018-02-23 Peter EisentrautSupport parameters in CALL
2018-02-22 Robert HaasRemove extra words.
2018-02-22 Peter EisentrautFix perlcritic warnings
2018-02-22 Peter EisentrautUpdate gratuitous use of MD5 in documentation
2018-02-22 Peter EisentrautAdd user-callable SHA-2 functions
2018-02-22 Robert HaasBe lazier about partition tuple routing.
2018-02-22 Robert HaasRemove extra word from comment.
2018-02-22 Robert Haaspostgres_fdw: Fix interaction of PHVs with child joins.
2018-02-22 Robert HaasAvoid another valgrind complaint about write() of unini...
2018-02-22 Robert HaasTry to stabilize EXPLAIN output in partition_check...
2018-02-22 Robert HaasCharge cpu_tuple_cost * 0.5 for Append and MergeAppend...
2018-02-21 Tom LaneRepair pg_upgrade's failure to preserve relfrozenxid...
2018-02-21 Andres FreundBlindly attempt to adapt sepgsql regression tests.
2018-02-20 Andres FreundUse platform independent type for TupleTableSlot->tts_off.
2018-02-20 Peter EisentrautError message improvement
2018-02-20 Tom LaneFix pg_dump's logic for eliding sequence limits that...
2018-02-20 Alvaro HerreraAdjust ALTER TABLE docs on partitioned constraints
2018-02-20 Magnus HaganderFix typo
2018-02-20 Alvaro HerreraFix crash in pg_replication_slot_advance
2018-02-19 Tom LaneFix misbehavior of CTE-used-in-a-subplan during EPQ...
2018-02-19 Alvaro HerreraFix expected output
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-19 Tom LaneRemove bogus "extern" annotations on function definitions.
2018-02-19 Tom LaneRemove redundant initialization of a local variable.
2018-02-19 Peter EisentrautFix StaticAssertExpr() under C++
2018-02-19 Peter EisentrautRemove redundant function declaration
2018-02-18 Peter EisentrautMessage style fix
2018-02-18 Peter EisentrautMove function comment to the right place
2018-02-18 Peter EisentrautMinor comment fix
2018-02-17 Alvaro HerreraRefactor format_type APIs to be more modular
next