postgresql/src/backend
Tom Lane d9cb48786e Better solution to the problem of labeling whole-row Datums that are
generated from subquery outputs: use the type info stored in the Var
itself.  To avoid making ExecEvalVar and slot_getattr more complex
and slower, I split out the whole-row case into a separate ExecEval routine.
2005-10-19 22:30:30 +00:00
..
access Better solution to the problem of labeling whole-row Datums that are 2005-10-19 22:30:30 +00:00
bootstrap Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
catalog A few trivial code cleanups motivated by reading warnings generated 2005-10-18 01:06:24 +00:00
commands A few trivial code cleanups motivated by reading warnings generated 2005-10-18 01:06:24 +00:00
executor Better solution to the problem of labeling whole-row Datums that are 2005-10-19 22:30:30 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq Clean up libpq's pollution of application namespace by renaming the 2005-10-17 16:24:20 +00:00
main Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
nodes Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
optimizer Fix oversight in recent changes to enable the 'physical tlist' 2005-10-19 17:31:20 +00:00
parser Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
po Translation update 2005-10-10 19:36:36 +00:00
port Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
postmaster Clean up libpq's pollution of application namespace by renaming the 2005-10-17 16:24:20 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite A few trivial code cleanups motivated by reading warnings generated 2005-10-18 01:06:24 +00:00
storage Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
tcop Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
utils Improve trace_sort code to also show the total memory or disk space used. 2005-10-18 22:59:37 +00:00
Makefile Put libpgport into OBJS instead of LIBS, so that it gets included 2005-07-28 04:31:30 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00