]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2018-03-04 Magnus HaganderActually pick .lib file when multiple perl libs are...
2018-03-04 Peter EisentrautPL/pgSQL: Simplify RETURN checking for procedures
2018-03-04 Tom LaneFix assorted issues in convert_to_scalar().
2018-03-03 Peter Eisentrautdoc: Small wording improvement
2018-03-03 Peter Eisentrautdoc: Fix links to pg_stat_replication
2018-03-03 Peter EisentrautMinor fixes for reloptions tests
2018-03-03 Tom LaneMinor cleanup in genbki.pl.
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.
next