]> granicus.if.org Git - postgresql/history - src
Fix oversight in CALL argument handling, and do some minor cleanup.
[postgresql] / src /
2018-02-10 Tom LaneFix oversight in CALL argument handling, and do some...
2018-02-09 Robert HaasMark assorted GUC variables as PGDLLIMPORT.
2018-02-09 Robert HaasClear stmt_timeout_active if we disable_all_timeouts.
2018-02-08 Robert HaasFix incorrect method name in comment.
2018-02-08 Robert HaasAvoid listing the same ResultRelInfo in more than one...
2018-02-08 Robert HaasFix possible infinite loop with Parallel Append.
2018-02-08 Peter EisentrautRefine SSL tests test name reporting
2018-02-07 Peter EisentrautMake new triggers tests more robust
2018-02-07 Peter EisentrautAdd more information_schema columns
2018-02-07 Robert HaasUpdate out-of-date comment in StartupXLOG.
2018-02-07 Robert HaasRemove prototype for fmgr() function, which no longer...
2018-02-07 Tom LaneSupport all SQL:2011 options for window frame clauses.
2018-02-06 Robert HaasFix incorrect grammar.
2018-02-06 Robert HaasAvoid valgrind complaint about write() of uninitalized...
2018-02-06 Tom LaneDoc: move info for btree opclass implementors into...
2018-02-05 Robert HaasFix possible crash in partition-wise join.
2018-02-05 Tom LaneEnsure that all temp files made during pg_upgrade are...
2018-02-05 Tom LaneFix RelationBuildPartitionKey's processing of partition...
2018-02-05 Tom LaneSkip setting up shared instrumentation for Hash node...
2018-02-02 Tom LaneFix another instance of unsafe coding for shm_toc_looku...
2018-02-02 Tom LaneBe more wary about shm_toc_lookup failure.
2018-02-02 Peter EisentrautFix application of identity values in some cases
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-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 Robert HaasFix typo: colums -> columns.
2018-01-31 Robert HaasFix list partition constraints for partition keys of...
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 Peter EisentrautAdd some noreturn attributes to help static analyzers
2018-01-30 Peter EisentrautSilence complaint about 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 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-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 Peter EisentrautUse abstracted SSL API in server connection log messages
2018-01-26 Peter EisentrautRemove byte-masking macros for Datum conversion macros
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 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 Peter EisentrautAdd tests for record_image_eq and record_image_cmp
2018-01-24 Tom LaneImprove implementation of pg_attribute_always_inline.
2018-01-23 Tom LaneTeach reparameterize_path() to handle AppendPaths.
2018-01-23 Alvaro HerreraRemove unnecessary include
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 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-21 Magnus HaganderSupport huge pages on Windows
2018-01-21 Magnus HaganderFix wording of "hostaddrs"
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-17 Bruce MomjianReorder C includes
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 Tom LaneAvoid unnecessary failure in SELECT concurrent with...
next