summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2020-10-20Change the attribute name in pg_stat_replication_slots view.Amit Kapila
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-12Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-10-08Avoid gratuitous inaccuracy in numeric width_bucket().Tom Lane
2020-10-08Fix numeric width_bucket() to allow its first argument to be infinite.Tom Lane
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-10-05Include the process PID in assertion-failure messages.Tom Lane
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-09-29Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov
2020-09-29Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov
2020-09-29Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-09-28Cache the result of converting now() to a struct pg_tm.Tom Lane
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-24Fix two bugs in MaintainOldSnapshotTimeMapping.Robert Haas
2020-09-24Expose oldSnapshotControl definition via new header.Robert Haas
2020-09-21Fix a few more generator scripts to produce pgindent-clean output.Tom Lane
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-21Standardize order of use strict and use warnings in Perl codePeter Eisentraut
2020-09-19Code review for dynahash change.Thomas Munro
2020-09-18Remove large fill factor support from dynahash.c.Thomas Munro
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-09-16Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis
2020-09-15Fix compiler warningDavid Rowley
2020-09-14Fix typos.Fujii Masao
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-12logtape.c: do not preallocate for tapes when sortingJeff Davis
2020-09-10Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-09-09Minor fixes in docs and error messages.Tom Lane
2020-09-08Use plain memset() in numeric.c, not MemSet and friends.Tom Lane
2020-09-08Use <unnamed> for name of unnamed portal's memory contextPeter Eisentraut
2020-09-07Frob numeric.c loop so that clang will auto-vectorize it too.Tom Lane
2020-09-07Apply auto-vectorization to the inner loop of numeric multiplication.Tom Lane
2020-09-05Yet more elimination of dead stores and useless initializations.Tom Lane
2020-09-05Remove still more useless assignments.Tom Lane
2020-09-04Fix bogus MaxAllocSize check in logtape.c.Jeff Davis
2020-09-04remove redundant initializationsBruce Momjian
2020-09-02Add string_to_table() function.Tom Lane
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-26Extend the BufFile interface.Amit Kapila