..
.gitignore
Build all Flex files standalone
3 years ago
Makefile
Perform provider-specific initialization in new functions.
9 months ago
acl.c
Remove useless casts to (void *)
10 months ago
amutils.c
Update copyright for 2024
2 years ago
array_expanded.c
Update copyright for 2024
2 years ago
array_selfuncs.c
Remove unused #include's from backend .c files
2 years ago
array_typanalyze.c
Remove unused #include's from backend .c files
2 years ago
array_userfuncs.c
Remove useless casts to (void *)
10 months ago
arrayfuncs.c
Remove useless casts to (void *)
10 months ago
arraysubs.c
Remove unused #include's from backend .c files
2 years ago
arrayutils.c
Update copyright for 2024
2 years ago
ascii.c
Remove unused #include's from backend .c files
2 years ago
bool.c
Remove hardcoded hash opclass function signature exceptions
1 year ago
cash.c
Remove dependence on -fwrapv semantics in a few places.
1 year ago
char.c
Remove unused #include's from backend .c files
2 years ago
cryptohashfuncs.c
Update copyright for 2024
2 years ago
date.c
Fix various overflow hazards in date and timestamp functions.
9 months ago
datetime.c
Remove useless casts to (void *)
10 months ago
datum.c
Remove useless casts to (void *)
10 months ago
dbsize.c
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
1 year ago
domains.c
Remove useless casts to (void *)
10 months ago
encode.c
Update copyright for 2024
2 years ago
enum.c
Remove useless casts to (void *)
10 months ago
expandeddatum.c
Update copyright for 2024
2 years ago
expandedrecord.c
Remove useless casts to (void *)
10 months ago
float.c
Remove unused #include's from backend .c files
11 months ago
format_type.c
Update copyright for 2024
2 years ago
formatting.c
Refactor string case conversion into provider-specific files.
9 months ago
genfile.c
Add pg_ls_summariesdir().
11 months ago
geo_ops.c
Update copyright for 2024
2 years ago
geo_selfuncs.c
Remove unused #include's from backend .c files
2 years ago
geo_spgist.c
Update copyright for 2024
2 years ago
hbafuncs.c
Remove unused #include's from backend .c files
2 years ago
inet_cidr_ntop.c
Avoid conflicts with library versions of inet_net_ntop() and friends.
6 years ago
inet_net_pton.c
Avoid conflicts with library versions of inet_net_ntop() and friends.
6 years ago
int.c
Update copyright for 2024
2 years ago
int8.c
Remove unused #include's from backend .c files
2 years ago
json.c
Fix unique key checks in JSON object constructors
1 year ago
jsonb.c
Remove useless casts to (void *)
10 months ago
jsonb_gin.c
Remove unused #include's from backend .c files
2 years ago
jsonb_op.c
Remove unused #include's from backend .c files
2 years ago
jsonb_util.c
Remove unused #include's from backend .c files
2 years ago
jsonbsubs.c
Make the order of the header file includes consistent
2 years ago
jsonfuncs.c
Remove useless casts to (void *)
10 months ago
jsonpath.c
Optimize escaping of JSON strings
1 year ago
jsonpath_exec.c
Refactor some SQL/JSON error messages
9 months ago
jsonpath_gram.y
Implement various jsonpath methods
2 years ago
jsonpath_internal.h
Update copyright for 2024
2 years ago
jsonpath_scan.l
Small indenting fixes in jsonpath_scan.l
10 months ago
levenshtein.c
Update copyright for 2024
2 years ago
like.c
Fix unintentional behavior change in commit e9931bfb75
.
9 months ago
like_match.c
Fix dead code
9 months ago
like_support.c
Support LIKE with nondeterministic collations
10 months ago
lockfuncs.c
Remove useless casts to (void *)
10 months ago
mac.c
Remove TRACE_SORT macro
1 year ago
mac8.c
Remove unused #include's from backend .c files
2 years ago
mcxtfuncs.c
Remove "parent" column from pg_backend_memory_contexts
1 year ago
meson.build
Perform provider-specific initialization in new functions.
9 months ago
misc.c
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
1 year ago
multirangetypes.c
Remove useless casts to (void *)
10 months ago
multirangetypes_selfuncs.c
Make the order of the header file includes consistent
2 years ago
name.c
Update copyright for 2024
2 years ago
network.c
Remove TRACE_SORT macro
1 year ago
network_gist.c
Remove unused #include's from backend .c files
2 years ago
network_selfuncs.c
Remove unused #include's from backend .c files
2 years ago
network_spgist.c
Remove unused #include's from backend .c files
2 years ago
numeric.c
Add a planner support function for numeric generate_series().
10 months ago
numutils.c
Remove dependence on -fwrapv semantics in a few places.
1 year ago
oid.c
Use new overflow-safe integer comparison functions.
2 years ago
oracle_compat.c
Update copyright for 2024
2 years ago
orderedsetaggs.c
Remove useless casts to (void *)
10 months ago
partitionfuncs.c
Remove useless casts to (void *)
10 months ago
pg_locale.c
Refactor string case conversion into provider-specific files.
9 months ago
pg_locale_builtin.c
Refactor string case conversion into provider-specific files.
9 months ago
pg_locale_icu.c
Refactor string case conversion into provider-specific files.
9 months ago
pg_locale_libc.c
Refactor string case conversion into provider-specific files.
9 months ago
pg_lsn.c
Remove unused #include's from backend .c files
2 years ago
pg_upgrade_support.c
Remove unused #include's from backend .c files
11 months ago
pgstatfuncs.c
Add backend-level statistics to pgstats
9 months ago
pseudorandomfuncs.c
Add functions to generate random numbers in a specified range.
1 year ago
pseudotypes.c
Remove unused #include's from backend .c files
2 years ago
quote.c
Update copyright for 2024
2 years ago
rangetypes.c
Remove useless casts to (void *)
10 months ago
rangetypes_gist.c
Update copyright for 2024
2 years ago
rangetypes_selfuncs.c
Remove unused #include's from backend .c files
2 years ago
rangetypes_spgist.c
Remove unused #include's from backend .c files
2 years ago
rangetypes_typanalyze.c
Make the order of the header file includes consistent
2 years ago
regexp.c
Remove useless casts to (void *)
10 months ago
regproc.c
Add to_regtypemod function to extract typemod from a string type name.
2 years ago
ri_triggers.c
Fix error code for referential action RESTRICT
10 months ago
rowtypes.c
Add min and max aggregates for composite types (records).
1 year ago
ruleutils.c
Skip useless calculation of join RTE column names during EXPLAIN.
9 months ago
selfuncs.c
Avoid crash in estimate_array_length with null root pointer.
11 months ago
tid.c
Assign error codes where missing for user-facing failures
1 year ago
timestamp.c
Fix various overflow hazards in date and timestamp functions.
9 months ago
trigfuncs.c
Remove unused #include's from backend .c files
2 years ago
tsginidx.c
Remove unused #include's from backend .c files
2 years ago
tsgistidx.c
Remove useless casts to (void *)
10 months ago
tsquery.c
Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
9 months ago
tsquery_cleanup.c
Update copyright for 2024
2 years ago
tsquery_gist.c
Remove unused #include's from backend .c files
2 years ago
tsquery_op.c
Remove unused #include's from backend .c files
2 years ago
tsquery_rewrite.c
Update copyright for 2024
2 years ago
tsquery_util.c
Update copyright for 2024
2 years ago
tsrank.c
Remove useless casts to (void *)
10 months ago
tsvector.c
Remove unused #include's from backend .c files
2 years ago
tsvector_op.c
Remove useless casts to (void *)
10 months ago
tsvector_parser.c
Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
9 months ago
uuid.c
Add UUID version 7 generation function.
9 months ago
varbit.c
Remove unused #include's from backend .c files
2 years ago
varchar.c
Simplify checks for deterministic collations.
1 year ago
varlena.c
Add min and max aggregates for bytea type.
11 months ago
version.c
Update copyright for 2024
2 years ago
waitfuncs.c
Remove unused #include's from backend .c files
11 months ago
windowfuncs.c
Remove unused #include's from backend .c files
2 years ago
xid.c
Remove hardcoded hash opclass function signature exceptions
1 year ago
xid8funcs.c
Remove unused #include's from backend .c files
2 years ago
xml.c
Declare a couple of variables inside not outside a PG_TRY block.
9 months ago