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
98b6f37e47
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
docs that CLIENT/LOG_MIN_MESSAGES now controls debug_* output location.
Doc changes included.
|
23 years ago |
.. |
Makefile
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
acl.c
|
Suppress gcc warnings.
|
23 years ago |
array_userfuncs.c
|
First phase of work on array improvements. ARRAY[x,y,z] constructor
|
23 years ago |
arrayfuncs.c
|
Implement array_send/array_recv (binary I/O for arrays). This exposed
|
23 years ago |
arrayutils.c
|
Update copyright to 2002.
|
24 years ago |
ascii.c
|
Fix buffer overrun in to_ascii(), per report from Guido Notari.
|
23 years ago |
bool.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
cash.c
|
More binary I/O routines.
|
23 years ago |
char.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
date.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
datetime.c
|
Add code to test for unknown timezone names (following some ideas from
|
23 years ago |
datum.c
|
pgindent run.
|
23 years ago |
encode.c
|
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
|
24 years ago |
float.c
|
Remove comment that cbrt() isn't being used.
|
23 years ago |
format_type.c
|
pgindent run.
|
23 years ago |
formatting.c
|
Fix platform-dependent failure introduced by recent to_char changes
|
23 years ago |
geo_ops.c
|
More binary I/O routines.
|
23 years ago |
geo_selfuncs.c
|
Update copyright to 2002.
|
24 years ago |
inet_net_ntop.c
|
Remove sys/types.h in files that include postgres.h, and hence c.h,
|
23 years ago |
inet_net_pton.c
|
Remove sys/types.h in files that include postgres.h, and hence c.h,
|
23 years ago |
int.c
|
Binary send/receive routines for a few basic datatypes --- enough for
|
23 years ago |
int8.c
|
Binary send/receive routines for a few basic datatypes --- enough for
|
23 years ago |
like.c
|
Remove all traces of multibyte and locale options. Clean up comments
|
23 years ago |
like_match.c
|
Remove all traces of multibyte and locale options. Clean up comments
|
23 years ago |
lockfuncs.c
|
Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.
|
23 years ago |
mac.c
|
More binary I/O routines.
|
23 years ago |
misc.c
|
The "random" regression test uses a function called oidrand(), which
|
23 years ago |
nabstime.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
name.c
|
Indexing support for pattern matching operations via separate operator
|
23 years ago |
network.c
|
More binary I/O routines.
|
23 years ago |
not_in.c
|
pgindent run.
|
23 years ago |
numeric.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
numutils.c
|
pgindent run.
|
23 years ago |
oid.c
|
Binary send/receive routines for a few basic datatypes --- enough for
|
23 years ago |
oracle_compat.c
|
Improve implementation of btrim/ltrim/rtrim: provide a special case for
|
23 years ago |
pg_locale.c
|
Fix breakage that had crept into setlocale() usage: once again we've
|
23 years ago |
pg_lzcompress.c
|
This patch fixes a bunch of spelling mistakes in comments throughout the
|
23 years ago |
pgstatfuncs.c
|
Avoid repeated computation of the constants date2j(1970, 1, 1) and
|
23 years ago |
pseudotypes.c
|
More binary I/O routines.
|
23 years ago |
quote.c
|
Be careful to include postgres.h *before* any system headers, to ensure
|
23 years ago |
regexp.c
|
Create a GUC variable REGEX_FLAVOR to control the type of regular
|
23 years ago |
regproc.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
ri_triggers.c
|
Repair permissions problem in RI triggers: query parsing has to be done
|
23 years ago |
ruleutils.c
|
Fix coredump in pg_get_triggerdef, ensure function name is schema-
|
23 years ago |
selfuncs.c
|
Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing
|
23 years ago |
sets.c
|
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
|
23 years ago |
tid.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
timestamp.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |
varbit.c
|
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
|
23 years ago |
varchar.c
|
Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing
|
23 years ago |
varlena.c
|
Indexing support for pattern matching operations via separate operator
|
23 years ago |
version.c
|
Functions on 'text' type updated to new fmgr style. 'text' is
|
26 years ago |
xid.c
|
Add binary I/O routines for a bunch more datatypes. Still a few to go,
|
23 years ago |