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