summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-03-30Add pg_basetype() function to extract a domain's base type.Tom Lane
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-12-09Add test scaffolding for soft error reporting from input functions.Tom Lane
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-03-17Fix pg_tablespace_location() with in-place tablespacesMichael Paquier
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-03Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-07-09Fix pg_current_logfile() to not emit a carriage return on Windows.Tom Lane
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-25Apply unconstify() in more placesPeter Eisentraut
2018-10-04Refactor user-facing SQL functions signalling backendsMichael Paquier
2018-04-06Support new default roles with adminpackStephen Frost
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-24Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-07Fix wrong word in comment.Robert Haas
2017-03-06Fix incorrect comments.Robert Haas
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-03-01Move atooid() definition to a central placePeter Eisentraut