summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2020-06-18Disallow factorial of negative numbersPeter Eisentraut
2020-06-16In dpow(), remove redundant check for whether y is an integer.Tom Lane
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-06-15Fix power() for large inputs yet more.Tom Lane
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-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-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-12Fix typos and some format mistakes in commentsMichael Paquier
2020-06-12Make more use of RELKIND_HAS_STORAGE()Peter Eisentraut
2020-06-11Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane
2020-06-11Rework HashAgg GUCs.Jeff Davis
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-06-10Update description of parameter password_encryptionPeter Eisentraut
2020-06-09Fix invalid function references in a few commentsDavid Rowley
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-04Reject "23:59:60.nnn" in datetime input.Tom Lane
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-28Add CHECK_FOR_INTERRUPTS() to the repeat() functionJoe Conway
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
2020-05-26Add lcov exclusion markers to jsonpath scannerPeter Eisentraut
2020-05-21Clear some style deviations.Noah Misch
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-16Change locktype "speculative token" to "spectoken".Tom Lane
2020-05-15Rename assorted LWLock tranches.Tom Lane
2020-05-15Add comments linking pg_strftime to timestamptz_to_strAlvaro Herrera
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Fix the MSVC build for versions 2015 and later.Amit Kapila
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-13Improve management of SLRU statistics collection.Tom Lane
2020-05-13Use proper GetDatum function in pg_stat_get_slru().Fujii Masao
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-12Fix typos and improve incremental sort commentsTomas Vondra
2020-05-07Fix YA text phrase search bug.Tom Lane
2020-05-03Fix typo in commentAlexander Korotkov
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-30Make SQL/JSON error code names match SQL standardPeter Eisentraut
2020-04-27Fix full text search to handle NOT above a phrase search correctly.Tom Lane
2020-04-23Remove ACLDEBUG #define and associated code.Tom Lane