postgresql/src/backend/utils
Neil Conway 64a60590ba A few minor list-related cleanups:
(1) Replace while loop with the new forboth() construct in
parser/analyze.c

(2) Replace lcons() with lappend() in SearchCatCacheList(). Since these
now have the same performance, there is no reason to prefer lcons() in
this case, and using lappend() leads to cleaner code.

(3) Improve the name of the second parameter to for_each_cell()
2004-09-27 04:12:03 +00:00
..
adt Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, 2004-09-27 01:39:02 +00:00
cache A few minor list-related cleanups: 2004-09-27 04:12:03 +00:00
error This patch from Alvaro Herrera adds transaction ID to the list of 2004-09-22 03:55:27 +00:00
fmgr Fix two typos in comments. 2004-09-13 01:45:32 +00:00
hash Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
init Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
mb Allow WIN1250 as server encoding. 2004-09-17 21:59:57 +00:00
misc GUC assign hooks that look at external state in deciding whether a 2004-09-24 19:43:03 +00:00
mmgr Remove erroneous Assert, per example from Kris Jurka. 2004-09-16 21:08:12 +00:00
resowner Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
sort Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
time RecentXmin is too recent to use as the cutoff point for accessing 2004-09-16 18:35:23 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Update copyright to 2004. 2004-08-29 04:13:13 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00