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
f02a82b6ad
Make 'col IS NULL' clauses be indexable conditions.
Teodor Sigaev, with some kibitzing from Tom Lane.
|
19 years ago |
| .. |
|
Makefile
|
Support enum data types. Along the way, use macros for the values of
|
19 years ago |
|
acl.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
array_userfuncs.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
arrayfuncs.c
|
Support varlena fields with single-byte headers and unaligned storage.
|
19 years ago |
|
arrayutils.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
ascii.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
bool.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
cash.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
char.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
date.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
datetime.c
|
Fix date/time formats for XML Schema output.
|
19 years ago |
|
datum.c
|
Support varlena fields with single-byte headers and unaligned storage.
|
19 years ago |
|
dbsize.c
|
Fix a race condition that caused pg_database_size() and pg_tablespace_size()
|
19 years ago |
|
domains.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
encode.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
enum.c
|
Check length of enum literals on definition and input to make sure they will fit in a name field and not cause syscache errors.
|
19 years ago |
|
float.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
format_type.c
|
Support enum data types. Along the way, use macros for the values of
|
19 years ago |
|
formatting.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
genfile.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
geo_ops.c
|
Remove copied comments from geo_ops.c source file and replace with new
|
19 years ago |
|
geo_selfuncs.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
inet_net_ntop.c
|
Fix another passel of include-file breakage. Kris Jurka, Tom Lane
|
20 years ago |
|
inet_net_pton.c
|
Fix another passel of include-file breakage. Kris Jurka, Tom Lane
|
20 years ago |
|
int.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
int8.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
like.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
like_match.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
lockfuncs.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
mac.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
misc.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
nabstime.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
name.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
network.c
|
Support varlena fields with single-byte headers and unaligned storage.
|
19 years ago |
|
not_in.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
numeric.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
numutils.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
oid.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
oracle_compat.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
pg_locale.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
pg_lzcompress.c
|
Support varlena fields with single-byte headers and unaligned storage.
|
19 years ago |
|
pgstatfuncs.c
|
Add some instrumentation to the bgwriter, through the stats collector.
|
19 years ago |
|
pseudotypes.c
|
Support enum data types. Along the way, use macros for the values of
|
19 years ago |
|
quote.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
regexp.c
|
Code cleanup for the new regexp UDFs: we can hardcode the OID and some
|
19 years ago |
|
regproc.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
ri_triggers.c
|
Fix array coercion expressions to ensure that the correct volatility is
|
19 years ago |
|
rowtypes.c
|
Add resetStringInfo(), which clears the content of a StringInfo, and
|
19 years ago |
|
ruleutils.c
|
Fix array coercion expressions to ensure that the correct volatility is
|
19 years ago |
|
selfuncs.c
|
Make 'col IS NULL' clauses be indexable conditions.
|
19 years ago |
|
tid.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
timestamp.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
uuid.c
|
Rewrite uuid input and output routines to avoid dependency on the
|
19 years ago |
|
varbit.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
varchar.c
|
Support varlena fields with single-byte headers and unaligned storage.
|
19 years ago |
|
varlena.c
|
Support varlena fields with single-byte headers and unaligned storage.
|
19 years ago |
|
version.c
|
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
|
19 years ago |
|
xid.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
|
xml.c
|
Support varlena fields with single-byte headers and unaligned storage.
|
19 years ago |