]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2017-12-11  Peter EisentrautFix comment
2017-12-11  Tom LaneFix corner-case coredump in _SPI_error_callback().
2017-12-11  Robert HaasImprove comment about PartitionBoundInfoData.
2017-12-10  Tom LaneStabilize output of new regression test case.
2017-12-09  Tom LaneFix plpgsql to reinitialize record variables at block...
2017-12-09  Magnus HaganderFix regression test output
2017-12-09  Magnus HaganderFix typo
2017-12-09  Noah MischMSVC 2012+: Permit linking to 32-bit, MinGW-built libra...
2017-12-09  Noah MischMSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
2017-12-08  Peter EisentrautProhibit identity columns on typed tables and partitions
2017-12-08  Peter EisentrautFix mistake in comment
2017-12-08  Tom LaneIn plpgsql, unify duplicate variables for record and...
2017-12-08  Peter EisentrautApply identity sequence values on COPY
2017-12-07  Robert HaasSpeed up isolation test for concurrent VACUUM/ANALYZE...
2017-12-06  Robert HaasReport failure to start a background worker.
2017-12-06  Robert HaasFix Parallel Append crash.
2017-12-06  Tom LaneAdjust regression test cases added by commit ab7271677.
2017-12-06  Peter Eisentrautdoc: Flex is not a GNU package
2017-12-05  Tom LaneFix broken markup.
2017-12-05  Robert HaasSupport Parallel Append plan nodes.
2017-12-05  Peter Eisentrautdoc: Update memory requirements for FOP
2017-12-05  Robert HaasFix accumulation of parallel worker instrumentation.
2017-12-05  Andres FreundFix EXPLAIN ANALYZE of hash join when the leader doesn...
2017-12-05  Robert Haaspostgres_fdw: Fix failing regression test.
2017-12-05  Robert Haaspostgres_fdw: Judge password use by run-as user, not...
2017-12-05  Robert HaasMark assorted variables PGDLLIMPORT.
2017-12-05  Peter Eisentrautdoc: Turn on generate.consistent.ids parameter
2017-12-05  Tom LaneTreat directory open failures as hard errors in ResetUn...
2017-12-05  Peter EisentrautFix warnings from cpluspluscheck
2017-12-04  Tom LaneSimplify do_pg_start_backup's API by opening pg_tblspc...
2017-12-04  Tom LaneImprove error handling in RemovePgTempFiles().
2017-12-04  Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-12-04  Robert HaasWhen VACUUM or ANALYZE skips a concurrently dropped...
2017-12-04  Tom LaneSupport boolean columns in functional-dependency statis...
2017-12-04  Robert HaasRemove memory leak protection from Gather and Gather...
2017-12-03  Tom LaneFix uninitialized-variable compiler warning induced...
2017-12-02  Andres FreundAdjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir(...
2017-12-02  Andres FreundAdd infrastructure for sharing temporary files between...
2017-12-01  Robert HaasMinor code beautification in partition_bounds_equal.
2017-12-01  Robert Haaspostgres_fdw: Fix test that didn't test what it claimed.
2017-12-01  Robert HaasRe-allow INSERT .. ON CONFLICT DO NOTHING on partitione...
2017-12-01  Robert HaasTry to exclude partitioned tables in toto.
2017-12-01  Robert HaasFix uninitialized memory reference.
2017-12-01  Peter EisentrautCheck channel binding flag at end of SCRAM exchange
2017-12-01  Peter Eisentrautpg_basebackup: Fix progress messages when writing to...
2017-11-30  Robert HaasRemove extra word from comment.
2017-11-30  Peter EisentrautSQL procedures
2017-11-30  Robert HaasMake create_unique_path manage memory like mark_dummy_rel.
2017-11-30  Noah MischFix non-GNU makefiles for AIX make.
2017-11-30  Tom LaneFix neqjoinsel's behavior for semi/anti join cases.
2017-11-30  Andres FreundAdd a barrier primitive for synchronizing backends.
2017-11-30  Andres FreundAdd some regression tests that exercise hash join code.
2017-11-29  Robert HaasNew C function: bms_add_range
2017-11-29  Robert HaasAdd extensive tests for partition pruning.
2017-11-29  Peter EisentrautPL/Python: Fix remaining scan-build warnings
2017-11-29  Peter EisentrautAdd compiler hints to PLy_elog()
2017-11-29  Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-29  Tom LaneClarify old comment about qual_is_pushdown_safe's handl...
2017-11-29  Alvaro HerreraMake memset() use sizeof() rather than re-compute size
2017-11-29  Alvaro HerreraFix extstat collection when no stats are produced for...
2017-11-28  Robert HaasFix wrong function name in comment.
2017-11-28  Robert HaasIf a range-partitioned table has no default partition...
2017-11-28  Peter EisentrautRevert "PL/Python: Fix potential NULL pointer dereference"
2017-11-28  Robert HaasFix ReinitializeParallelDSM to tolerate finding no...
2017-11-28  Robert HaasTeach bitmap heap scan to cope with absence of a DSA.
2017-11-28  Peter EisentrautPL/Python: Fix potential NULL pointer dereference
2017-11-28  Robert HaasAdd null test to partition constraint for default range...
2017-11-28  Robert HaasFix typo.
2017-11-28  Tom LaneMark some more functions as pg_attribute_noreturn().
2017-11-28  Tom LaneFix assorted syscache lookup sloppiness in partition...
2017-11-27  Tom LaneFix creation of resjunk tlist entries for inherited...
2017-11-27  Simon RiggsAdditional docs for toast_tuple_target changes
2017-11-27  Simon RiggsPad XLogReaderState's per-buffer data_bufsz more aggres...
2017-11-27  Magnus HaganderFix typo in comment
next