summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2020-12-29Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane
2020-12-29Add support of multirange matching to the existing range GiST indexesAlexander Korotkov
2020-12-29Improve the signature of internal multirange functionsAlexander Korotkov
2020-12-29Implement operators for checking if the range contains a multirangeAlexander Korotkov
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-09Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-11-25Avoid spamming the client with multiple ParameterStatus messages.Tom Lane
2020-11-24Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-24Centralize logic for skipping useless ereport/elog calls.Tom Lane
2020-11-23Improve compiler code layout in elog/ereport ERROR callsDavid Rowley
2020-11-21Fix FPeq() and friends to get the right answers for infinities.Tom Lane
2020-11-11Add pg_nodiscard decorations to some functionsPeter Eisentraut
2020-11-11Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-04Remove underflow error in float division with infinite divisor.Tom Lane
2020-11-02Track collation versions for indexes.Thomas Munro
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-09-24Expose oldSnapshotControl definition via new header.Robert Haas
2020-09-18Remove large fill factor support from dynahash.c.Thomas Munro
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-12logtape.c: do not preallocate for tapes when sortingJeff Davis
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-08-18snapshot scalability: cache snapshots using a xact completion counter.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-02Use int64 instead of long in incremental sort codeDavid Rowley
2020-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila
2020-07-22Support infinity and -infinity in the numeric data type.Tom Lane
2020-07-20Make floating-point "NaN / 0" return NaN instead of raising an error.Tom Lane
2020-07-20Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-07-14Fix some header identificationsMichael Paquier
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-07-06Refactor routines for name lookups of procedures and operatorsMichael Paquier
2020-07-06Add new flag to format_type_extended() to get NULL for undefined typeMichael Paquier
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-09Unify drop-by-OID functionsPeter 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-05-14Initial pgindent and pgperltidy run for v13.Tom Lane