]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-03-20 Robert HaasDetermine grouping strategies in create_grouping_paths.
2018-03-20 Robert HaasDefer creation of partially-grouped relation until...
2018-03-20 Alvaro HerreraFix CommandCounterIncrement in partition-related DDL
2018-03-20 Tom LanePrevent query-lifespan memory leakage of SP-GiST traver...
2018-03-19 Peter EisentrautAdd missing break
2018-03-19 Tom LaneFix some corner-case issues in REFRESH MATERIALIZED...
2018-03-19 Andrew DunstanDon't use an Msys virtual path to create a tablespace
2018-03-19 Tom LaneFix performance hazard in REFRESH MATERIALIZED VIEW...
2018-03-19 Alvaro HerreraRemove unnecessary members from ModifyTableState and...
2018-03-19 Alvaro HerreraExpand comment a little bit
2018-03-19 Alvaro HerreraFix state reversal after partition tuple routing
2018-03-19 Robert HaasGenerate a separate upper relation for each stage of...
2018-03-19 Robert HaasRewrite recurse_union_children to iterate, rather than...
2018-03-19 Magnus HaganderFix typo in comment
2018-03-18 Tom LaneDoc: note that statement-level view triggers require...
2018-03-18 Magnus HaganderFix pg_recvlogical for pre-10 versions
2018-03-17 Tom LaneFix overflow handling in plpgsql's integer FOR loops.
2018-03-17 Tom LaneFix WHERE CURRENT OF when the referenced cursor uses...
2018-03-17 Michael MeskesFix closing of incorrectly named cursor.
2018-03-17 Peter EisentrautSet libpq sslcompression to off by default
2018-03-17 Peter EisentrautAdd ssl_passphrase_command setting
2018-03-17 Andres FreundAdd 'unit' parameter to ExplainProperty{Integer,Float}.
2018-03-17 Andres FreundMake ExplainPropertyInteger accept 64bit input, remove...
2018-03-16 Tom LaneFix query-lifespan memory leakage in repeatedly execute...
2018-03-16 Tom LaneDoc: explicitly point out that enum values can't be...
2018-03-16 Peter EisentrautChange transaction state debug strings to match enum...
2018-03-16 Peter EisentrautImprove savepoint error messages
2018-03-16 Peter EisentrautSimplify parse representation of savepoint commands
2018-03-16 Peter EisentrautRename TransactionChain functions
2018-03-16 Peter EisentrautUpdate function comments
2018-03-16 Tom LaneMop-up for letting VOID-returning SQL functions end...
2018-03-16 Tom LaneFix msvc/ecpg_regression.proj for recent ECPG test...
2018-03-15 Tom LaneClean up duplicate table and function names in regressi...
2018-03-15 Robert HaasSplit create_grouping_paths into degenerate and non...
2018-03-15 Alvaro Herreratest_ddl_deparse: rename matview
2018-03-15 Tom LaneClean up duplicate role and schema names in regression...
2018-03-15 Peter EisentrautFix more format truncation issues
2018-03-15 Robert HaasPass additional arguments to a couple of grouping-relat...
2018-03-15 Alvaro Herrerarestrict -> pg_restrict
2018-03-15 Alvaro Herreratest_ddl_deparse: Don't use pg_class as source for...
2018-03-15 Alvaro Herreralogical replication: fix OID type mapping mechanism
2018-03-14 Peter EisentrautFix compiler warning
2018-03-14 Peter EisentrautRemove pg_class.relhaspkey
2018-03-14 Stephen FrostFix function-header comments in planner.c
2018-03-14 Stephen FrostFix typo in add_paths_to_append_rel()
2018-03-14 Michael MeskesFixed compiler warnings in test case.
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-03-14 Alvaro HerreraLog when a BRIN autosummarization request fails
2018-03-14 Stephen FrostFix comment for ExecProcessReturning
2018-03-14 Peter EisentrautAdd tests for reinit.c
2018-03-13 Michael MeskesAdd Oracle like handling of char arrays.
2018-03-13 Michael MeskesFix double frees in ecpg.
2018-03-13 Andres FreundExpand AND/OR regression tests around NULL handling.
2018-03-13 Andres FreundAdd COSTS off to two EXPLAIN using tests.
2018-03-13 Robert HaasLet Parallel Append over simple UNION ALL have partial...
2018-03-13 Tom LaneWhen updating reltuples after ANALYZE, just extrapolate...
2018-03-13 Tom LaneAvoid holding AutovacuumScheduleLock while rechecking...
2018-03-13 Michael MeskesSet connection back to NULL after freeing it.
2018-03-13 Peter EisentrautMove strtoint() to common
2018-03-13 Peter EisentrautChange internal integer representation of Value node
2018-03-13 Peter EisentrautFix CREATE TABLE / LIKE with bigint identity column
2018-03-12 Alvaro HerreraAvoid having two PKs in a partition
2018-03-12 Alvaro Herreradoc: Reword restriction on partition keys in unique...
2018-03-12 Alvaro Herreradocs: Fix typo: a -> an
2018-03-12 Alvaro HerreraRemove doc sentence no longer applicable
2018-03-11 Tom LaneFix improper uses of canonicalize_qual().
2018-03-11 Magnus HaganderClarify initdb --help message for --wal-segsize
2018-03-10 Tom LaneIn psql, restore old behavior of Query_for_list_of_func...
2018-03-09 Tom LaneImprove predtest.c's internal docs, and enhance its...
2018-03-09 Tom LaneFix test_predtest's idea of what weak refutation means.
2018-03-08 Robert HaasCorrectly assess parallel-safety of tlists when SRFs...
2018-03-08 Tom LaneAdd test scaffolding for exercising optimizer's predica...
2018-03-08 Tom LaneRevert "Temporarily instrument postgres_fdw test to...
2018-03-08 Tom LaneIn initdb, don't bother trying max_connections = 10.
2018-03-08 Tom LaneFix cross-checking of ReservedBackends/max_wal_senders...
2018-03-07 Robert Haastest_decoding: Remove unused #include directives.
2018-03-07 Peter Eisentrautdoc: Add more substructure to SSL documentation
2018-03-07 Alvaro HerreraAdd missing debug lines during bootstrap
2018-03-07 Peter EisentrautFix typo
2018-03-07 Alvaro HerreraFix typo
2018-03-07 Peter EisentrautFix test counting in SSL tests
2018-03-07 Stephen FrostFix typo for RangeVarGetRelidExtended
2018-03-07 Peter EisentrautFix costing of parallel hash joins.
2018-03-07 Peter Eisentrautdoc: Improve calculation of vm.nr_hugepages
2018-03-07 Peter Eisentrautdoc: Add replication parameter to libpq documentation
2018-03-06 Alvaro HerreraRefrain from duplicating data in reorderbuffers
2018-03-06 Peter EisentrautFix expected error message in test
2018-03-06 Peter EisentrautRaise Test::More version requirement
2018-03-06 Alvaro HerreraFix bogus Name assignment in CreateStatistics
2018-03-06 Peter EisentrautTests for Kerberos/GSSAPI authentication
2018-03-06 Andres FreundFix parent node of WCO expressions in partitioned tables.
2018-03-06 Andres FreundAdd parenthesized options syntax for ANALYZE.
2018-03-05 Andres FreundFix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATI...
2018-03-05 Alvaro HerreraClone extended stats in CREATE TABLE (LIKE INCLUDING...
2018-03-05 Tom LaneTemporarily instrument postgres_fdw test to look for...
2018-03-05 Tom LaneAdd infrastructure to support server-version-dependent...
2018-03-05 Robert Haasshm_mq: Fix detach race condition.
2018-03-05 Fujii MasaoFix pg_rewind to handle relation data files in tablespa...
2018-03-05 Peter EisentrautRemove some obsolete procedure-specific code from PLs
2018-03-05 Peter Eisentrautdoc: Tiny whitespace fix
next