]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-02-02 Robert HaasRefactor code for partition bound searching
2018-02-02 Robert HaasAdd new function WaitForParallelWorkersToAttach.
2018-02-02 Stephen FrostImprove ALTER TABLE synopsis
2018-02-01 Robert HaasFix possible failure to mark hash metapage dirty.
2018-02-01 Bruce Momjianpsql: Add quit/help behavior/hint, for other tool...
2018-01-31 Bruce Momjiandoc: fix trigger inheritance wording
2018-01-31 Bruce Momjiandoc: clarify major/minor pg_upgrade versions with...
2018-01-31 Bruce Momjiandoc: clearify trigger behavior for inheritance
2018-01-31 Bruce Momjiandoc: in contrib-spi, mention and link to the meaning...
2018-01-31 Robert HaasFix typo: colums -> columns.
2018-01-31 Bruce Momjiandoc: Improve pg_upgrade rsync examples to use clusterdir
2018-01-31 Robert Haaspgcrypto's encrypt() supports AES-128, AES-192, and...
2018-01-31 Bruce Momjiandoc: mention datadir locations are actually config...
2018-01-31 Robert HaasFix list partition constraints for partition keys of...
2018-01-31 Robert Haaspg_prewarm: Add missing LWLockRegisterTranche call.
2018-01-31 Peter EisentrautRefactor client-side SSL certificate checking code
2018-01-30 Peter EisentrautFix up references to scram-sha-256
2018-01-30 Robert HaasFix test case for 'outer pathkeys do not match mergecla...
2018-01-30 Peter EisentrautAdd some noreturn attributes to help static analyzers
2018-01-30 Peter EisentrautSilence complaint about dead assignment
2018-01-30 Peter EisentrautRemove dead assignment
2018-01-29 Andres FreundIntroduce ExecQualAndReset() helper.
2018-01-29 Tom LaneSave a few bytes by removing useless last argument...
2018-01-29 Andres FreundInitialize unused ExprEvalStep fields.
2018-01-29 Peter Eisentrautdoc: Clarify pg_upgrade documentation
2018-01-29 Andres FreundPrevent growth of simplehash tables when they're "too...
2018-01-29 Andres FreundImprove bit perturbation in TupleHashTableHash.
2018-01-29 Tom LaneAvoid misleading psql password prompt when username...
2018-01-28 Tom LaneAdd stack-overflow guards in set-operation planning.
2018-01-28 Bruce MomjianC includes: Reorder C includes in partition.c
2018-01-27 Tom LaneUpdate time zone data files to tzdata release 2018c.
2018-01-27 Tom LaneAvoid crash during EvalPlanQual recheck of an inner...
2018-01-27 Magnus HaganderAdd missing semicolons in documentation examples
2018-01-26 Tom LaneAvoid unnecessary use of pg_strcasecmp for already...
2018-01-26 Robert HaasFactor some code out of create_grouping_paths.
2018-01-26 Tom LaneRemove the obsolete WITH clause of CREATE FUNCTION.
2018-01-26 Robert Haaspageinspect: Fix use of wrong memory context by hash_pa...
2018-01-26 Peter EisentrautUse abstracted SSL API in server connection log messages
2018-01-26 Peter EisentrautRemove byte-masking macros for Datum conversion macros
2018-01-26 Bruce MomjianFix C comment typo
2018-01-25 Tom LaneSupport --no-comments in pg_dump, pg_dumpall, pg_restore.
2018-01-25 Tom LaneAdd missing "static" markers.
2018-01-25 Tom LaneClean up some aspects of pg_dump/pg_restore item-select...
2018-01-25 Alvaro HerreraIgnore partitioned indexes where appropriate
2018-01-25 Tom LaneImprove pg_dump's handling of "special" built-in objects.
2018-01-25 Peter EisentrautUpdate documentation to mention huge pages on other...
2018-01-25 Peter EisentrautRemove use of byte-masking macros in record_image_cmp
2018-01-25 Peter EisentrautAllow spaces in connection strings in SSL tests
2018-01-24 Robert HaasAvoid referencing off the end of subplan_partition_offsets.
2018-01-24 Bruce Momjiandoc: properly indent CREATE TRIGGER paragraph
2018-01-24 Peter EisentrautAdd tests for record_image_eq and record_image_cmp
2018-01-24 Bruce Momjiandoc: clarify use of RegisterDynamicBackgroundWorker
2018-01-24 Tom LaneImprove implementation of pg_attribute_always_inline.
2018-01-23 Bruce Momjiandoc: mention psql -l uses the 'postgres' database...
2018-01-23 Tom LaneTeach reparameterize_path() to handle AppendPaths.
2018-01-23 Alvaro HerreraRemove unnecessary include
2018-01-23 Tom LaneDocumentation fix: pg_ctl no longer makes connection...
2018-01-23 Peter Eisentrautpgbench: Remove accidental garbage in test file
2018-01-23 Robert HaasUpdate obsolete sentence in README.parallel.
2018-01-23 Robert HaasReport an ERROR if a parallel worker fails to start...
2018-01-23 Tom LaneIn pg_dump, force reconnection after issuing ALTER...
2018-01-23 Bruce Momjiandoc: simplify intermediate certificate mention in...
2018-01-23 Peter EisentrautExtract common bits from OpenSSL implementation
2018-01-23 Peter EisentrautMove SSL API comments to header files
2018-01-23 Peter EisentrautMove EDH support to common files
2018-01-23 Peter EisentrautSplit out documentation of SSL parameters into their...
2018-01-23 Peter EisentrautAdd installcheck support to more test suites
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
next