postgresql/src/backend/utils/adt
Itagaki Takahiro f1325ce213 Add large object access control.
A new system catalog pg_largeobject_metadata manages
ownership and access privileges of large objects.

KaiGai Kohei, reviewed by Jaime Casanova.
2009-12-11 03:34:57 +00:00
..
Makefile Support window functions a la SQL:2008. 2008-12-28 18:54:01 +00:00
acl.c Add large object access control. 2009-12-11 03:34:57 +00:00
array_userfuncs.c In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead 2009-07-23 20:45:27 +00:00
arrayfuncs.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
arrayutils.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
ascii.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
bool.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
cash.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
char.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
date.c Fix range check in date_recv that tried to limit accepted values to only 2009-10-26 16:13:11 +00:00
datetime.c Fix overflow for INTERVAL 'x ms' where x is more than a couple million, 2009-08-18 21:23:14 +00:00
datum.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
dbsize.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
domains.c Fix/improve bytea and boolean support in PL/Python 2009-09-09 19:00:09 +00:00
encode.c Remove duplicate variable initializations identified by clang static checker. 2009-08-30 16:53:31 +00:00
enum.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
float.c Increase the maximum value of extra_float_digits to 3, and have pg_dump 2009-09-11 19:17:04 +00:00
format_type.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
formatting.c Refactor NUM_cache_remove calls in error report path to a PG_TRY block. 2009-08-10 20:16:05 +00:00
genfile.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
geo_ops.c Increase the maximum value of extra_float_digits to 3, and have pg_dump 2009-09-11 19:17:04 +00:00
geo_selfuncs.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
inet_net_ntop.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
inet_net_pton.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
int.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
int8.c Install a workaround for a longstanding gcc bug that allows SIGFPE traps 2009-09-03 18:48:14 +00:00
like.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
like_match.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
lockfuncs.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
mac.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
misc.c Tweak the core scanner so that it can be used by plpgsql too. 2009-07-14 20:24:10 +00:00
nabstime.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
name.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
network.c Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 2009-10-08 04:46:21 +00:00
numeric.c Support EEEE (scientific notation) in to_char(). 2009-08-10 18:29:27 +00:00
numutils.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
oid.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
oracle_compat.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pg_locale.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pg_lzcompress.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pgstatfuncs.c Make pg_stat_activity.application_name visible to all users, rather than 2009-11-29 18:14:32 +00:00
pseudotypes.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
quote.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
regexp.c Remove regex_flavor GUC, so that regular expressions are always "advanced" 2009-10-21 20:38:58 +00:00
regproc.c Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
ri_triggers.c Prevent indirect security attacks via changing session-local state within 2009-12-09 21:57:51 +00:00
rowtypes.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
ruleutils.c Add exclusion constraints, which generalize the concept of uniqueness to 2009-12-07 05:22:23 +00:00
selfuncs.c Remove regex_flavor GUC, so that regular expressions are always "advanced" 2009-10-21 20:38:58 +00:00
tid.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
timestamp.c interval_abs(): 2009-11-10 18:41:24 +00:00
trigfuncs.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tsginidx.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsgistidx.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tsquery.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsquery_cleanup.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsquery_gist.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tsquery_op.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsquery_rewrite.c Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by 2009-07-28 09:31:55 +00:00
tsquery_util.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsrank.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsvector.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tsvector_op.c Fix ts_stat's failure on empty tsvector. 2009-10-13 14:33:14 +00:00
tsvector_parser.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
txid.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
uuid.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
varbit.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
varchar.c Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 2009-07-11 21:15:32 +00:00
varlena.c Support hex-string input and output for type BYTEA. 2009-08-04 16:08:37 +00:00
version.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
windowfuncs.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
xid.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
xml.c Fix encoding handling in xml binary input function. If the XML header didn't 2009-09-04 10:49:29 +00:00