]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2018-02-17 Alvaro HerreraMention trigger name in trigger test
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-02-16 Andres FreundDo execGrouping.c via expression eval machinery, take...
2018-02-16 Peter EisentrautFix crash when canceling parallel query
2018-02-16 Tom LaneRemove some inappropriate #includes.
2018-02-16 Peter EisentrautRename enable_partition_wise_join to enable_partitionwi...
2018-02-16 Magnus HaganderFix typo in comment
2018-02-16 Andres FreundRevert "Do execGrouping.c via expression eval machinery."
2018-02-16 Andres FreundDo execGrouping.c via expression eval machinery.
2018-02-15 Tom LaneFix plpgsql to enforce domain checks when returning...
2018-02-15 Tom LaneDoc: fix minor bug in CREATE TABLE example.
2018-02-15 Tom LaneCast to void in StaticAssertExpr, not its callers.
2018-02-15 Tom LaneMove the extern declaration for ExceptionalCondition...
2018-02-14 Tom LaneRevert "Stabilize output of new regression test case".
2018-02-14 Tom LaneStabilize new plpgsql_record regression tests.
2018-02-14 Andres FreundReturn implementation defined value if pg_$op_s$bit_ove...
2018-02-14 Tom LaneSilence assorted "variable may be used uninitialized...
2018-02-14 Tom LaneAdd an assertion that we don't pass NULL to snprintf...
2018-02-14 Tom LaneFix broken logic for reporting PL/Python function names...
2018-02-14 Tom LaneSupport CONSTANT/NOT NULL/initial value for plpgsql...
2018-02-14 Tom LaneSpeed up plpgsql trigger startup by introducing "promises".
2018-02-14 Tom LaneSpeed up plpgsql function startup by doing fewer pallocs.
2018-02-13 Tom LaneMake plpgsql use its DTYPE_REC code paths for composite...
2018-02-13 Peter Eisentrautdoc: pg_function_is_visible also applies to aggregates...
2018-02-13 Peter EisentrautAdd procedure support to pg_get_functiondef
2018-02-13 Peter EisentrautAdd tests for pg_get_functiondef
2018-02-13 Peter EisentrautFix typo
2018-02-13 Peter EisentrautIn LDAP test, restart after pg_hba.conf changes
2018-02-13 Peter EisentrautFix typo
2018-02-12 Alvaro Herreraget_relid_attribute_name is dead, long live get_attname
2018-02-12 Robert HaasFix parallel index builds for dynamic_shared_memory_typ...
2018-02-12 Alvaro HerreraAdd missing article
2018-02-12 Bruce Momjianpsql: give ^D hint for \q in place where \q is ignored
2018-02-11 Tom LaneFix assorted errors in pg_dump's handling of extended...
2018-02-10 Tom LaneAvoid premature free of pass-by-reference CALL arguments.
2018-02-10 Tom LaneFix oversight in CALL argument handling, and do some...
2018-02-10 Alvaro HerreraMention partitioned indexes in "Data Definition" chapter
2018-02-09 Robert HaasMark assorted GUC variables as PGDLLIMPORT.
2018-02-09 Robert HaasClear stmt_timeout_active if we disable_all_timeouts.
2018-02-09 Robert Haaspostgres_fdw: Attmempt to stabilize regression tests.
2018-02-08 Robert HaasFix incorrect method name in comment.
next