summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-06-10Update description of parameter password_encryptionPeter Eisentraut
2020-06-10Fix ReorderBuffer memory overflow check.Amit Kapila
2020-06-09Spelling adjustmentsPeter Eisentraut
2020-06-09Unify drop-by-OID functionsPeter Eisentraut
2020-06-09Fix invalid function references in a few commentsDavid Rowley
2020-06-09Fix HashAgg regression from choosing too many initial buckets.Jeff Davis
2020-06-08Update snowballPeter Eisentraut
2020-06-08Fix locking bugs that could corrupt pg_control.Thomas Munro
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-07Fix platform-specific performance regression in logtape.c.Jeff Davis
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-06-07Formatting and punctuation improvements in postgresql.conf.samplePeter Eisentraut
2020-06-05Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane
2020-06-05Use query collation, not column's collation, while examining statistics.Tom Lane
2020-06-05Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2020-06-04Fix comment in be-secure-openssl.cMichael Paquier
2020-06-04Fix instance of elog() called while holding a spinlockMichael Paquier
2020-06-03Don't call palloc() while holding a spinlock, either.Tom Lane
2020-06-02Don't call elog() while holding spinlock.Fujii Masao
2020-06-01Use correct and consistent unit abbreviationPeter Eisentraut
2020-06-01Fix use-after-release mistake in currtid() and currtid2() for viewsMichael Paquier
2020-06-01Fix crashes with currtid() and currtid2()Michael Paquier
2020-05-31Use CP_SMALL_TLIST for hash aggregateTomas Vondra
2020-05-28llvmjit: Fix building against LLVM 11 by removing unnecessary include.Andres Freund
2020-05-28Add CHECK_FOR_INTERRUPTS() to the repeat() functionJoe Conway
2020-05-28Add missing error code to "cannot attach index ..." error.Heikki Linnakangas
2020-05-28Fix some mentions to memory units in postgresql.conf.sampleMichael Paquier
2020-05-26Avoid fragmentation of logical tapes when writing concurrently.Jeff Davis