summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
AgeCommit message (Expand)Author
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-05Remove 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-07Update copyright for 2022Bruce Momjian
2021-04-02Do 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-16Avoid 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-14Don'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-20Remove 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-02Update 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
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-07-14Adjust spellings of forms of "cancel"Peter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Message style and wording fixesPeter Eisentraut
2016-04-08Create default rolesStephen Frost
2016-04-06Use GRANT system to manage access to sensitive functionsStephen Frost
2016-03-28Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane
2016-03-23Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-02-04Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian