| .. |
|
acl.c
|
Remove unnecessary parentheses in assignments.
|
2005-07-21 04:41:43 +00:00 |
|
array_userfuncs.c
|
Some more missed copyright notices. Many of these look like they
|
2005-01-01 20:44:34 +00:00 |
|
arrayfuncs.c
|
Change typreceive function API so that receive functions get the same
|
2005-07-10 21:14:00 +00:00 |
|
arrayutils.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |
|
ascii.c
|
Update copyrights that were missed.
|
2005-01-01 05:43:09 +00:00 |
|
bool.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |
|
cash.c
|
Remove unnecessary parentheses in assignments.
|
2005-07-21 04:41:43 +00:00 |
|
char.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |
|
date.c
|
More minor spacing improvements.
|
2005-07-22 05:03:09 +00:00 |
|
datetime.c
|
Code spacing improvement, particularly *tm spacing.
|
2005-07-22 03:46:34 +00:00 |
|
datum.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |
|
encode.c
|
Update copyrights that were missed.
|
2005-01-01 05:43:09 +00:00 |
|
float.c
|
Apply the "nodeAgg" optimization to more of the builtin transition
|
2005-04-06 23:56:07 +00:00 |
|
format_type.c
|
Convert oidvector and int2vector into variable-length arrays. This
|
2005-03-29 00:17:27 +00:00 |
|
formatting.c
|
Add time/date macros for code clarity:
|
2005-07-21 03:56:25 +00:00 |
|
geo_ops.c
|
Migrate rtree_gist functionality into the core system, and add some
|
2005-07-01 19:19:05 +00:00 |
|
geo_selfuncs.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |
|
inet_net_ntop.c
|
Sync inet formatting code with recent BIND releases. In particular,
|
2005-02-01 00:59:09 +00:00 |
|
inet_net_pton.c
|
Sync inet formatting code with recent BIND releases. In particular,
|
2005-02-01 00:59:09 +00:00 |
|
int.c
|
Missed adding extra argument to array_recv in a couple of places
|
2005-07-10 21:36:21 +00:00 |
|
int8.c
|
Adjust the API for aggregate function calls so that a C-coded function
|
2005-03-12 20:25:06 +00:00 |
|
like.c
|
At the head of wchareq, length of (multibyte) character is compared by
|
2005-05-25 22:59:33 +00:00 |
|
like_match.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |
|
lockfuncs.c
|
Add a time-of-preparation column to the pg_prepared_xacts view, per an
|
2005-06-18 19:33:42 +00:00 |
|
mac.c
|
Pgindent run for 8.0.
|
2004-08-29 05:07:03 +00:00 |
|
Makefile
|
Replace TupleTableSlot convention for whole-row variables and function
|
2004-04-01 21:28:47 +00:00 |
|
misc.c
|
Arrange for the postmaster (and standalone backends, initdb, etc) to
|
2005-07-04 04:51:52 +00:00 |
|
nabstime.c
|
Code spacing improvement, particularly *tm spacing.
|
2005-07-22 03:46:34 +00:00 |
|
name.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |
|
network.c
|
Do proper testing of CIDR bits against network mask, e.g. don't allow:
|
2004-10-08 01:10:31 +00:00 |
|
not_in.c
|
Remove second argument from textToQualifiedNameList(), as it is no longer
|
2005-05-27 00:57:49 +00:00 |
|
numeric.c
|
Change typreceive function API so that receive functions get the same
|
2005-07-10 21:14:00 +00:00 |
|
numutils.c
|
Undo an unadvertised change in the API of pg_atoi. In all previous
|
2005-01-09 21:03:19 +00:00 |
|
oid.c
|
Missed adding extra argument to array_recv in a couple of places
|
2005-07-10 21:36:21 +00:00 |
|
oracle_compat.c
|
Add comment on C locale test for upper/lower/initcap().
|
2005-05-07 15:18:17 +00:00 |
|
pg_locale.c
|
Prevent locale-aware handling of upper, lower, and initcap when the
|
2005-03-16 00:02:49 +00:00 |
|
pg_lzcompress.c
|
Add parentheses to macros when args are used in computations. Without
|
2005-05-25 21:40:43 +00:00 |
|
pgstatfuncs.c
|
Clean up the rather historically encumbered interface to now() and
|
2005-06-29 22:51:57 +00:00 |
|
pseudotypes.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |
|
quote.c
|
Add E'' to internally created SQL strings that contain backslashes.
|
2005-07-02 17:01:59 +00:00 |
|
regexp.c
|
I made the patch that implements regexp_replace again.
|
2005-07-10 04:54:33 +00:00 |
|
regproc.c
|
Completion of project to use fixed OIDs for all system catalogs and
|
2005-04-14 20:03:27 +00:00 |
|
ri_triggers.c
|
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
|
2005-06-28 05:09:14 +00:00 |
|
rowtypes.c
|
Change typreceive function API so that receive functions get the same
|
2005-07-10 21:14:00 +00:00 |
|
ruleutils.c
|
Check for out-of-range varoattno in deparse_context_for_subplan.
|
2005-07-15 18:39:59 +00:00 |
|
selfuncs.c
|
Remove unnecessary parentheses in assignments.
|
2005-07-21 04:41:43 +00:00 |
|
tid.c
|
Remove second argument from textToQualifiedNameList(), as it is no longer
|
2005-05-27 00:57:49 +00:00 |
|
timestamp.c
|
Code spacing improvement, particularly *tm spacing.
|
2005-07-22 03:46:34 +00:00 |
|
varbit.c
|
Change typreceive function API so that receive functions get the same
|
2005-07-10 21:14:00 +00:00 |
|
varchar.c
|
Change typreceive function API so that receive functions get the same
|
2005-07-10 21:14:00 +00:00 |
|
varlena.c
|
Remove unnecessary parentheses in assignments.
|
2005-07-21 04:41:43 +00:00 |
|
version.c
|
$Header: -> $PostgreSQL Changes ...
|
2003-11-29 19:52:15 +00:00 |
|
xid.c
|
Tag appropriate files for rc3
|
2004-12-31 22:04:05 +00:00 |