aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane2020-06-22
* Translation updatesPeter Eisentraut2020-06-22
* Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov2020-06-20
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Fix issues in invalidation of obsolete replication slots.Fujii Masao2020-06-19
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Fix deadlock danger when atomic ops are done under spinlock.Andres Freund2020-06-18
* Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier2020-06-18
* spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.Andres Freund2020-06-17
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Fix behavior of float aggregates for single Inf or NaN inputs.Tom Lane2020-06-13
* Silence _bt_check_unique compiler warning.Peter Geoghegan2020-06-13
* Add missing extern keyword for a couple of numutils functionsDavid Rowley2020-06-13
* Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro2020-06-12
* Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane2020-06-11
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Update description of parameter password_encryptionPeter Eisentraut2020-06-10
* Fix ReorderBuffer memory overflow check.Amit Kapila2020-06-10
* Spelling adjustmentsPeter Eisentraut2020-06-09
* Fix invalid function references in a few commentsDavid Rowley2020-06-09
* Fix HashAgg regression from choosing too many initial buckets.Jeff Davis2020-06-08
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Fix platform-specific performance regression in logtape.c.Jeff Davis2020-06-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Formatting and punctuation improvements in postgresql.conf.samplePeter Eisentraut2020-06-07
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* Fix comment in be-secure-openssl.cMichael Paquier2020-06-04
* Fix instance of elog() called while holding a spinlockMichael Paquier2020-06-04
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-03
* Don't call elog() while holding spinlock.Fujii Masao2020-06-02
* Use correct and consistent unit abbreviationPeter Eisentraut2020-06-01
* Fix use-after-release mistake in currtid() and currtid2() for viewsMichael Paquier2020-06-01
* Fix crashes with currtid() and currtid2()Michael Paquier2020-06-01
* Use CP_SMALL_TLIST for hash aggregateTomas Vondra2020-05-31
* llvmjit: Fix building against LLVM 11 by removing unnecessary include.Andres Freund2020-05-28
* Add CHECK_FOR_INTERRUPTS() to the repeat() functionJoe Conway2020-05-28
* Add missing error code to "cannot attach index ..." error.Heikki Linnakangas2020-05-28
* Fix some mentions to memory units in postgresql.conf.sampleMichael Paquier2020-05-28
* Avoid fragmentation of logical tapes when writing concurrently.Jeff Davis2020-05-26
* Add lcov exclusion markers to jsonpath scannerPeter Eisentraut2020-05-26