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
6c96188cb5
Remove the 'not in' operator (!!=). This was a hangover from Berkeley
...
days that was obsolete the moment we had IN (SELECT ...) capability.
It's arguably a security hole since it applied no permissions check to
the table it searched, and since it was never documented anywhere,
removing it seems more appropriate than fixing it.
19 years ago
..
acl.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
array.h
Tweak the API for per-datatype typmodin functions so that they are passed
19 years ago
ascii.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
builtins.h
Remove the 'not in' operator (!!=). This was a hangover from Berkeley
19 years ago
cash.h
Widen the money type to 64 bits.
19 years ago
catcache.h
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
19 years ago
combocid.h
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
19 years ago
date.h
Fix up hash functions for datetime datatypes so that they don't take
19 years ago
datetime.h
Minor comment fixes.
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
Provide for logfiles in machine readable CSV format. In consequence, rename
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
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
19 years ago
guc_tables.h
Make configuration parameters fall back to their default values when they
19 years ago
help_config.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
hsearch.h
Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan
19 years ago
inet.h
Support varlena fields with single-byte headers and unaligned storage.
19 years ago
int8.h
Downgrade implicit casts to text to be assignment-only, except for the ones
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 text concatenation so that it accepts all the reasonable cases that
19 years ago
memutils.h
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
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
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
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
Fix up bad layout of some comments (probably pg_indent's fault), and
19 years ago
pg_rusage.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
plancache.h
The session_replication_role actually can be changed at will during
19 years ago
portal.h
RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
19 years ago
ps_status.h
Add GUC update_process_title to control whether 'ps' display is updated
20 years ago
rel.h
Fix up pgstats counting of live and dead tuples to recognize that committed
19 years ago
relcache.h
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
19 years ago
resowner.h
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
19 years ago
selfuncs.h
Put back planner's ability to cache the results of mergejoinscansel(),
19 years ago
syscache.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
timestamp.h
Fix up hash functions for datetime datatypes so that they don't take
19 years ago
tqual.h
Fix oversight in async-commit patch: there were some places in heapam.c
19 years ago
tuplesort.h
Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the
19 years ago
tuplestore.h
Teach tuplestore.c to throw away data before the "mark" point when the caller
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
XPath fixes:
19 years ago