]> granicus.if.org Git - postgresql/history - src
Update pgindent's typedefs blacklist, and make it easier to adjust.
[postgresql] / src /
2018-03-27 Tom LaneUpdate pgindent's typedefs blacklist, and make it easie...
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-03-27 Simon RiggsAllow HOT updates for some expression indexes
2018-03-27 Peter Eisentrautlibpq: PQhost to return active connected host or hostaddr
2018-03-27 Teodor SigaevFix count of skipped test of basebackup on Windows
2018-03-27 Teodor SigaevSkip temp tables from basebackup.
2018-03-27 Teodor SigaevAdd predicate locking for GiST
2018-03-26 Andres FreundAdapt to LLVM 7+ Orc API changes.
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 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 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 Peter EisentrautAdd long options to pg_resetwal and pg_controldata
2018-03-24 Peter Eisentrautinitdb: Improve --wal-segsize handling
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 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 Tom LaneFix tuple counting in SP-GiST index build.
2018-03-22 Robert HaasCall pgstat_report_activity() in parallel CREATE INDEX...
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 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 Peter EisentrautHandle heap rewrites even better in logical decoding
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 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 Robert HaasDon't pass the grouping target around unnecessarily.
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 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 Peter EisentrautChange transaction state debug strings to match enum...
2018-03-16 Peter EisentrautImprove savepoint error messages
next