index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
genfile.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-11
Add pg_ls_summariesdir().
Nathan Bossart
2024-08-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-03-04
Remove the adminpack contrib extension
Daniel Gustafsson
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-03-16
Use "data directory" not "current directory" in error messages.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-07-29
Support pg_read_[binary_]file (filename, missing_ok).
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-01-31
Simplify coding around path_contains_parent_reference().
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-23
Add SQL functions to monitor the directory contents of replication slots
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-01
Rename Default Roles to Predefined Roles
Stephen Frost
2021-03-18
Fix function name in error hint
Magnus Hagander
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-07-17
Fix whitespace
Peter Eisentraut
2020-07-04
Fix "ignoring return value" complaints from commit 96d1f423f9
Joe Conway
2020-07-04
Read until EOF vice stat-reported size in read_binary_file
Joe Conway
2020-03-31
Teach pg_ls_dir_files() to ignore ENOENT failures from stat().
Tom Lane
2020-03-17
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-11
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-24
Unify error messages
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-09
Add pg_ls_archive_statusdir function
Michael Paquier
2018-10-05
Add pg_ls_tmpdir function
Michael Paquier
2018-04-06
Support new default roles with adminpack
Stephen Frost
2018-04-06
Add default roles for file/program access
Stephen Frost
2018-04-06
Remove explicit superuser checks in favor of ACLs
Stephen Frost
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-16
Add pg_ls_logdir() and pg_ls_waldir() functions.
Robert Haas
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-06-28
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
[next]