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.
Bruce Momjian
ba790a5608
Here is a patch for Composite and Set returning function support. I made
...
two small changes to the API since last patch, which hopefully completes
the decoupling of composite function support from SRF specific support.
Joe Conway
24 years ago
..
Makefile
Add dependency for like.c
25 years ago
acl.c
Restructure aclcheck error reporting to make permission-failure
24 years ago
arrayfuncs.c
Tweak behavior of array slicing operations: seems like it ought to be
24 years ago
arrayutils.c
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
25 years ago
ascii.c
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
bool.c
pgindent run. Make it all clean.
25 years ago
cash.c
Locale support is on by default. The choice of locale is done in initdb
24 years ago
char.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
date.c
Katherine Ward wrote:
24 years ago
datetime.c
Katherine Ward wrote:
24 years ago
datum.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
encode.c
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
float.c
Repair roundoff-error problem for stddev/variance results near zero,
24 years ago
format_type.c
Add routines in namespace.c to determine whether objects are visible
24 years ago
formatting.c
Support alternate storage scheme of 64-bit integer for date/time types.
24 years ago
geo_ops.c
Remove unnecessary pfree's in geometric operators. At least one of these
24 years ago
geo_selfuncs.c
Reduce default selectivity estimates for geometric operators; it seems
25 years ago
inet_net_ntop.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
inet_net_pton.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
int.c
Improve readability of factorial, from Florian Weimer.
24 years ago
int8.c
Clean up INT64CONST conflicts. Make the pg_crc code use a macro called
24 years ago
like.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
like_match.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
mac.c
Merge ALTER GROUP ADD/DROP rules by creating add_drop action.
24 years ago
misc.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
nabstime.c
Katherine Ward wrote:
24 years ago
name.c
Patch for current_schemas to optionally include implicit ...
24 years ago
network.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
not_in.c
Restructure indexscan API (index_beginscan, index_getnext) per
24 years ago
numeric.c
Remove MAX/MIN() macros, use c.h Max/Min() instead.
24 years ago
numutils.c
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
24 years ago
oid.c
sum() on int2 and int4 columns now uses an int8, not numeric, accumulator
25 years ago
oracle_compat.c
Fix lpad() and rpad() to produce correct results in variable-length
24 years ago
pg_locale.c
Merge the last few variable.c configuration variables into the generic
24 years ago
pg_lzcompress.c
Fix performance problems in TOAST compressor. The management of
24 years ago
pgstatfuncs.c
pgindent run on all C files. Java run to follow. initdb/regression
25 years ago
quote.c
Authentication improvements:
24 years ago
regexp.c
Search the existing regular expression cache as a ring buffer.
24 years ago
regproc.c
Here is a patch for Composite and Set returning function support. I made
24 years ago
ri_triggers.c
Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take
24 years ago
ruleutils.c
Further tweaks to support display of sort keys in EXPLAIN --- initial
24 years ago
selfuncs.c
Make initdb print a message about which locale it is about to use.
24 years ago
sets.c
Add optional "validator" function to languages that can validate the
24 years ago
tid.c
Allow
24 years ago
timestamp.c
Fix lookup tables used for rounding interval data values when not using
24 years ago
varbit.c
Change made to elog:
24 years ago
varchar.c
Restructure representation of aggregate functions so that they have pg_proc
24 years ago
varlena.c
Implement types regprocedure, regoper, regoperator, regclass, regtype
24 years ago
version.c
Functions on 'text' type updated to new fmgr style. 'text' is
26 years ago