]> granicus.if.org Git - postgresql/shortlog
postgresql
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
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
next