]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-03-29 Robert HaasPostpone generate_gather_paths for topmost scan/join...
2018-03-29 Robert HaasTeach create_projection_plan to omit projection where...
2018-03-29 Bruce MomjianC comments: "a" <--> "an" corrections
2018-03-29 Bruce MomjianREADME change: update for hash access method
2018-03-29 Magnus HaganderFix incorrect copy/paste in comment
2018-03-29 Magnus HaganderFix typo in comment
2018-03-29 Tom LaneRemove unnecessary BufferGetPage() calls in fsm_vacuum_...
2018-03-29 Tom LaneRemove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRang...
2018-03-29 Bruce MomjianC comment: fix wording about shared memory message...
2018-03-29 Tom LaneWhile vacuuming a large table, update upper-level FSM...
2018-03-29 Teodor SigaevAdd casts from jsonb
2018-03-29 Bruce Momjiandocs: fix INSTALL.xml build by using "standalone-ignore"
2018-03-29 Magnus HaganderFix typo in comment
2018-03-28 Peter EisentrautAllow committing inside cursor loop
2018-03-28 Bruce MomjianC comment: fix typo, log -> lag
2018-03-28 Andres FreundFix mistakes in the just added JIT docs.
2018-03-28 Andres FreundAdd documentation for the JIT feature.
2018-03-28 Andres FreundAdd EXPLAIN support for JIT.
2018-03-28 Andres FreundAdd inlining support to LLVM JIT provider.
2018-03-28 Andres FreundUse isinf builtin for clang, for performance.
2018-03-28 Fujii MasaoMake pg_rewind skip files and directories that are...
2018-03-28 Fujii MasaoFix handling of files that source server removes during...
2018-03-28 Peter EisentrautPL/pgSQL: Nested CALL with transactions
2018-03-28 Tom LaneFix actual and potential double-frees around tuplesort...
2018-03-28 Simon RiggsStore 2PC GID in commit/abort WAL recs for logical...
2018-03-28 Peter EisentrautAttempt to fix jsonb_plpython build on Windows
2018-03-28 Peter EisentrautFix jsonb_plpython tests on older Python versions
2018-03-28 Peter EisentrautTransforms for jsonb to PL/Python
2018-03-28 Andrew DunstanMake fast_default regression tests locale independent
2018-03-28 Simon RiggsUse pg_stat_get_xact* functions within xacts
2018-03-28 Andres FreundQuick adaption of JIT tuple deforming to the fast defau...
2018-03-28 Andres FreundAdd catversion bump missed in 16828d5c0.
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
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 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.
next