summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera
2020-03-27Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera
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-25Add collation versions for Windows.Thomas Munro
2020-03-25Allow NULL version for individual collations.Thomas Munro
2020-03-24Fix compiler warning on CygwinPeter Eisentraut
2020-03-24Improve the internal implementation of ereport().Tom Lane
2020-03-24Re-implement the ereport() macro using __VA_ARGS__.Tom Lane
2020-03-23Add object names to partition integrity violations.Amit Kapila
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
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-19Revert "Specialize MemoryContextMemAllocated()."Jeff Davis
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-03-18Specialize MemoryContextMemAllocated().Jeff Davis
2020-03-18Implement type regcollationPeter Eisentraut
2020-03-17Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-16Introduce a maintenance_io_concurrency setting.Thomas Munro
2020-03-16Simplify the effective_io_concurrency setting.Thomas Munro
2020-03-15Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut
2020-03-14Rearrange pseudotypes.c to get rid of duplicative code.Tom Lane
2020-03-14Restructure polymorphic-type resolution in funcapi.c.Tom Lane
2020-03-13Remove am_syslogger global variablePeter Eisentraut
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-11Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-11Clean up order in miscinit.c a bitPeter Eisentraut
2020-03-10Marginal comments and docs cleanup.Tom Lane
2020-03-10Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-10Prevent reindex of invalid indexes on TOAST tablesMichael Paquier
2020-03-09Introduce LogicalTapeSetExtend().Jeff Davis
2020-03-09Add tg_updatedcols to TriggerDataPeter Eisentraut
2020-03-09Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.Fujii Masao
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-05Remove RangeIOData->typiofuncAlvaro Herrera
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-03Report progress of streaming base backup.Fujii Masao
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-03-01Fix corner-case loss of precision in numeric ln().Dean Rasheed
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan