]> granicus.if.org Git - postgresql/history - src
Again update typedefs.list file in preparation for pgindent run
[postgresql] / src /
2016-05-02 Robert HaasAgain update typedefs.list file in preparation for...
2016-05-01 Tom LaneAdd a --non-master-only option to git_changelog.
2016-04-30 Tom LaneSmall improvements to OPTIMIZER_DEBUG code.
2016-04-30 Tom LaneFix planner crash from pfree'ing a partial path that...
2016-04-30 Tom LaneRemove warning about num_sync being too large in synchr...
2016-04-30 Tom LaneFix mishandling of equivalence-class tests in parameter...
2016-04-29 Kevin GrittnerAdd a few entries to the tail of time mapping, to see...
2016-04-29 Andrew DunstanFix comment whitespace in VS2105 patch
2016-04-29 Magnus HaganderFix typo
2016-04-29 Andrew DunstanFix typo in VS2015 patch
2016-04-29 Andrew DunstanSupport building with Visual Studio 2015
2016-04-29 Andres FreundRemember asking for feedback during walsender shutdown.
2016-04-28 Tom LaneAdjust DatumGetBool macro, this time for sure.
2016-04-28 Teodor SigaevPrevent to use magic constants
2016-04-28 Teodor SigaevPrevent multiple cleanup process for pending list in...
2016-04-27 Tom LaneUse memmove() not memcpy() to slide some pointers down.
2016-04-27 Tom LaneClean up parsing of synchronous_standby_names GUC variable.
2016-04-27 Robert HaasFix wrong word.
2016-04-27 Robert HaasChange postgresql.conf.sample to say that fsync=off...
2016-04-27 Robert HaasTighten up sanity checks for parallel aggregate in...
2016-04-27 Robert HaasRemove inadvertently commited vim swapfile.
2016-04-27 Robert HaasUpdate typedefs.list file in preparation for pgindent run
2016-04-27 Robert HaasClean up a few parallelism-related things that pgindent...
2016-04-27 Robert HaasRemove mergeHyperLogLog.
2016-04-27 Robert HaasFix EXPLAIN VERBOSE output for parallel aggregate.
2016-04-27 Andres FreundDon't open formally non-existent segments in _mdfd_gets...
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
2016-04-27 Robert HaasFix pg_get_functiondef to dump parallel-safety markings.
2016-04-27 Noah MischImpose a full barrier in generic-xlc.h atomics functions.
2016-04-27 Peter Eisentrautpg_dump: Message style improvements
2016-04-26 Tom LaneAdd a --brief option to git_changelog.
2016-04-26 Tom LaneFix order of shutdown cleanup operations in PostgresNod...
2016-04-26 Tom LaneYet more portability hacking for degree-based trig...
2016-04-26 Robert HaasEnable parallel query by default.
2016-04-26 Magnus HaganderFix typo in comment
2016-04-25 Peter Eisentrautpg_dump: Message style improvements
2016-04-25 Kevin GrittnerFix C comment typo and redundant test
2016-04-25 Tom LaneNew method for preventing compile-time calculation...
2016-04-25 Tom LaneTry harder to detect a port conflict in PostgresNode.pm.
2016-04-25 Peter EisentrautUpdate GETTEXT_FILES after config and controldata refac...
2016-04-24 Tom LaneImprove PostgresNode.pm's logic for detecting already...
2016-04-24 Andres FreundFix documentation & config inconsistencies around 428b1...
2016-04-23 Tom LaneRename strtoi() to strtoint().
2016-04-23 Bruce MomjianProperly mark initRectBox() as taking 'void' args
2016-04-22 Magnus HaganderAdd putenv support for msvcrt from Visual Studio 2013
2016-04-22 Tom LaneFix unexpected side-effects of operator_precedence_warning.
2016-04-22 Tom LaneFix planner failure with full join in RHS of left join.
2016-04-21 Tom LaneImprove TranslateSocketError() to handle more Windows...
2016-04-21 Tom LaneRemove dead code in win32.h.
2016-04-21 Tom LanePGDLLIMPORT-ify old_snapshot_threshold.
2016-04-21 Tom LaneFix ruleutils.c's dumping of ScalarArrayOpExpr containi...
2016-04-21 Robert HaasPrevent possible crash reading pg_stat_activity.
2016-04-21 Robert HaasComment improvements for ForeignPath.
2016-04-21 Robert HaasFix assorted defects in 09adc9a8c09c9640de05c7023b27fb8...
2016-04-21 Kevin GrittnerInline initial comparisons in TestForOldSnapshot()
2016-04-21 Tom LaneHonor PGCTLTIMEOUT environment variable for pg_regress...
2016-04-21 Robert HaasAdd pg_dump support for the new PARALLEL option for...
2016-04-20 Robert HaasForbid parallel Hash Right Join or Hash Full Join.
2016-04-20 Tom LaneFix memory leak and other bugs in ginPlaceToPage()...
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-19 Tom LaneImprove regression tests for degree-based trigonometric...
2016-04-18 Tom LaneMake partition-lock-release coding more transparent...
2016-04-18 Tom LaneFurther reduce the number of semaphores used under...
2016-04-17 Tom LaneAvoid code duplication in \crosstabview.
2016-04-16 Tom LaneAdjust spin.c's spinlock emulation so that 0 is not...
2016-04-16 Tom LaneDisallow creation of indexes on system columns (except...
2016-04-16 Stephen FrostIn recordExtensionInitPriv(), keep the scan til we...
2016-04-16 Peter Eisentrautpsql: Add new gettext trigger
2016-04-15 Tom LaneUse less-generic names in matview.sql.
2016-04-15 Tom LaneFix possible crash in ALTER TABLE ... REPLICA IDENTITY...
2016-04-15 Robert HaasTweak EXPLAIN for parallel query to show workers launched.
2016-04-15 Tom LaneFix portability problem induced by commit a6f6b7819.
2016-04-15 Magnus HaganderFix typo in comment
2016-04-15 Magnus HaganderUpdate helptext for vcregress.pl
2016-04-15 Fujii MasaoMake regression test for multiple synchronous standbys...
2016-04-15 Tom LaneFix memory leak in GIN index scans.
2016-04-15 Tom LaneRethink \crosstabview's argument parsing logic.
2016-04-15 Andres FreundMake init_spin_delay() C89 compliant #2.
2016-04-15 Andres FreundRemove trailing commas in enums.
2016-04-15 Andres FreundFix trivial typo.
2016-04-14 Tom LaneFix core dump in ReorderBufferRestoreChange on alignmen...
2016-04-14 Tom LaneAdjust signature of walrcv_receive hook.
2016-04-14 Tom LaneAdjust datatype of ReplicationState.acquired_by.
2016-04-14 Tom LaneFix prototype of pgwin32_bind().
2016-04-14 Tom LaneFix broken dependency-mongering for index operator...
2016-04-14 Stephen FrostDisallow SET SESSION AUTHORIZATION pg_*
2016-04-14 Andres FreundAdd required database and origin filtering for logical...
2016-04-14 Andres FreundMake init_spin_delay() C89 compliant and change stuck...
2016-04-13 Tom LaneFix pg_dump so pg_upgrade'ing an extension with simple...
2016-04-13 Andres FreundAvoid atomic operation in MarkLocalBufferDirty().
2016-04-13 Tom LaneWiden amount-to-flush arguments of FileWriteback and...
2016-04-13 Tom LaneFix assorted portability issues with using msync()...
2016-04-13 Robert HaasUse PG_INT32_MIN instead of reiterating the constant.
2016-04-12 Tom LaneProvide errno-translation wrappers around bind() and...
2016-04-12 Robert HaasFix costing for parallel aggregation.
2016-04-12 Fujii MasaoRemove unused function GetOldestWALSendPointer from...
2016-04-12 Tom LaneRedefine create_upper_paths_hook as being invoked once...
2016-04-12 Tom LaneImprove coding of column-name parsing in psql's new...
2016-04-12 Kevin GrittnerAvoid extra locks in GetSnapshotData if old_snapshot_th...
2016-04-12 Tom LaneImprove API of GenericXLogRegister().
next