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.
Tom Lane
2ef8c1acfd
Fix cash_in() to behave properly in locales where frac_digits is zero,
...
eg Japan. Report and fix by Itagaki Takahiro. Also fix CASHDEBUG printout
format for branches with 64-bit money type, and some minor comment cleanup.
Back-patch to 7.4, because it's broken all the way back.
17 years ago
..
Makefile
Support window functions a la SQL:2008.
17 years ago
acl.c
Clean up some loose ends from the column privileges patch: add
17 years ago
array_userfuncs.c
Switch order of tests to avoid possible Assert failure for
17 years ago
arrayfuncs.c
Substitute extraneous underscores with spaces.
17 years ago
arrayutils.c
Update copyright for 2009.
17 years ago
ascii.c
Update copyright for 2009.
17 years ago
bool.c
In parse_bool_with_len, avoid crash when no result pointer is passed. Probably
17 years ago
cash.c
Fix cash_in() to behave properly in locales where frac_digits is zero,
17 years ago
char.c
Update copyright for 2009.
17 years ago
date.c
Add range checks to time_recv() and timetz_recv(), to prevent binary input
17 years ago
datetime.c
Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input
17 years ago
datum.c
Update copyright for 2009.
17 years ago
dbsize.c
Update copyright for 2009.
17 years ago
domains.c
Update copyright for 2009.
17 years ago
encode.c
Update copyright for 2009.
17 years ago
enum.c
Update copyright for 2009.
17 years ago
float.c
Put back our old workaround for machines that declare cbrt() in math.h but
17 years ago
format_type.c
Update copyright for 2009.
17 years ago
formatting.c
Clean up the code for to_timestamp's conversion of year plus ISO day number
17 years ago
genfile.c
Update copyright for 2009.
17 years ago
geo_ops.c
Update copyright for 2009.
17 years ago
geo_selfuncs.c
Update copyright for 2009.
17 years ago
inet_net_ntop.c
Fix another passel of include-file breakage. Kris Jurka, Tom Lane
19 years ago
inet_net_pton.c
Fix another passel of include-file breakage. Kris Jurka, Tom Lane
19 years ago
int.c
Update copyright for 2009.
17 years ago
int8.c
Update copyright for 2009.
17 years ago
like.c
Update copyright for 2009.
17 years ago
like_match.c
Fix LIKE's special-case code for % followed by _. I'm not entirely sure that
17 years ago
lockfuncs.c
Update copyright for 2009.
17 years ago
mac.c
Downgrade implicit casts to text to be assignment-only, except for the ones
19 years ago
misc.c
Revert current_query() change to use debug_query_string again; add comment.
17 years ago
nabstime.c
Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as
17 years ago
name.c
Update copyright for 2009.
17 years ago
network.c
Simplify and standardize conversions between TEXT datums and ordinary C
18 years ago
numeric.c
Allow leading and trailing spaces around NaN in numeric_in.
17 years ago
numutils.c
Update copyright for 2009.
17 years ago
oid.c
Update copyright for 2009.
17 years ago
oracle_compat.c
Update copyright for 2009.
17 years ago
pg_locale.c
Update comment to reflect that LC_COLLATE and LC_CTYPE are now
17 years ago
pg_lzcompress.c
Revert the default toast compression strategy to the former behavior
17 years ago
pgstatfuncs.c
Update copyright for 2009.
17 years ago
pseudotypes.c
Update copyright for 2009.
17 years ago
quote.c
Update copyright for 2009.
17 years ago
regexp.c
Update copyright for 2009.
17 years ago
regproc.c
Update copyright for 2009.
17 years ago
ri_triggers.c
Fix executor/spi.h to follow our usual conventions for include files, ie,
17 years ago
rowtypes.c
Update copyright for 2009.
17 years ago
ruleutils.c
Fix failure to double-quote function argument names when needed, in
17 years ago
selfuncs.c
Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from
17 years ago
tid.c
Update copyright for 2009.
17 years ago
timestamp.c
Change AdjustIntervalForTypmod to not discard higher-order field values on the
17 years ago
trigfuncs.c
Update copyright for 2009.
17 years ago
tsginidx.c
Adjust the APIs for GIN opclass support functions to allow the extractQuery()
17 years ago
tsgistidx.c
Update copyright for 2009.
17 years ago
tsquery.c
Update copyright for 2009.
17 years ago
tsquery_cleanup.c
Update copyright for 2009.
17 years ago
tsquery_gist.c
Update copyright for 2009.
17 years ago
tsquery_op.c
Fix compiler warnings on Sun Studio of the sort
17 years ago
tsquery_rewrite.c
Fix executor/spi.h to follow our usual conventions for include files, ie,
17 years ago
tsquery_util.c
Update copyright for 2009.
17 years ago
tsrank.c
Update copyright for 2009.
17 years ago
tsvector.c
Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error.
17 years ago
tsvector_op.c
Fix compiler warnings on Sun Studio of the sort
17 years ago
tsvector_parser.c
Update copyright for 2009.
17 years ago
txid.c
Update copyright for 2009.
17 years ago
uuid.c
Update copyright for 2009.
17 years ago
varbit.c
Update copyright for 2009.
17 years ago
varchar.c
Update copyright for 2009.
17 years ago
varlena.c
varstr_cmp and any comparison function that piggybacks on it can return
17 years ago
version.c
Update copyright for 2009.
17 years ago
windowfuncs.c
Update copyright for 2009.
17 years ago
xid.c
Update copyright for 2009.
17 years ago
xml.c
Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from
17 years ago