summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-06-25Remove erroneous assertion from pg_copy_logical_replication_slot().Fujii Masao
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-24Add parens to ConvertToXSegs macroAlvaro Herrera
2020-06-24Fix comment in heap.cMichael Paquier
2020-06-22Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane
2020-06-20Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov
2020-06-20Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch
2020-06-20Removal unused function parameter in CopyReadBinaryAttribute.Amit Kapila
2020-06-19Fix deduplication "single value" strategy bug.Peter Geoghegan
2020-06-19Fix issues in invalidation of obsolete replication slots.Fujii Masao
2020-06-19Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley
2020-06-19Clean up includes of s_lock.h.Andres Freund
2020-06-18Fix deadlock danger when atomic ops are done under spinlock.Andres Freund
2020-06-18Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier
2020-06-18Disallow factorial of negative numbersPeter Eisentraut
2020-06-17spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.Andres Freund
2020-06-17Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund
2020-06-17Improve server code to read files as part of a base backup.Robert Haas
2020-06-17Minor code cleanup for perform_base_backup().Robert Haas
2020-06-17Don't export basebackup.c's sendTablespace().Robert Haas
2020-06-17Remove STATUS_WAITINGPeter Eisentraut
2020-06-16In dpow(), remove redundant check for whether y is an integer.Tom Lane
2020-06-16Remove useless variable.Thomas Munro
2020-06-16Make BufFileWrite() void.Thomas Munro
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-06-15Fix power() for large inputs yet more.Tom Lane
2020-06-15Assorted cleanup of tar-related code.Robert Haas
2020-06-15Fix power() for infinity inputs some more.Tom Lane
2020-06-15Fix some comments referring to past featuresMichael Paquier
2020-06-14Fix behavior of exp() and power() for infinity inputs.Tom Lane
2020-06-14Replace superuser check by ACLs for replication origin functionsMichael Paquier
2020-06-13Sync behavior of var_samp and stddev_samp for single NaN inputs.Tom Lane
2020-06-13Fix behavior of float aggregates for single Inf or NaN inputs.Tom Lane
2020-06-13Silence _bt_check_unique compiler warning.Peter Geoghegan
2020-06-13Refactor AlterExtensionContentsStmt grammarPeter Eisentraut
2020-06-13Grammar object type refactoringPeter Eisentraut
2020-06-13Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley
2020-06-12Add missing extern keyword for a couple of numutils functionsDavid Rowley
2020-06-12Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane
2020-06-12Fix typos and some format mistakes in commentsMichael Paquier
2020-06-12Make more use of RELKIND_HAS_STORAGE()Peter Eisentraut
2020-06-11Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro
2020-06-11Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane
2020-06-11Rework HashAgg GUCs.Jeff Davis
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2020-06-11Refactor DROP LANGUAGE grammarPeter Eisentraut
2020-06-11Remove deprecated syntax from CREATE/DROP LANGUAGEPeter Eisentraut
2020-06-11Fold AlterForeignTableStmt into AlterTableStmtPeter Eisentraut
2020-06-10Remove redundant grammar symbolsPeter Eisentraut