]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-01-05  Bruce Momjianpg_upgrade: simplify code layout in a few places
2018-01-05  Alvaro HerreraFix failure to delete spill files of aborted transactions
2018-01-05  Peter EisentrautAnother attempt at fixing build with various OpenSSL...
2018-01-04  Peter EisentrautAdd missing includes
2018-01-04  Robert HaasMinor preparatory refactoring for UPDATE row movement.
2018-01-04  Peter EisentrautFix build with older OpenSSL versions
2018-01-04  Tom LaneFix new test case to not be endian-dependent.
2018-01-04  Robert HaasSimplify and encapsulate tuple routing support code.
2018-01-04  Peter EisentrautImplement channel binding tls-server-end-point for...
2018-01-04  Tom LaneFix incorrect computations of length of null bitmap...
2018-01-04  Peter EisentrautRefactor channel binding code to fetch cbind_data only...
2018-01-04  Peter EisentrautDefine LDAPS_PORT if it's missing and disable implicit...
2018-01-04  Robert HaasCode review for Parallel Append.
2018-01-04  Tom LaneTweak parallel hash join test case in hopes of improvin...
2018-01-03  Tom LaneClean up tupdesc.c for recent changes.
2018-01-03  Alvaro HerreraFix typo
2018-01-03  Alvaro HerreraRevert "Fix isolation test to be less timing-dependent"
2018-01-03  Andres FreundRename pg_rewind's copy_file_range() to avoid conflict...
2018-01-03  Andrew DunstanFix use of config-specific libraries for Windows OpenSSL
2018-01-03  Alvaro HerreraMake XactLockTableWait work for transactions that are...
2018-01-03  Tom LaneFix some minor errors in new PHJ code.
2018-01-03  Tom LaneTeach eval_const_expressions() to handle some more...
2018-01-03  Peter EisentrautAllow ldaps when using ldap authentication
2018-01-03  Alvaro HerreraFix isolation test to be less timing-dependent
2018-01-03  Bruce MomjianUpdate copyright for 2018
2018-01-03  Andres FreundSimplify representation of aggregate transition values...
2018-01-03  Tom LaneEnsure proper alignment of tuples in HashMemoryChunkDat...
2018-01-02  Alvaro HerreraFix deadlock hazard in CREATE INDEX CONCURRENTLY
2018-01-02  Peter EisentrautDon't cast between GinNullCategory and bool
2018-01-01  Andres FreundFix EXPLAIN ANALYZE output for Parallel Hash.
2018-01-01  Noah MischIn tests, await an LSN no later than the recovery target.
2017-12-31  Tom LaneMerge coding of return/exit/continue cases in plpgsql...
2017-12-31  Tom LaneImprove regression tests' code coverage for plpgsql...
2017-12-29  Alvaro HerreraFix typo
2017-12-29  Andres FreundPerform slot validity checks in a separate pass over...
2017-12-29  Andres FreundRely on executor utils to build targetlist for DML...
2017-12-29  Magnus HaganderProperly set base backup backends to active in pg_stat_...
2017-12-29  Simon RiggsFix race condition when changing synchronous_standby_names
2017-12-29  Simon RiggsExtend near-wraparound hints to include replication...
2017-12-29  Andrew DunstanAllow leading zero on exponents in pgbench test results
2017-12-28  Andres FreundFix rare assertion failure in parallel hash join.
2017-12-27  Alvaro HerreraProtect against hypothetical memory leaks in RelationGe...
2017-12-27  Robert HaasRemove incorrect apostrophe.
2017-12-27  Robert HaasFix race-under-concurrency in PathNameCreateTemporaryDir.
2017-12-27  Robert HaasAdd pow(), aka power(), function to pgbench.
2017-12-27  Teodor SigaevUpdate relation's stats in pg_class during vacuum full.
2017-12-26  Peter EisentrautAdd support for static assertions in C++
2017-12-26  Peter EisentrautAdd includes to make header files self-contained
2017-12-25  Teodor SigaevAdd polygon opclass for SP-GiST
2017-12-24  Andres FreundFix assert with side effects in the new PHJ code.
2017-12-22  Tom LaneFix UNION/INTERSECT/EXCEPT over no columns.
2017-12-22  Teodor SigaevAdd optional compression method to SP-GiST
2017-12-21  Alvaro HerreraMinor edits to catalog files and scripts
2017-12-21  Robert HaasAdjust assertion in GetCurrentCommandId.
2017-12-21  Tom LaneRearrange execution of PARAM_EXTERN Params for plpgsql...
2017-12-21  Alvaro HerreraGet rid of copy_partition_key
2017-12-21  Alvaro HerreraFix typo
2017-12-21  Tom LaneAvoid putting build-location-dependent strings into...
2017-12-21  Robert HaasCancel CV sleep during subtransaction abort.
2017-12-21  Andres FreundAdd parallel-aware hash joins.
2017-12-20  Robert HaasWhen passing query strings to workers, pass the termina...
2017-12-19  Robert HaasTest instrumentation of Hash nodes with parallel query.
2017-12-19  Robert HaasTry again to fix accumulation of parallel worker instru...
2017-12-19  Robert HaasRe-fix wrong costing of Sort under Gather Merge.
2017-12-19  Robert HaasMark a few parallelism-related variables with PGDLLIMPORT.
2017-12-19  Peter EisentrautAdd libpq connection parameter "scram_channel_binding"
2017-12-18  Andres FreundAdd shared tuplestores.
2017-12-18  Peter EisentrautMove SCRAM-related name definitions to scram-common.h
2017-12-18  Peter Eisentrautdoc: Fix figures in example description
2017-12-18  Fujii MasaoFix bug in cancellation of non-exclusive backup to...
2017-12-18  Robert HaasFix crashes on plans with multiple Gather (Merge) nodes.
2017-12-18  Magnus HaganderFix typo on comment
2017-12-17  Tom LaneTry harder to detect unavailability of __builtin_mul_ov...
2017-12-17  Tom LaneSuppress compiler warning about no function return...
2017-12-16  Andres FreundTry to detect runtime unavailability of __builtin_mul_o...
2017-12-16  Noah MischAvoid and detect SIGPIPE race in TAP tests.
2017-12-16  Tom LaneFix oversights in new plpgsql test suite infrastructure.
2017-12-15  Andres FreundPerform a lot more sanity checks when freezing tuples.
2017-12-15  Andres FreundFix pruning of locked and updated tuples.
2017-12-14  Tom LaneTighten configure's test for __builtin_constant_p().
2017-12-14  Andres FreundFix a number of copy & paste comment errors in common...
2017-12-14  Andrew DunstanFix walsender timeouts when decoding a large transaction
2017-12-14  Teodor SigaevAdd approximated Zipfian-distributed random generator...
2017-12-13  Andres FreundAllow executor nodes to change their ExecProcNode function.
2017-12-13  Andres FreundAdd pg_attribute_always_inline.
2017-12-13  Andres FreundAdd defenses against pre-crash files to BufFileOpenShar...
2017-12-13  Robert HaasFix parallel index scan hang with deleted or half-dead...
2017-12-13  Robert HaasRevert "Fix accumulation of parallel worker instrumenta...
2017-12-13  Tom LaneRethink MemoryContext creation to improve performance.
2017-12-13  Peter EisentrautStart a separate test suite for plpgsql
2017-12-13  Peter EisentrautFix crash when using CALL on an aggregate
2017-12-13  Andres FreundAdd float.h include to int8.c, for isnan().
2017-12-13  Andres FreundConsistently use PG_INT(16|32|64)_(MIN|MAX).
2017-12-13  Peter EisentrautPL/Python: Fix potential NULL pointer dereference
2017-12-13  Andres FreundMake PGAC_C_BUILTIN_OP_OVERFLOW link instead of just...
2017-12-13  Andres FreundUse new overflow aware integer operations.
2017-12-13  Andres FreundProvide overflow safe integer math inline functions.
2017-12-13  Robert HaasRemove obsolete comment.
2017-12-12  Robert HaasRemove bug from OPTIMIZER_DEBUG code for partition...
2017-12-12  Teodor SigaevMake pg_trgm tests independ from standard_conforming_st...
next