..
Makefile
Create an SP-GiST opclass for inet/cidr.
9 years ago
acl.c
Message style improvements
10 years ago
amutils.c
Suppress compiler warnings in non-cassert builds.
9 years ago
array_expanded.c
Add macros to make AllocSetContextCreate() calls simpler and safer.
9 years ago
array_selfuncs.c
Update copyright for 2016
10 years ago
array_typanalyze.c
Update copyright for 2016
10 years ago
array_userfuncs.c
Improve speed of aggregates that use array_append as transition function.
9 years ago
arrayfuncs.c
Add macros to make AllocSetContextCreate() calls simpler and safer.
9 years ago
arrayutils.c
Update copyright for 2016
10 years ago
ascii.c
Update copyright for 2016
10 years ago
bool.c
Update copyright for 2016
10 years ago
cash.c
Add overflow checks to money type input function
9 years ago
char.c
Update copyright for 2016
10 years ago
date.c
Improve parsetree representation of special functions such as CURRENT_DATE.
9 years ago
datetime.c
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
9 years ago
datum.c
pgindent run for 9.6
10 years ago
dbsize.c
Suppress -Wunused-result warning for strtol().
9 years ago
domains.c
Avoid reporting "cache lookup failed" for some user-reachable cases.
9 years ago
encode.c
Update copyright for 2016
10 years ago
enum.c
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
9 years ago
expandeddatum.c
Inline the easy cases in MakeExpandedObjectReadOnly().
10 years ago
float.c
Fix GiST index build for NaN values in geometric types.
10 years ago
format_type.c
Update copyright for 2016
10 years ago
formatting.c
Rationalize format-picture caching logic in formatting.c.
9 years ago
genfile.c
Update copyright for 2016
10 years ago
geo_ops.c
Fix crash in close_ps() for NaN input coordinates.
10 years ago
geo_selfuncs.c
Update copyright for 2016
10 years ago
geo_spgist.c
pgindent run for 9.6
10 years ago
inet_cidr_ntop.c
pgindent run for 9.4
12 years ago
inet_net_pton.c
Fix validation of overly-long IPv6 addresses.
10 years ago
int.c
Remove unnecessary int2vector-specific hash function and equality operator.
9 years ago
int8.c
Update copyright for 2016
10 years ago
json.c
Fix typos.
10 years ago
jsonb.c
Final pgindent + perltidy run for 9.6.
9 years ago
jsonb_gin.c
Update copyright for 2016
10 years ago
jsonb_op.c
Update copyright for 2016
10 years ago
jsonb_util.c
pgindent run for 9.6
10 years ago
jsonfuncs.c
Fix broken jsonb_set() logic for replacing array elements.
9 years ago
levenshtein.c
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
10 years ago
like.c
Update copyright for 2016
10 years ago
like_match.c
Update copyright for 2016
10 years ago
lockfuncs.c
Provide much better wait information in pg_stat_activity.
10 years ago
mac.c
Allow input format xxxx-xxxx-xxxx for macaddr type
11 years ago
misc.c
Extend framework from commit 53be0b1ad to report latch waits.
9 years ago
nabstime.c
Update copyright for 2016
10 years ago
name.c
Update copyright for 2016
10 years ago
network.c
Move code shared between libpq and backend from backend/libpq/ to common/.
9 years ago
network_gist.c
Update copyright for 2016
10 years ago
network_selfuncs.c
Update copyright for 2016
10 years ago
network_spgist.c
Fix network_spgist.c build failures from missing AF_INET definition.
9 years ago
numeric.c
Fix multiple bugs in numeric_poly_deserialize().
9 years ago
numutils.c
Use PG_INT32_MIN instead of reiterating the constant.
10 years ago
oid.c
Update copyright for 2016
10 years ago
oracle_compat.c
Update copyright for 2016
10 years ago
orderedsetaggs.c
Reuse abbreviated keys in ordered [set] aggregates.
10 years ago
pg_locale.c
Avoid multiple free_struct_lconv() calls on same data.
10 years ago
pg_lsn.c
Update copyright for 2016
10 years ago
pg_upgrade_support.c
In pg_dump, include pg_catalog and extension ACLs, if changed
10 years ago
pgstatfuncs.c
Fix miserable coding in pg_stat_get_activity().
9 years ago
pseudotypes.c
Save redundant code for pseudotype I/O functions
9 years ago
quote.c
Update copyright for 2016
10 years ago
rangetypes.c
Update copyright for 2016
10 years ago
rangetypes_gist.c
Update copyright for 2016
10 years ago
rangetypes_selfuncs.c
Update copyright for 2016
10 years ago
rangetypes_spgist.c
pgindent run for 9.6
10 years ago
rangetypes_typanalyze.c
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
10 years ago
regexp.c
Implement regexp_match(), a simplified alternative to regexp_matches().
9 years ago
regproc.c
Make the to_reg*() functions accept text not cstring.
10 years ago
ri_triggers.c
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
9 years ago
rowtypes.c
Update copyright for 2016
10 years ago
ruleutils.c
Implement syntax for transition tables in AFTER triggers.
9 years ago
selfuncs.c
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
10 years ago
tid.c
Update copyright for 2016
10 years ago
timestamp.c
Improve parsetree representation of special functions such as CURRENT_DATE.
9 years ago
trigfuncs.c
Update copyright for 2016
10 years ago
tsginidx.c
Do not fallback to AND for FTS phrase operator.
10 years ago
tsgistidx.c
Do not fallback to AND for FTS phrase operator.
10 years ago
tsquery.c
Fix typos
9 years ago
tsquery_cleanup.c
Final pgindent + perltidy run for 9.6.
9 years ago
tsquery_gist.c
Create stub functions to support pg_upgrade of old contrib/tsearch2.
10 years ago
tsquery_op.c
pgindent run for 9.6
10 years ago
tsquery_rewrite.c
Fix nasty performance problem in tsquery_rewrite().
9 years ago
tsquery_util.c
Fix bogus tree-flattening logic in QTNTernary().
9 years ago
tsrank.c
Do not fallback to AND for FTS phrase operator.
10 years ago
tsvector.c
Rename comparePos() to compareWordEntryPos()
10 years ago
tsvector_op.c
Make SPI_fnumber() reject dropped columns.
9 years ago
tsvector_parser.c
Phrase full text search.
10 years ago
txid.c
Add txid_current_ifassigned().
9 years ago
uuid.c
pgindent run for 9.6
10 years ago
varbit.c
Fix assorted integer-overflow hazards in varbit.c.
9 years ago
varchar.c
Extend sortsupport for text to more opclasses.
10 years ago
varlena.c
Refer to OS X as "macOS", except for the port name which is still "darwin".
9 years ago
version.c
Update copyright for 2016
10 years ago
windowfuncs.c
Fix typos.
10 years ago
xid.c
Fix cidin() to handle values above 2^31 platform-independently.
9 years ago
xml.c
Add macros to make AllocSetContextCreate() calls simpler and safer.
9 years ago