You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include/utils
David Rowley 9c047da51f Get rid of long datatype in CATCACHE_STATS enabled builds 1 month ago
..
.gitignore Generate GUC tables from .dat file 4 months ago
acl.h Update copyright for 2025 12 months ago
aclchk_internal.h Update copyright for 2025 12 months ago
array.h Mark function arguments of type "Datum *" as "const Datum *" where possible 2 months ago
arrayaccess.h Update copyright for 2025 12 months ago
ascii.h Update copyright for 2025 12 months ago
attoptcache.h Update copyright for 2025 12 months ago
backend_progress.h Update copyright for 2025 12 months ago
backend_status.h Change internal plan ID type from uint64 to int64 7 months ago
builtins.h Change fmgr.h typedefs to use original names 3 months ago
bytea.h Update copyright for 2025 12 months ago
cash.h
catcache.h Get rid of long datatype in CATCACHE_STATS enabled builds 1 month ago
combocid.h Update copyright for 2025 12 months ago
conffiles.h Update copyright for 2025 12 months ago
date.h Break out xxx2yyy_opt_overflow APIs for more datetime conversions. 6 months ago
datetime.h Seek zone abbreviations in the IANA data before timezone_abbreviations. 11 months ago
datum.h Update copyright for 2025 12 months ago
dsa.h Fix misspelling of "tranche" in dsa.h. 4 months ago
elog.h Fix incorrect message-printing in win32security.c. 2 months ago
evtcache.h Update copyright for 2025 12 months ago
expandeddatum.h Fix obsolete references to postgres.h in comments. 3 months ago
expandedrecord.h Update copyright for 2025 12 months ago
float.h Cleanup NAN code in float.h, too. 3 months ago
fmgrtab.h Update copyright for 2025 12 months ago
formatting.h Add SQL function CASEFOLD(). 11 months ago
freepage.h Update copyright for 2025 12 months ago
funccache.h Change SQL-language functions to use the plan cache. 9 months ago
geo_decls.h Update copyright for 2025 12 months ago
guc.h Fix incorrect file reference in guc.h 4 months ago
guc_hooks.h Fix the handling of two GUCs during upgrade. 6 months ago
guc_tables.h Clean up qsort comparison function for GUC entries 2 months ago
help_config.h pg_noreturn to replace pg_attribute_noreturn() 10 months ago
hsearch.h Change dynahash.c and hsearch.h to use int64 instead of long 4 months ago
index_selfuncs.h Update copyright for 2025 12 months ago
inet.h Update copyright for 2025 12 months ago
injection_point.h Add InjectionPointList() to retrieve list of injection points 6 months ago
inval.h Generate GUC tables from .dat file 4 months ago
json.h Update copyright for 2025 12 months ago
jsonb.h Mark function arguments of type "Datum *" as "const Datum *" where possible 2 months ago
jsonfuncs.h Update copyright for 2025 12 months ago
jsonpath.h Update copyright for 2025 12 months ago
logtape.h Update copyright for 2025 12 months ago
lsyscache.h Update various forward declarations to use typedef 3 months ago
memdebug.h Improve our support for Valgrind's leak tracking. 5 months ago
memutils.h Fix obsolete references to postgres.h in comments. 3 months ago
memutils_internal.h pg_noreturn to replace pg_attribute_noreturn() 10 months ago
memutils_memorychunk.h Update copyright for 2025 12 months ago
meson.build Generate GUC tables from .dat file 4 months ago
multirangetypes.h Update copyright for 2025 12 months ago
numeric.h Switch some numeric-related functions to use soft error reporting 4 months ago
palloc.h Create infrastructure to reliably prevent leakage of PGresults. 5 months ago
partcache.h Update copyright for 2025 12 months ago
pg_crc.h Update copyright for 2025 12 months ago
pg_locale.h Comment typo fixes: pg_wchar_t should be pg_wchar. 2 months ago
pg_locale_c.h Add pg_iswalpha() and related functions. 2 months ago
pg_lsn.h Change pg_lsn_in_internal() to use soft error reporting 4 months ago
pg_rusage.h Update copyright for 2025 12 months ago
pgstat_internal.h Add stats_reset to pg_stat_user_functions 3 months ago
pgstat_kind.h Lower bounds related to pgstats kinds 5 months ago
pidfile.h Update copyright for 2025 12 months ago
plancache.h Update various forward declarations to use typedef 3 months ago
portal.h Remove PointerIsValid() 3 months ago
ps_status.h
queryenvironment.h Update copyright for 2025 12 months ago
rangetypes.h Update copyright for 2025 12 months ago
regproc.h Update copyright for 2025 12 months ago
rel.h Add log_autoanalyze_min_duration 2 months ago
relcache.h Assert lack of hazardous buffer locks before possible catalog read. 8 months ago
relfilenumbermap.h Update copyright for 2025 12 months ago
relmapper.h Update copyright for 2025 12 months ago
relptr.h Update copyright for 2025 12 months ago
reltrigger.h Update copyright for 2025 12 months ago
resowner.h aio: Basic subsystem initialization 9 months ago
rls.h Update copyright for 2025 12 months ago
ruleutils.h Update various forward declarations to use typedef 3 months ago
sampling.h Update copyright for 2025 12 months ago
selfuncs.h Fix security checks in selectivity estimation functions. 5 months ago
sharedtuplestore.h Update copyright for 2025 12 months ago
skipsupport.h Sync typedefs.list with the buildfarm. 6 months ago
snapmgr.h Revert GetTransactionSnapshot() to return historic snapshot during LR 4 months ago
snapshot.h Update copyright for 2025 12 months ago
sortsupport.h Grab the low-hanging fruit from forcing sizeof(Datum) to 8. 5 months ago
spccache.h Update copyright for 2025 12 months ago
syscache.h IWYU widely useful pragmas 12 months ago
timeout.h Update copyright for 2025 12 months ago
timestamp.h Break out xxx2yyy_opt_overflow APIs for more datetime conversions. 6 months ago
tuplesort.h Mark ItemPointer arguments as const throughout 2 months ago
tuplestore.h Harmonize function parameter names for Postgres 18. 9 months ago
typcache.h Introduce a SQL-callable function array_sort(anyarray). 9 months ago
tzparser.h Update copyright for 2025 12 months ago
usercontext.h
uuid.h Update copyright for 2025 12 months ago
varbit.h Fix obsolete references to postgres.h in comments. 3 months ago
varlena.h Update copyright for 2025 12 months ago
wait_classes.h Remove circular #include's between wait_event.h and wait_event_types.h 8 months ago
wait_event.h Remove circular #include's between wait_event.h and wait_event_types.h 8 months ago
xid8.h Update copyright for 2025 12 months ago
xml.h Mark function arguments of type "Datum *" as "const Datum *" where possible 2 months ago