]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-04-23  Peter Eisentrautdoc: Fix typos
2016-04-23  Bruce MomjianProperly mark initRectBox() as taking 'void' args
2016-04-22  Tom LaneConvert contrib/seg's bool-returning SQL functions...
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 GrittnerInclude snapmgr.h in blscan.c
2016-04-21  Robert HaasAllow queries submitted by postgres_fdw to be canceled.
2016-04-21  Kevin GrittnerInline initial comparisons in TestForOldSnapshot()
2016-04-21  Robert Haaspostgres_fdw: Don't push down certain full joins.
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  Magnus HaganderUpdate backup documentation for new APIs
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-18  Fujii MasaoFix typo in docs.
2016-04-18  Peter Eisentrautdoc: Document that sequences can also be extension...
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  Peter Eisentrautdoc: Change some "user" to "role" for consistency in...
2016-04-16  Peter Eisentrautdoc: Markup improvement
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 Eisentrautdoc: Add missing parentheses
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 Haaspostgres_fdw: Clean up handling of system columns.
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 LaneDocs: clarify description of LIMIT/OFFSET behavior.
2016-04-14  Tom LaneFix prototype of pgwin32_bind().
2016-04-14  Tom LaneFix broken dependency-mongering for index operator...
2016-04-14  Fujii MasaoFix duplicated index entry in doc.
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  Tom LaneImprove documentation for \crosstabview.
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().
2016-04-12  Tom LaneIn generic WAL application and replay, ensure page...
2016-04-12  Teodor SigaevAdd page id to bloom index
2016-04-12  Tom LaneRemove unnecessary definition of _WIN64 in libpq/win32...
2016-04-12  Stephen FrostCorrect copyright for newly added genericdesc.c
2016-04-12  Peter EisentrautFix whitespace
2016-04-12  Tom LaneFix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS...
2016-04-11  Tom LaneFix two places that thought Windows64 is indicated...
2016-04-11  Tom LaneFix freshly-introduced PL/Python portability bug.
2016-04-11  Kevin GrittnerUse static inline function for BufferGetPage()
2016-04-11  Kevin GrittnerMake oldSnapshotControl a pointer to a volatile structure
2016-04-11  Peter EisentrautFix whitespace
2016-04-11  Stephen FrostPrefix RLS regression test roles with 'regress_'
2016-04-11  Peter EisentrautAdd directory created during build to gitignore
2016-04-11  Tom LaneFix missing "volatile" in PLy_output().
2016-04-11  Peter Eisentrautcpluspluscheck: Update include path
2016-04-11  Fujii MasaoFix documented return type of pg_logical_emit_message...
2016-04-11  Fujii MasaoUse ereport(ERROR) instead of Assert() to emit syncrep_...
2016-04-11  Tom LaneFix poorly thought-through code from commit 5c3c3cd0a30...
2016-04-11  Tom Lanepg_dump: add missing "destroyPQExpBuffer(query)" in...
2016-04-11  Tom LaneAdd comment about intentional fallthrough in switch.
2016-04-11  Tom LaneClean up foreign-key caching code in planner.
2016-04-11  Tom LaneFix access-to-already-freed-memory issue in plpython...
2016-04-11  Andres FreundAvoid the use of a separate spinlock to protect a LWLoc...
2016-04-11  Andres FreundAllow Pin/UnpinBuffer to operate in a lockfree manner.
2016-04-10  Tom LaneImprove contrib/bloom regression test using code covera...
2016-04-10  Alvaro HerreraFix possible NULL dereference in ExecAlterObjectDependsStmt
2016-04-10  Tom LaneFurther minor improvement in generic_xlog.c: always...
2016-04-09  Tom LaneMicro-optimize GenericXLogFinish().
next