summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2020-04-21Clean up cpluspluscheck violation.Tom Lane
2020-04-14Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane
2020-04-07Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-04-06Implement Incremental SortTomas Vondra
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-04-01Improve selectivity estimation for assorted match-style operators.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-27Rearrange validity checks for plpgsql "simple" expressions.Tom Lane
2020-03-26Improve performance of "simple expressions" in PL/pgSQL.Tom Lane
2020-03-25Go back to returning int from ereport auxiliary functions.Tom Lane
2020-03-24Improve the internal implementation of ereport().Tom Lane
2020-03-24Re-implement the ereport() macro using __VA_ARGS__.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch