]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-03-26 Andres FreundLLVMJIT: Free created module in LLVM < 5.
2018-03-26 Andres FreundMake new regression indpendent of max_parallel_workers...
2018-03-26 Andres FreundCorrect some typos in the new JIT code.
2018-03-26 Andres FreundJIT tuple deforming in LLVM JIT provider.
2018-03-26 Teodor SigaevSet random seed for pgbench.
2018-03-26 Alvaro HerreraFix thinko in comment
2018-03-26 Alvaro HerreraFix test impredictability
2018-03-26 Alvaro HerreraHandle INSERT .. ON CONFLICT with partitioned tables
2018-03-26 Alvaro HerreraFix typo
2018-03-26 Andrew DunstanRemove two tests inadvertently added in 2b27273435
2018-03-26 Andrew DunstanOptimize btree insertions for common case of increasing...
2018-03-25 Tom LaneDoc: add example of type resolution in nested UNIONs.
2018-03-25 Tom LaneFix unsafe extraction of the OID part of a relation...
2018-03-25 Peter Eisentrautpg_resetwal: Allow users to change the WAL segment...
2018-03-25 Peter Eisentrautinitdb: Further polishing of --wal-segsize option
2018-03-25 Tom LaneRemove useless if-test.
2018-03-25 Tom LaneDoc: remove extra comma in syntax summary for array_fill().
2018-03-25 Peter Eisentrautpg_resetwal: Fix logical typo in code
2018-03-25 Tom LaneAdd #includes missed in commit e22b27f0cb3ee03ee300d431...
2018-03-25 Tom LaneStabilize regression test result.
2018-03-25 Tom LaneMop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d.
2018-03-25 Peter EisentrautAdd long options to pg_resetwal and pg_controldata
2018-03-24 Peter Eisentrautinitdb: Improve --wal-segsize handling
2018-03-24 Peter EisentrautImprove pg_resetwal documentation
2018-03-24 Noah MischDon't qualify type pg_catalog.text in extend-extensions...
2018-03-23 Peter EisentrautSmall refactoring
2018-03-23 Peter EisentrautFurther fix interaction of Perl and stdbool.h
2018-03-23 Tom LaneFix make rules that generate multiple output files.
2018-03-23 Teodor SigaevExclude unlogged tables from base backups
2018-03-23 Peter EisentrautFix interaction of Perl and stdbool.h
2018-03-23 Peter Eisentrautpg_resetwal: Prevent division-by-zero errors
2018-03-23 Alvaro HerreraAllow FOR EACH ROW triggers on partitioned tables
2018-03-23 Peter Eisentrautpg_resetwal: Add simple test suite
2018-03-23 Andres FreundAdapt expression JIT to stdbool.h introduction.
2018-03-23 Peter EisentrautFix whitespace
2018-03-23 Peter EisentrautRemove stdbool workaround in sepgsql
2018-03-23 Peter EisentrautUse stdbool.h if suitable
2018-03-22 Andres FreundAdd expression compilation support to LLVM JIT provider.
2018-03-22 Andres FreundAdd FIELDNO_* macro designating offset into structs...
2018-03-22 Andres FreundExpand list of synchronized types and functions in...
2018-03-22 Tom LaneImprove style guideline compliance of assorted error...
2018-03-22 Robert HaasConsider Parallel Append of partial paths for UNION...
2018-03-22 Tom LaneSync up our various ways of estimating pg_class.reltuples.
2018-03-22 Andres FreundBasic planner and executor integration for JIT.
2018-03-22 Andres FreundAdd helpers for emitting LLVM IR.
2018-03-22 Andres FreundDebugging and profiling support for LLVM JIT provider.
2018-03-22 Andres FreundSupport for optimizing and emitting code in LLVM JIT...
2018-03-22 Robert HaasAvoid creating a TOAST table for a partitioned table.
2018-03-22 Robert HaasFix typo in comment.
2018-03-22 Robert Haasdoc: Update parallel join documentation for Parallel...
2018-03-22 Tom LaneFix tuple counting in SP-GiST index build.
2018-03-22 Robert HaasCall pgstat_report_activity() in parallel CREATE INDEX...
2018-03-22 Tom LaneFix errors in contrib/bloom index build.
2018-03-22 Robert HaasImplement partition-wise grouping/aggregation.
2018-03-22 Teodor SigaevAdd conditional.c to libpgfeutils for MSVC build
2018-03-22 Teodor SigaevUINT64CONST'fy long constants in pgbench
2018-03-22 Teodor SigaevAdd \if support to pgbench
2018-03-22 Dean RasheedImprove ANALYZE's strategy for finding MCVs.
2018-03-22 Andres FreundAdd file containing extensions of the LLVM C API.
2018-03-22 Andres FreundBasic JIT provider and error handling infrastructure.
2018-03-22 Andres FreundFix typo in BITCODE_CXXFLAGS assignment.
2018-03-22 Andres FreundEmpty CXXFLAGS inherited from autoconf.
2018-03-22 Tom LanePrevent extensions from creating custom GUCs that are...
2018-03-22 Tom LaneFix mishandling of quoted-list GUC values in pg_dump...
2018-03-21 Tom LaneImprove predtest.c's handling of cases with NULL-consta...
2018-03-21 Tom LaneChange oddly-chosen OID allocation.
2018-03-21 Peter Eisentrautpg_controldata: Prevent division-by-zero errors
2018-03-21 Alvaro HerreraFix relcache handling of the 'default' partition
2018-03-21 Teodor SigaevAdd general purpose hasing functions to pgbench.
2018-03-21 Tatsuo IshiiFix typo.
2018-03-21 Peter EisentrautHandle heap rewrites even better in logical decoding
2018-03-21 Teodor SigaevAdd strict_word_similarity to pg_trgm module
2018-03-21 Peter EisentrautAdd configure tests for stdbool.h and sizeof bool
2018-03-21 Andrew GierthRepair crash with unsortable grouping sets.
2018-03-21 Teodor SigaevRework word_similarity documentation, make it close...
2018-03-21 Peter Eisentrautdoc: Small wording improvement
2018-03-21 Andres FreundHandle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
2018-03-21 Andres FreundAdd configure infrastructure (--with-llvm) to enable...
2018-03-20 Andres FreundAdd C++ support to configure.
2018-03-20 Peter EisentrautAttempt to fix build with unusual OpenSSL versions
2018-03-20 Andres FreundAdd PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.
2018-03-20 Tom LaneMake configure check for a couple more Perl modules...
2018-03-20 Robert HaasDon't pass the grouping target around unnecessarily.
2018-03-20 Tom LaneDoc: typo fix, "PG_" should be "TG_" here.
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
next