..
.gitignore
Build all Flex files standalone
3 years ago
Makefile
Build all Flex files standalone
3 years ago
acl.c
Update copyright for 2023
3 years ago
amutils.c
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
3 years ago
array_expanded.c
Update copyright for 2023
3 years ago
array_selfuncs.c
Update copyright for 2023
3 years ago
array_typanalyze.c
Remove useless casts to (void *) in hash_search() calls
3 years ago
array_userfuncs.c
Change argument type of pq_sendbytes from char * to void *
3 years ago
arrayfuncs.c
Fix oversights in array manipulation.
3 years ago
arraysubs.c
Update copyright for 2023
3 years ago
arrayutils.c
Update copyright for 2023
3 years ago
ascii.c
New header varatt.h split off from postgres.h
3 years ago
bool.c
Update copyright for 2023
3 years ago
cash.c
Convert a few more datatype input functions to report errors softly.
3 years ago
char.c
New header varatt.h split off from postgres.h
3 years ago
cryptohashfuncs.c
New header varatt.h split off from postgres.h
3 years ago
date.c
Refactor datetime functions' timezone lookup code to reduce duplication.
3 years ago
datetime.c
Refactor datetime functions' timezone lookup code to reduce duplication.
3 years ago
datum.c
Update copyright for 2023
3 years ago
dbsize.c
Add support for unit "B" to pg_size_bytes()
3 years ago
domains.c
Update copyright for 2023
3 years ago
encode.c
New header varatt.h split off from postgres.h
3 years ago
enum.c
Update copyright for 2023
3 years ago
expandeddatum.c
Update copyright for 2023
3 years ago
expandedrecord.c
Update copyright for 2023
3 years ago
float.c
Further tweaking of width_bucket() edge cases.
3 years ago
format_type.c
Update copyright for 2023
3 years ago
formatting.c
Fix corner case bug in numeric to_char() some more.
3 years ago
genfile.c
Use "data directory" not "current directory" in error messages.
3 years ago
geo_ops.c
New header varatt.h split off from postgres.h
3 years ago
geo_selfuncs.c
Update copyright for 2023
3 years ago
geo_spgist.c
Update copyright for 2023
3 years ago
hbafuncs.c
Store IdentLine->pg_user as an AuthToken
3 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
Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin.
3 years ago
int8.c
Update copyright for 2023
3 years ago
json.c
SQL/JSON: support the IS JSON predicate
3 years ago
jsonb.c
SQL/JSON: add standard JSON constructor functions
3 years ago
jsonb_gin.c
Update copyright for 2023
3 years ago
jsonb_op.c
Update copyright for 2023
3 years ago
jsonb_util.c
SQL/JSON: add standard JSON constructor functions
3 years ago
jsonbsubs.c
Update copyright for 2023
3 years ago
jsonfuncs.c
SQL/JSON: support the IS JSON predicate
3 years ago
jsonpath.c
Update copyright for 2023
3 years ago
jsonpath_exec.c
Fix jsonpath existense checking of missing variables
3 years ago
jsonpath_gram.y
Update copyright for 2023
3 years ago
jsonpath_internal.h
Update copyright for 2023
3 years ago
jsonpath_scan.l
SQL JSON path enhanced numeric literals
3 years ago
levenshtein.c
Update copyright for 2023
3 years ago
like.c
Refactor to introduce pg_locale_deterministic().
3 years ago
like_match.c
Update copyright for 2023
3 years ago
like_support.c
Update copyright for 2023
3 years ago
lockfuncs.c
Fix the display of lock information for specktoken.
3 years ago
mac.c
Update copyright for 2023
3 years ago
mac8.c
Update copyright for 2023
3 years ago
mcxtfuncs.c
Update copyright for 2023
3 years ago
meson.build
Update copyright for 2023
3 years ago
misc.c
Rework pg_input_error_message(), now renamed pg_input_error_info()
3 years ago
multirangetypes.c
Update copyright for 2023
3 years ago
multirangetypes_selfuncs.c
Update copyright for 2023
3 years ago
name.c
Update copyright for 2023
3 years ago
network.c
Work around spurious compiler warning in inet operators
3 years ago
network_gist.c
New header varatt.h split off from postgres.h
3 years ago
network_selfuncs.c
Update copyright for 2023
3 years ago
network_spgist.c
New header varatt.h split off from postgres.h
3 years ago
numeric.c
Further tweaking of width_bucket() edge cases.
3 years ago
numutils.c
Allow underscores in integer and numeric constants.
3 years ago
oid.c
Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin.
3 years ago
oracle_compat.c
Avoid fetching one past the end of translate()'s "to" parameter.
3 years ago
orderedsetaggs.c
Update copyright for 2023
3 years ago
partitionfuncs.c
Update copyright for 2023
3 years ago
pg_locale.c
Validate ICU locales.
3 years ago
pg_lsn.c
Update copyright for 2023
3 years ago
pg_upgrade_support.c
Update copyright for 2023
3 years ago
pgstatfuncs.c
Track shared buffer hits in pg_stat_io
3 years ago
pseudotypes.c
Update copyright for 2023
3 years ago
quote.c
New header varatt.h split off from postgres.h
3 years ago
rangetypes.c
New header varatt.h split off from postgres.h
3 years ago
rangetypes_gist.c
Update copyright for 2023
3 years ago
rangetypes_selfuncs.c
Update copyright for 2023
3 years ago
rangetypes_spgist.c
Update copyright for 2023
3 years ago
rangetypes_typanalyze.c
New header varatt.h split off from postgres.h
3 years ago
regexp.c
Update copyright for 2023
3 years ago
regproc.c
Update copyright for 2023
3 years ago
ri_triggers.c
Remove useless casts to (void *) in hash_search() calls
3 years ago
rowtypes.c
Update copyright for 2023
3 years ago
ruleutils.c
SQL/JSON: support the IS JSON predicate
3 years ago
selfuncs.c
Make Vars be outer-join-aware.
3 years ago
tid.c
Consolidate ItemPointer to Datum conversion functions
3 years ago
timestamp.c
Add functions to do timestamptz arithmetic in a non-default timezone.
3 years ago
trigfuncs.c
Update copyright for 2023
3 years ago
tsginidx.c
New header varatt.h split off from postgres.h
3 years ago
tsgistidx.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
tsquery.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
tsquery_cleanup.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
tsquery_gist.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
tsquery_op.c
New header varatt.h split off from postgres.h
3 years ago
tsquery_rewrite.c
Update copyright for 2023
3 years ago
tsquery_util.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
tsrank.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
tsvector.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
tsvector_op.c
Fix ts_headline() to handle ORs and phrase queries more honestly.
3 years ago
tsvector_parser.c
Update copyright for 2023
3 years ago
uuid.c
Change argument type of pq_sendbytes from char * to void *
3 years ago
varbit.c
Change argument type of pq_sendbytes from char * to void *
3 years ago
varchar.c
Remove unnecessary #ifdef USE_ICU and branch.
3 years ago
varlena.c
Fix abbreviated keys bug introduced in d87d548cd0.
3 years ago
version.c
Update copyright for 2023
3 years ago
windowfuncs.c
Teach planner about more monotonic window functions
3 years ago
xid.c
Update copyright for 2023
3 years ago
xid8funcs.c
Fix typo in header comment
3 years ago
xml.c
Support [NO] INDENT option in XMLSERIALIZE().
3 years ago