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
547b6e537a
Fix plancache so that any required replanning is done with the same
...
search_path that was active when the plan was first made. To do this,
improve namespace.c to support a stack of "override" search path settings
(we must have a stack since nested replan events are entirely possible).
This facility replaces the "special namespace" hack formerly used by
CREATE SCHEMA, and should be able to support per-function search path
settings as well.
19 years ago
..
acl.h
Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR
19 years ago
array.h
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
ascii.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
builtins.h
Add three new regexp functions: regexp_matches, regexp_split_to_array,
19 years ago
cash.h
Widen the money type to 64 bits.
19 years ago
catcache.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
combocid.h
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
19 years ago
date.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
datetime.h
Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.
19 years ago
datum.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
dynahash.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
dynamic_loader.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
elog.h
Make log_min_error_statement put LOG level at the same priority as
19 years ago
errcodes.h
Implement XMLSERIALIZE for real. Analogously, make the xml to text cast
19 years ago
flatfiles.h
Standard pgindent run for 8.1.
21 years ago
fmgrtab.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
formatting.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
geo_decls.h
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
guc.h
Revert temp_tablespaces because of coding problems, per Tom.
19 years ago
guc_tables.h
Reverted waiting for further fixes:
19 years ago
help_config.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
hsearch.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
inet.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
int8.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
inval.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
logtape.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
lsyscache.h
Fix up foreign-key mechanism so that there is a sound semantic basis for the
19 years ago
memutils.h
First phase of plan-invalidation project: create a plan cache management
19 years ago
nabstime.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
numeric.h
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
palloc.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_crc.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_locale.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_lzcompress.h
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
pg_rusage.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
plancache.h
Fix plancache so that any required replanning is done with the same
19 years ago
portal.h
First phase of plan-invalidation project: create a plan cache management
19 years ago
ps_status.h
Add GUC update_process_title to control whether 'ps' display is updated
20 years ago
rel.h
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
19 years ago
relcache.h
Fix for COPY-after-truncate feature.
19 years ago
resowner.h
First phase of plan-invalidation project: create a plan cache management
19 years ago
selfuncs.h
Put back planner's ability to cache the results of mergejoinscansel(),
19 years ago
syscache.h
Fix up foreign-key mechanism so that there is a sound semantic basis for the
19 years ago
timestamp.h
Add two new format fields for use with to_char(), to_date() and
19 years ago
tqual.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
tuplesort.h
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
19 years ago
tuplestore.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
typcache.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
tzparser.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
uuid.h
Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any
19 years ago
varbit.h
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
xml.h
Add xmlpath() to evaluate XPath expressions, with namespaces support.
19 years ago