summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-03-18Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera
2020-03-16Introduce a maintenance_io_concurrency setting.Thomas Munro
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-10Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera
2020-03-10Prevent reindex of invalid indexes on TOAST tablesMichael Paquier
2020-03-09Introduce LogicalTapeSetExtend().Jeff Davis
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-24Adapt hashfn.c and hashutils.h for frontend use.Robert Haas
2020-02-24Put all the prototypes for hashfn.c into the same header file.Robert Haas