]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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().
2016-04-09  Tom LaneFix PL/Python ereport() test to work on Python 2.3.
2016-04-09  Tom LaneGet rid of GenericXLogUnregister().
2016-04-09  Tom LaneGet rid of blinsert()'s use of GenericXLogUnregister().
2016-04-09  Tom LaneCode review/prettification for generic_xlog.c.
2016-04-09  Tom LaneRun pgindent on generic_xlog.c.
2016-04-09  Kevin GrittnerFix typo in C comment.
2016-04-09  Kevin GrittnerTurn special page pointer validation to static inline...
2016-04-09  Alvaro HerreraMove \crosstabview regression tests to a separate file
2016-04-08  Alvaro HerreraSupport \crosstabview in psql
2016-04-08  Kevin GrittnerAdd snapshot_too_old to NSVC @contrib_excludes
2016-04-08  Andres FreundExpose more out/readfuncs support functions.
2016-04-08  Stephen FrostCreate default roles
2016-04-08  Stephen FrostReserve the "pg_" namespace for roles
2016-04-08  Stephen FrostFix improper usage of 'dump' bitmap
2016-04-08  Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08  Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08  Stephen FrostIn dumpTable, re-instate the skipping logic
next