]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
2018-02-08 Robert HaasAvoid listing the same ResultRelInfo in more than one...
2018-02-08 Robert HaasFix possible infinite loop with Parallel Append.
2018-02-08 Peter EisentrautRefine SSL tests test name reporting
2018-02-08 Robert Haaspostgres_fdw: Remove CTID output from some tests.
2018-02-07 Robert Haaspostgres_fdw: Push down UPDATE/DELETE joins to remote...
2018-02-07 Peter EisentrautMake new triggers tests more robust
2018-02-07 Peter EisentrautAdd more information_schema columns
2018-02-07 Robert HaasUpdate out-of-date comment in StartupXLOG.
2018-02-07 Robert HaasRemove prototype for fmgr() function, which no longer...
2018-02-07 Magnus HaganderChange default git repo URL to https
2018-02-07 Tom LaneSupport all SQL:2011 options for window frame clauses.
2018-02-06 Robert HaasFix incorrect grammar.
2018-02-06 Robert HaasAvoid valgrind complaint about write() of uninitalized...
2018-02-06 Tom LaneDoc: move info for btree opclass implementors into...
2018-02-05 Robert HaasFix possible crash in partition-wise join.
2018-02-05 Tom LaneLast-minute updates for release notes.
2018-02-05 Tom LaneEnsure that all temp files made during pg_upgrade are...
2018-02-05 Tom LaneFix RelationBuildPartitionKey's processing of partition...
2018-02-05 Tom LaneSkip setting up shared instrumentation for Hash node...
2018-02-04 Peter Eisentrautdoc: Update mentions of MD5 in the documentation
next