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.
PostgreSQL Daemon
baef78d96b
Thank god for searchable mail archives.
...
Patch by: wieck@sapserv.debis.de (Jan Wieck)
One of the design rules of PostgreSQL is extensibility. And
to follow this rule means (at least for me) that there should
not only be a builtin PL. Instead I would prefer a defined
interface for PL implemetations.
28 years ago
..
Makefile
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
28 years ago
acl.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
arrayfuncs.c
Thank god for searchable mail archives.
28 years ago
arrayutils.c
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
28 years ago
bool.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
cash.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago
char.c
Good Bye, Time Travel!
28 years ago
chunk.c
Some *very* major changes by darrenk@insightdist.com (Darren King)
28 years ago
date.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago
datetime.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago
datum.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
dt.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago
filename.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
float.c
Various cleanups for the i386_solaris environment
28 years ago
geo_ops.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago
geo_selfuncs.c
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
28 years ago
int.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago
like.c
Rename strNcpy to StrNCpy, and change third parameter.
28 years ago
misc.c
More cleanups. I can now compile without PORTNAME being defined n
28 years ago
nabstime.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago
name.c
Rename strNcpy to StrNCpy, and change third parameter.
28 years ago
not_in.c
Remove all time travel stuff. Small parser cleanup.
28 years ago
numutils.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
oid.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago
oidint2.c
Used modified version of indent that understands over 100 typedefs.
28 years ago
oidint4.c
Used modified version of indent that understands over 100 typedefs.
28 years ago
oidname.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
oracle_compat.c
> It seems there is a mistake in substr function:
28 years ago
regexp.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
regproc.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
selfuncs.c
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
sets.c
Thank god for searchable mail archives.
28 years ago
tid.c
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
28 years ago
timestamp.c
Change a few routine names back to full length now that pg_proc allows
28 years ago
varchar.c
Cleanup of varchar.
28 years ago
varlena.c
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
28 years ago