summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-07-14Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane
2018-07-13Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane
2018-07-13Improve performance of tuple conversion map generationHeikki Linnakangas
2018-07-13Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane
2018-07-13Prohibit transaction commands in security definer proceduresPeter Eisentraut
2018-07-13Accept invalidation messages in InitializeSessionUserId().Thomas Munro
2018-07-13Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier
2018-07-12Clean up temporary WAL segments after an instance crashMichael Paquier
2018-07-12Reset shmem_exit_inprogress after shmem_exit()Peter Eisentraut
2018-07-12Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera
2018-07-12Improve two error messagesPeter Eisentraut
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-07-12Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier
2018-07-12Add assertion in expand_vacuum_rel() for non-autovacuum pathMichael Paquier
2018-07-12Make logical WAL sender report streaming state appropriatelyMichael Paquier
2018-07-11Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-07-11Fix wrong file path in header commentAlexander Korotkov
2018-07-11Use signals for postmaster death on FreeBSD.Thomas Munro
2018-07-11Use signals for postmaster death on Linux.Thomas Munro
2018-07-10Block replication slot advance for these not yet reserving WALMichael Paquier
2018-07-10Better handle pseudotypes as partition keysAlvaro Herrera
2018-07-10Remove dynamic_shared_memory_type=nonePeter Eisentraut
2018-07-09Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-07-09Add UtilityReturnsTuples() support for CALLPeter Eisentraut
2018-07-09Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier
2018-07-08Correct obsolete unique index insertion comment.Peter Geoghegan
2018-07-08Use access() to check file existence in GetNewRelFileNode()Michael Paquier
2018-07-07Add separate error message for procedure does not existPeter Eisentraut
2018-07-06Fix assert in nested SQL procedure callPeter Eisentraut
2018-07-06Allow CALL with polymorphic type argumentsPeter Eisentraut
2018-07-06Allow replication slots to be dropped in single-user modeAlvaro Herrera
2018-07-06Print DEBUG2 like that rather than as DEBUGAndrew Dunstan
2018-07-05logical decoding: beware of an unset specinsert changeAlvaro Herrera
2018-07-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
2018-07-05Use context with correct lifetime in hypothetical_dense_rank_final.Andres Freund
2018-07-04Check for interrupts inside the nbtree page deletion code.Andres Freund
2018-07-04Improve the performance of relation deletes during recovery.Fujii Masao
2018-07-04Remove dead code for temporary relations in partition planningMichael Paquier
2018-07-02Add wait event for fsync of WAL segmentsMichael Paquier
2018-07-02Correct function name in comment of logical decoding codeMichael Paquier
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-29Fix crash when ALTER TABLE recreates indexes on partitionsAlvaro Herrera
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2018-06-27Fix thinko in comments.Amit Kapila
2018-06-27Remove duplicated return statement from llvmjit code.Andres Freund