summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-8/+36
* Implement ANY_VALUE aggregatePeter Eisentraut2023-02-221-0/+9
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-1/+1
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-211-26/+5
* Add test scaffolding for soft error reporting from input functions.Tom Lane2022-12-091-0/+129
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-1/+1
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-061-1/+1
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-061-7/+0
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-8/+0
* Fix pg_tablespace_location() with in-place tablespacesMichael Paquier2022-03-171-0/+29
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-071-30/+3
* Introduce log_destination=jsonlogMichael Paquier2022-01-171-2/+4
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund2021-04-021-0/+1
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-021-0/+80
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Allow most keywords to be used as column labels without requiring AS.Tom Lane2020-09-181-8/+23
* Fix pg_current_logfile() to not emit a carriage return on Windows.Tom Lane2020-07-091-7/+12
* Revert 0f5ca02f53Alexander Korotkov2020-04-081-0/+2
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-071-2/+0
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-161-52/+65
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Defend against self-referential views in relation_is_updatable().Tom Lane2019-11-211-2/+2
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-4/+3
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-2/+2
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Replace the data structure used for keyword lookup.Tom Lane2019-01-061-3/+5
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-231-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Apply unconstify() in more placesPeter Eisentraut2018-10-251-1/+1
* Refactor user-facing SQL functions signalling backendsMichael Paquier2018-10-041-194/+0
* Support new default roles with adminpackStephen Frost2018-04-061-1/+26
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-041-10/+5
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-7/+7
* Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane2017-05-241-3/+3
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-0/+20
* Fix wrong word in comment.Robert Haas2017-03-071-1/+1
* Fix incorrect comments.Robert Haas2017-03-061-8/+2
* Add pg_current_logfile() function.Robert Haas2017-03-031-0/+103
* Move atooid() definition to a central placePeter Eisentraut2017-03-011-2/+0
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-231-5/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-041-1/+3
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-141-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-2/+2