aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Update snowballPeter Eisentraut2020-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
* gss: add missing references to hostgssenc and hostnogssencBruce Momjian2020-05-25
* Reconcile nodes/*funcs.c.Noah Misch2020-05-25
* Add missing invocations to object access hooksMichael Paquier2020-05-23
* Fix two typos in a commentAlvaro Herrera2020-05-22
* Remove unnecessary castPeter Eisentraut2020-05-22
* Adjust indentation in src/backend/optimizer/README.Etsuro Fujita2020-05-22
* Clear some style deviations.Noah Misch2020-05-21
* part_strategy does not need its very own keyword classification.Tom Lane2020-05-19
* Reconsider nbtree page deletion assertion.Peter Geoghegan2020-05-19
* WITH TIES: number of rows is optional and defaults to oneAlvaro Herrera2020-05-18
* Translation updatesPeter Eisentraut2020-05-18
* Fix typos in READMEMagnus Hagander2020-05-18
* Fix comment in slot.c.Amit Kapila2020-05-18
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier2020-05-17
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Final pgindent run with pg_bsd_indent version 2.1.Tom Lane2020-05-16
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Change locktype "speculative token" to "spectoken".Tom Lane2020-05-15
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* Drop the redundant "Lock" suffix from LWLock wait event names.Tom Lane2020-05-15
* Fix bogus initialization of replication origin shared memory state.Tom Lane2020-05-15
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Add comments linking pg_strftime to timestamptz_to_strAlvaro Herrera2020-05-15
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15