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