]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-01-22  Tom LaneMove handling of database properties from pg_dumpall...
2018-01-22  Tom LaneReorder code in pg_dump to dump comments etc in a unifo...
2018-01-22  Peter EisentrautPL/Python: Fix tests for older Python versions
2018-01-22  Tom LaneMake pg_dump's ACL, sec label, and comment entries...
2018-01-22  Peter EisentrautTransaction control in PL procedures
2018-01-22  Magnus HaganderFix docs typo
2018-01-21  Magnus HaganderSupport huge pages on Windows
2018-01-21  Magnus HaganderFix wording of "hostaddrs"
2018-01-21  Bruce Momjiandoc: update intermediate certificate instructions
2018-01-20  Peter EisentrautImprove type conversion of SPI_processed in Python
2018-01-20  Tom LaneSuppress possibly-uninitialized-variable warnings.
2018-01-19  Peter EisentrautPL/Python: Simplify PLyLong_FromInt64
2018-01-19  Robert HaasAllow UPDATE to move rows between partitions.
2018-01-19  Alvaro HerreraFix CompareIndexInfo's attnum comparisons
2018-01-19  Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-19  Peter EisentrautReplace GrantObjectType with ObjectType
2018-01-19  Alvaro HerreraFix pg_dump version comparison
2018-01-19  Alvaro HerreraFix regression tests for better stability
2018-01-19  Alvaro HerreraLocal partitioned indexes
2018-01-19  Alvaro HerreraFix StoreCatalogInheritance1 to use 32bit inhseqno
2018-01-19  Robert HaasTransfer state pertaining to pending REINDEX operations...
2018-01-19  Simon RiggsFix typo in recent commit
2018-01-19  Peter EisentrautUpdate comment
2018-01-18  Peter EisentrautFix typo and improve punctuation
2018-01-18  Peter EisentrautAdd tests for session_replication_role
2018-01-18  Tom LaneExtend configure's __int128 test to check for a known...
2018-01-18  Peter Eisentrautdoc: Expand documentation of session_replication_role
2018-01-17  Bruce MomjianReorder C includes
2018-01-17  Robert Haaspostgres_fdw: Avoid 'outer pathkeys do not match mergec...
2018-01-17  Tom LaneRemove useless lookup of root partitioned rel in ExecIn...
2018-01-17  Simon RiggsAbility to advance replication slots
2018-01-17  Andrew DunstanFix compiler warnings due to commit cc4feded
2018-01-17  Andrew DunstanCentralize json and jsonb handling of datetime types
2018-01-16  Peter EisentrautRemove useless use of bit-masking macros
2018-01-13  Michael MeskesCope with indicator arrays that do not have the correct...
2018-01-12  Bruce Momjiandocs: replace dblink() mention with foreign data mention
2018-01-12  Tom LaneFix postgres_fdw to cope with duplicate GROUP BY entries.
2018-01-12  Tom LaneAvoid unnecessary failure in SELECT concurrent with...
2018-01-12  Tom LaneFix incorrect handling of subquery pullup in the presen...
2018-01-12  Michael MeskesFix parsing of compatibility mode argument.
2018-01-12  Alvaro HerreraRemove hard-coded schema knowledge about pg_attribute...
2018-01-12  Bruce MomjianC comment: fix "the the" mentions in C comments
2018-01-11  Peter EisentrautRefactor subscription tests to use PostgresNode's wait_...
2018-01-11  Tom LaneAdd QueryEnvironment to ExplainOneQuery_hook's paramete...
2018-01-11  Tom LaneCosmetic fix in postgres_fdw.c.
2018-01-11  Bruce Momjiandoc: add JSON acronym
2018-01-11  Peter EisentrautFix Latin spelling
2018-01-11  Teodor Sigaevllow negative coordinate for ~> (cube, int) operator
2018-01-11  Teodor SigaevFix behavior of ~> (cube, int) operator
2018-01-10  Tom LaneFix sample INSTR() functions in the plpgsql documentation.
2018-01-10  Peter EisentrautUse portal pinning in PL/Perl and PL/Python
2018-01-10  Peter EisentrautAdd tests for PL/pgSQL returning unnamed portals as...
2018-01-10  Peter EisentrautRevert "Move portal pinning from PL/pgSQL to SPI"
2018-01-10  Tom LaneRemove dubious micro-optimization in ckpt_buforder_comp...
2018-01-10  Robert HaasAdd missing "return" statement to accumulate_append_sub...
2018-01-10  Peter EisentrautMove portal pinning from PL/pgSQL to SPI
2018-01-10  Peter EisentrautGive more accurate error message for dropping pinned...
2018-01-10  Teodor SigaevFix allowing of leading zero on exponents in pgbench...
2018-01-09  Bruce MomjianRemove outdated/removed Win32 URLs in C comments
2018-01-09  Andres FreundExpression evaluation based aggregate transition invoca...
2018-01-09  Alvaro HerreraChange some bogus PageGetLSN calls to BufferGetLSNAtomic
2018-01-09  Andrew DunstanImplement TZH and TZM timestamp format patterns
2018-01-09  Peter EisentrautRemove PortalGetQueryDesc()
2018-01-09  Peter EisentrautUpdate portal-related memory context names and API
2018-01-09  Tom LaneRewrite list_qsort() to avoid trashing its input list.
2018-01-09  Tom LaneImprove the heuristic for ordering child paths of a...
2018-01-09  Tom LaneWhile waiting for a condition variable, detect postmast...
2018-01-09  Peter EisentrautFix ssl tests for when tls-server-end-point is not...
2018-01-09  Tom LaneFix race condition during replication origin drop.
2018-01-09  Tom LaneAllow ConditionVariable[PrepareTo]Sleep to auto-switch...
2018-01-09  Robert HaasDon't allow VACUUM VERBOSE ANALYZE VERBOSE.
2018-01-09  Teodor SigaevImprove scripting language in pgbench
2018-01-09  Robert HaasFix comment.
2018-01-09  Bruce Momjianpg_upgrade: prevent check on live cluster from generat...
2018-01-08  Tom LaneCosmetic improvements in condition_variable.[hc].
2018-01-08  Tom LaneImprove error detection capability in proclists.
2018-01-08  Tom LaneBack off chattiness in RemovePgTempFiles().
2018-01-06  Simon RiggsAdd TIMELINE to backup_label file
2018-01-06  Simon RiggsDefault monitoring roles - errata
2018-01-06  Tom LaneRemove return values of ConditionVariableSignal/Broadcast.
2018-01-06  Tom LaneReorder steps in ConditionVariablePrepareToSleep for...
2018-01-06  Tom LaneRewrite ConditionVariableBroadcast() to avoid live...
2018-01-05  Robert HaasFactor error generation out of ExecPartitionCheck.
2018-01-05  Bruce Momjianpg_upgrade: remove C comment
2018-01-05  Bruce Momjianpg_upgrade: revert part of patch for ease of translation
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.
next