]> granicus.if.org Git - postgresql/history - src/backend
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
[postgresql] / src / backend /
2017-12-04 Tom LaneSimplify do_pg_start_backup's API by opening pg_tblspc...
2017-12-04 Tom LaneImprove error handling in RemovePgTempFiles().
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-12-04 Robert HaasWhen VACUUM or ANALYZE skips a concurrently dropped...
2017-12-04 Tom LaneSupport boolean columns in functional-dependency statis...
2017-12-04 Robert HaasRemove memory leak protection from Gather and Gather...
2017-12-02 Andres FreundAdjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir(...
2017-12-02 Andres FreundAdd infrastructure for sharing temporary files between...
2017-12-01 Robert HaasMinor code beautification in partition_bounds_equal.
2017-12-01 Robert HaasRe-allow INSERT .. ON CONFLICT DO NOTHING on partitione...
2017-12-01 Robert HaasTry to exclude partitioned tables in toto.
2017-12-01 Robert HaasFix uninitialized memory reference.
2017-12-01 Peter EisentrautCheck channel binding flag at end of SCRAM exchange
2017-11-30 Robert HaasRemove extra word from comment.
2017-11-30 Peter EisentrautSQL procedures
2017-11-30 Robert HaasMake create_unique_path manage memory like mark_dummy_rel.
2017-11-30 Tom LaneFix neqjoinsel's behavior for semi/anti join cases.
2017-11-30 Andres FreundAdd a barrier primitive for synchronizing backends.
2017-11-29 Robert HaasNew C function: bms_add_range
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-29 Tom LaneClarify old comment about qual_is_pushdown_safe's handl...
2017-11-29 Alvaro HerreraMake memset() use sizeof() rather than re-compute size
2017-11-29 Alvaro HerreraFix extstat collection when no stats are produced for...
2017-11-28 Robert HaasFix wrong function name in comment.
2017-11-28 Robert HaasIf a range-partitioned table has no default partition...
2017-11-28 Robert HaasFix ReinitializeParallelDSM to tolerate finding no...
2017-11-28 Robert HaasTeach bitmap heap scan to cope with absence of a DSA.
2017-11-28 Robert HaasAdd null test to partition constraint for default range...
2017-11-28 Robert HaasFix typo.
2017-11-28 Tom LaneFix assorted syscache lookup sloppiness in partition...
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-11-27 Simon RiggsPad XLogReaderState's per-buffer data_bufsz more aggres...
2017-11-26 Tom LanePad XLogReaderState's main_data buffer more aggressively.
2017-11-26 Joe ConwayMake has_sequence_privilege support WITH GRANT OPTION
2017-11-25 Tom LaneRepair failure with SubPlans in multi-row VALUES lists.
2017-11-25 Tom LaneUpdate buffile.h/.c comments for removal of non-temp...
2017-11-25 Tom LaneImprove planner's handling of set-returning functions...
2017-11-25 Robert HaasAvoid projecting tuples unnecessarily in Gather and...
2017-11-25 Tom LaneImprove valgrind logic in aset.c, and fix multiple...
2017-11-24 Tom LaneMostly-cosmetic improvements in memory chunk header...
2017-11-24 Tom LaneFix bug in generation.c's valgrind support.
2017-11-24 Dean RasheedRLS comment fixes.
2017-11-24 Andres FreundFix handling of NULLs returned by aggregate combine...
2017-11-23 Tom LaneEnsure sizeof(GenerationChunk) is maxaligned.
2017-11-22 Simon RiggsTweak code for older compilers
2017-11-22 Simon RiggsGenerational memory allocator
2017-11-22 Simon RiggsSet es_output_cid in replication worker
2017-11-21 Robert HaasProvide for forward compatibility with future minor...
2017-11-21 Robert HaasFix multiple problems with satisfies_hash_partition.
2017-11-20 Tom LaneUse out-of-line M68K spinlock code for OpenBSD as well...
2017-11-20 Simon RiggsFix pg_control_checkpoint from commit 4b0d28de06
2017-11-20 Robert HaasTweak use of ExecContextForcesOids by Gather (Merge).
2017-11-20 Robert HaasPass eflags down to parallel workers.
2017-11-19 Simon RiggsParameter toast_tuple_target controls TOAST for new...
2017-11-18 Tom LaneFix compiler warning in rangetypes_spgist.c.
2017-11-18 Tom LaneMerge near-duplicate code in RI triggers.
2017-11-18 Tom LaneImprove to_date/to_number/to_timestamp behavior with...
2017-11-18 Tom LaneFix quoted-substring handling in format parsing for...
2017-11-18 Peter EisentrautSupport channel binding 'tls-unique' in SCRAM
2017-11-17 Robert HaasUpdate postgresql.conf.sample comment for bgwriter_lru_...
2017-11-17 Tom LanePrevent to_number() from losing data when template...
2017-11-17 Andres FreundRemove BufFile's isTemp flag.
2017-11-17 Andres FreundProvide DSM segment to ExecXXXInitializeWorker functions.
2017-11-16 Tom LaneMake PL/Python handle domain-type conversions correctly.
2017-11-16 Robert HaasFix broken cleanup interlock for GIN pending list.
2017-11-16 Robert HaasFix typo in comment.
2017-11-16 Robert HaasUpdate postgresql.conf.sample to match pg_settings...
2017-11-16 Robert HaasPass InitPlan values to workers via Gather (Merge).
2017-11-16 Andrew DunstanBack out the session_start and session_end hooks feature.
2017-11-15 Robert HaasCentralize executor-related partitioning code.
2017-11-15 Andrew DunstanAdd hooks for session start and session end
2017-11-15 Robert HaasFix typo.
2017-11-15 Robert HaasAdd parallel_leader_participation GUC.
2017-11-14 Alvaro HerreraSimplify index_[constraint_]create API
2017-11-13 Robert HaasPush target list evaluation through Gather Merge.
2017-11-13 Robert HaasTrack in the plan the types associated with PARAM_EXEC...
2017-11-13 Stephen FrostFix typo
2017-11-12 Noah MischInstall Windows crash dump handler before all else.
2017-11-12 Noah MischDon't call pgwin32_message_to_UTF16() without CurrentMe...
2017-11-11 Noah MischIgnore XML declaration in xpath_internal(), for UTF8...
2017-11-10 Robert HaasAccount for the effect of lossy pages when costing...
2017-11-10 Peter EisentrautFix some null pointer dereferences in LDAP auth code
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-10 Robert HaasFix incorrect comment.
2017-11-09 Robert HaasAdd hash partitioning.
2017-11-09 Tom LaneRefactor permissions checks for large objects.
2017-11-09 Tom LaneRestrict lo_import()/lo_export() via SQL permissions...
2017-11-09 Tom LaneFix typo in ALTER SYSTEM output.
2017-11-08 Tom LaneFix two violations of the ResourceOwnerEnlarge/Remember...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-07 Robert HaasFix typo in comment.
2017-11-07 Simon RiggsRemove secondary checkpoint
2017-11-07 Simon RiggsExclude pg_internal.init from BASE_BACKUP
2017-11-06 Dean RasheedAlways require SELECT permission for ON CONFLICT DO...
2017-11-05 Noah MischIgnore CatalogSnapshot when checking COPY FREEZE prereq...
2017-11-04 Peter EisentrautFix incorrect use of bool
2017-11-03 Tom LaneAvoid looping through line pointers twice in PageRepair...
2017-11-03 Tom LaneFlag index metapages as standard-format in xlog.c calls.
2017-11-03 Alvaro HerreraFix thinkos in BRIN summarization
2017-11-03 Peter EisentrautDon't reset additional columns on subscriber to NULL...
next