git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2017年12月21日 Tom Lane Rearrange execution of PARAM_EXTERN Params for plpgsql... commit | commitdiff | tree
2017年12月21日 Alvaro Herrera Get rid of copy_partition_key commit | commitdiff | tree
2017年12月21日 Alvaro Herrera Fix typo commit | commitdiff | tree
2017年12月21日 Tom Lane Avoid putting build-location-dependent strings into... commit | commitdiff | tree
2017年12月21日 Robert Haas Cancel CV sleep during subtransaction abort. commit | commitdiff | tree
2017年12月21日 Andres Freund Add parallel-aware hash joins. commit | commitdiff | tree
2017年12月20日 Robert Haas When passing query strings to workers, pass the termina... commit | commitdiff | tree
2017年12月19日 Robert Haas Test instrumentation of Hash nodes with parallel query. commit | commitdiff | tree
2017年12月19日 Robert Haas Try again to fix accumulation of parallel worker instru... commit | commitdiff | tree
2017年12月19日 Robert Haas Re-fix wrong costing of Sort under Gather Merge. commit | commitdiff | tree
2017年12月19日 Robert Haas Mark a few parallelism-related variables with PGDLLIMPORT. commit | commitdiff | tree
2017年12月19日 Peter Eisentraut Add libpq connection parameter "scram_channel_binding" commit | commitdiff | tree
2017年12月18日 Andres Freund Add shared tuplestores. commit | commitdiff | tree
2017年12月18日 Peter Eisentraut Move SCRAM-related name definitions to scram-common.h commit | commitdiff | tree
2017年12月18日 Peter Eisentraut doc: Fix figures in example description commit | commitdiff | tree
2017年12月18日 Fujii Masao Fix bug in cancellation of non-exclusive backup to... commit | commitdiff | tree
2017年12月18日 Robert Haas Fix crashes on plans with multiple Gather (Merge) nodes. commit | commitdiff | tree
2017年12月18日 Magnus Hagander Fix typo on comment commit | commitdiff | tree
2017年12月17日 Tom Lane Try harder to detect unavailability of __builtin_mul_ov... commit | commitdiff | tree
2017年12月17日 Tom Lane Suppress compiler warning about no function return... commit | commitdiff | tree
2017年12月16日 Andres Freund Try to detect runtime unavailability of __builtin_mul_o... commit | commitdiff | tree
2017年12月16日 Noah Misch Avoid and detect SIGPIPE race in TAP tests. commit | commitdiff | tree
2017年12月16日 Tom Lane Fix oversights in new plpgsql test suite infrastructure. commit | commitdiff | tree
2017年12月15日 Andres Freund Perform a lot more sanity checks when freezing tuples. commit | commitdiff | tree
2017年12月15日 Andres Freund Fix pruning of locked and updated tuples. commit | commitdiff | tree
2017年12月14日 Tom Lane Tighten configure's test for __builtin_constant_p(). commit | commitdiff | tree
2017年12月14日 Andres Freund Fix a number of copy & paste comment errors in common... commit | commitdiff | tree
2017年12月14日 Andrew Dunstan Fix walsender timeouts when decoding a large transaction commit | commitdiff | tree
2017年12月14日 Teodor Sigaev Add approximated Zipfian-distributed random generator... commit | commitdiff | tree
2017年12月13日 Andres Freund Allow executor nodes to change their ExecProcNode function. commit | commitdiff | tree
2017年12月13日 Andres Freund Add pg_attribute_always_inline. commit | commitdiff | tree
2017年12月13日 Andres Freund Add defenses against pre-crash files to BufFileOpenShar... commit | commitdiff | tree
2017年12月13日 Robert Haas Fix parallel index scan hang with deleted or half-dead... commit | commitdiff | tree
2017年12月13日 Robert Haas Revert "Fix accumulation of parallel worker instrumenta... commit | commitdiff | tree
2017年12月13日 Tom Lane Rethink MemoryContext creation to improve performance. commit | commitdiff | tree
2017年12月13日 Peter Eisentraut Start a separate test suite for plpgsql commit | commitdiff | tree
2017年12月13日 Peter Eisentraut Fix crash when using CALL on an aggregate commit | commitdiff | tree
2017年12月13日 Andres Freund Add float.h include to int8.c, for isnan(). commit | commitdiff | tree
2017年12月13日 Andres Freund Consistently use PG_INT(16|32|64)_(MIN|MAX). commit | commitdiff | tree
2017年12月13日 Peter Eisentraut PL/Python: Fix potential NULL pointer dereference commit | commitdiff | tree
2017年12月13日 Andres Freund Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just... commit | commitdiff | tree
2017年12月13日 Andres Freund Use new overflow aware integer operations. commit | commitdiff | tree
2017年12月13日 Andres Freund Provide overflow safe integer math inline functions. commit | commitdiff | tree
2017年12月13日 Robert Haas Remove obsolete comment. commit | commitdiff | tree
2017年12月12日 Robert Haas Remove bug from OPTIMIZER_DEBUG code for partition... commit | commitdiff | tree
2017年12月12日 Teodor Sigaev Make pg_trgm tests independ from standard_conforming_st... commit | commitdiff | tree
2017年12月11日 Peter Eisentraut Fix comment commit | commitdiff | tree
2017年12月11日 Tom Lane Fix corner-case coredump in _SPI_error_callback(). commit | commitdiff | tree
2017年12月11日 Robert Haas Improve comment about PartitionBoundInfoData. commit | commitdiff | tree
2017年12月10日 Tom Lane Stabilize output of new regression test case. commit | commitdiff | tree
2017年12月09日 Tom Lane Fix plpgsql to reinitialize record variables at block... commit | commitdiff | tree
2017年12月09日 Magnus Hagander Fix regression test output commit | commitdiff | tree
2017年12月09日 Magnus Hagander Fix typo commit | commitdiff | tree
2017年12月09日 Noah Misch MSVC 2012+: Permit linking to 32-bit, MinGW-built libra... commit | commitdiff | tree
2017年12月09日 Noah Misch MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T. commit | commitdiff | tree
2017年12月08日 Peter Eisentraut Prohibit identity columns on typed tables and partitions commit | commitdiff | tree
2017年12月08日 Peter Eisentraut Fix mistake in comment commit | commitdiff | tree
2017年12月08日 Tom Lane In plpgsql, unify duplicate variables for record and... commit | commitdiff | tree
2017年12月08日 Peter Eisentraut Apply identity sequence values on COPY commit | commitdiff | tree
2017年12月07日 Robert Haas Speed up isolation test for concurrent VACUUM/ANALYZE... commit | commitdiff | tree
2017年12月06日 Robert Haas Report failure to start a background worker. commit | commitdiff | tree
2017年12月06日 Robert Haas Fix Parallel Append crash. commit | commitdiff | tree
2017年12月06日 Tom Lane Adjust regression test cases added by commit ab7271677. commit | commitdiff | tree
2017年12月06日 Peter Eisentraut doc: Flex is not a GNU package commit | commitdiff | tree
2017年12月05日 Tom Lane Fix broken markup. commit | commitdiff | tree
2017年12月05日 Robert Haas Support Parallel Append plan nodes. commit | commitdiff | tree
2017年12月05日 Peter Eisentraut doc: Update memory requirements for FOP commit | commitdiff | tree
2017年12月05日 Robert Haas Fix accumulation of parallel worker instrumentation. commit | commitdiff | tree
2017年12月05日 Andres Freund Fix EXPLAIN ANALYZE of hash join when the leader doesn... commit | commitdiff | tree
2017年12月05日 Robert Haas postgres_fdw: Fix failing regression test. commit | commitdiff | tree
2017年12月05日 Robert Haas postgres_fdw: Judge password use by run-as user, not... commit | commitdiff | tree
2017年12月05日 Robert Haas Mark assorted variables PGDLLIMPORT. commit | commitdiff | tree
2017年12月05日 Peter Eisentraut doc: Turn on generate.consistent.ids parameter commit | commitdiff | tree
2017年12月05日 Tom Lane Treat directory open failures as hard errors in ResetUn... commit | commitdiff | tree
2017年12月05日 Peter Eisentraut Fix warnings from cpluspluscheck commit | commitdiff | tree
2017年12月04日 Tom Lane Simplify do_pg_start_backup's API by opening pg_tblspc... commit | commitdiff | tree
2017年12月04日 Tom Lane Improve error handling in RemovePgTempFiles(). commit | commitdiff | tree
2017年12月04日 Tom Lane Clean up assorted messiness around AllocateDir() usage. commit | commitdiff | tree
2017年12月04日 Robert Haas When VACUUM or ANALYZE skips a concurrently dropped... commit | commitdiff | tree
2017年12月04日 Tom Lane Support boolean columns in functional-dependency statis... commit | commitdiff | tree
2017年12月04日 Robert Haas Remove memory leak protection from Gather and Gather... commit | commitdiff | tree
2017年12月03日 Tom Lane Fix uninitialized-variable compiler warning induced... commit | commitdiff | tree
2017年12月02日 Andres Freund Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir(... commit | commitdiff | tree
2017年12月02日 Andres Freund Add infrastructure for sharing temporary files between... commit | commitdiff | tree
2017年12月01日 Robert Haas Minor code beautification in partition_bounds_equal. commit | commitdiff | tree
2017年12月01日 Robert Haas postgres_fdw: Fix test that didn't test what it claimed. commit | commitdiff | tree
2017年12月01日 Robert Haas Re-allow INSERT .. ON CONFLICT DO NOTHING on partitione... commit | commitdiff | tree
2017年12月01日 Robert Haas Try to exclude partitioned tables in toto. commit | commitdiff | tree
2017年12月01日 Robert Haas Fix uninitialized memory reference. commit | commitdiff | tree
2017年12月01日 Peter Eisentraut Check channel binding flag at end of SCRAM exchange commit | commitdiff | tree
2017年12月01日 Peter Eisentraut pg_basebackup: Fix progress messages when writing to... commit | commitdiff | tree
2017年11月30日 Robert Haas Remove extra word from comment. commit | commitdiff | tree
2017年11月30日 Peter Eisentraut SQL procedures commit | commitdiff | tree
2017年11月30日 Robert Haas Make create_unique_path manage memory like mark_dummy_rel. commit | commitdiff | tree
2017年11月30日 Noah Misch Fix non-GNU makefiles for AIX make. commit | commitdiff | tree
2017年11月30日 Tom Lane Fix neqjoinsel's behavior for semi/anti join cases. commit | commitdiff | tree
2017年11月30日 Andres Freund Add a barrier primitive for synchronizing backends. commit | commitdiff | tree
2017年11月30日 Andres Freund Add some regression tests that exercise hash join code. commit | commitdiff | tree
2017年11月29日 Robert Haas New C function: bms_add_range commit | commitdiff | tree
2017年11月29日 Robert Haas Add extensive tests for partition pruning. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /