postgresql/src/include
Tom Lane 88381ade63 Code cleanup inspired by recent resname bug report (doesn't fix the bug
yet, though).  Avoid using nth() to fetch tlist entries; provide a
common routine get_tle_by_resno() to search a tlist for a particular
resno.  This replaces a couple uses of nth() and a dozen hand-coded
search loops.  Also, replace a few uses of nth(length-1, list) with
llast().
2003-08-11 20:46:47 +00:00
..
access Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
bootstrap Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
catalog Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
commands Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
executor Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
mb pgindent run. 2003-08-04 00:43:34 +00:00
nodes Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
optimizer Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
parser Code cleanup inspired by recent resname bug report (doesn't fix the bug 2003-08-11 20:46:47 +00:00
port pgindent run. 2003-08-04 00:43:34 +00:00
regex Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
rewrite Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
storage Repair potential deadlock created by recent changes to recycle btree 2003-08-10 19:48:08 +00:00
tcop Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
utils Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
c.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
fmgr.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
funcapi.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
getaddrinfo.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
getopt_long.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
Makefile
miscadmin.h Remove --enable-recode feature, since it's been broken by IPv6 changes, 2003-08-04 04:03:10 +00:00
pg_config_manual.h pgindent run. 2003-08-04 00:43:34 +00:00
pg_config.h.in Do not link in libwsock32 on non-win32 platforms. Improve grammar 2003-08-11 18:07:38 +00:00
pg_config.h.win32
pgstat.h pgindent run. 2003-08-04 00:43:34 +00:00
port.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
postgres_ext.h
postgres_fe.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
postgres.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
rusagestub.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
strdup.h