postgresql/src/backend/utils
Tom Lane df13324f08 Add a "relistemp" boolean column to pg_class, which is true for temporary
relations (including a temp table's indexes and toast table/index), and
false for normal relations.  For ease of checking, this commit just adds
the column and fills it correctly --- revising the relation access machinery
to use it will come separately.
2009-03-31 17:59:56 +00:00
..
adt Add an errdetail explaining why we reject infinite dates and timestamps 2009-03-27 18:56:57 +00:00
cache Add a "relistemp" boolean column to pg_class, which is true for temporary 2009-03-31 17:59:56 +00:00
error When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:18:43 +00:00
fmgr Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, 2009-01-07 20:38:56 +00:00
hash Update copyright for 2009. 2009-01-01 17:24:05 +00:00
init On Windows, call bind_textdomain_codeset on domains other than the default one, 2009-03-08 16:07:12 +00:00
mb Fix case of the just resurrected UCS_to_BIG5.pl script, and update 2009-03-18 16:26:18 +00:00
misc Accept 'on' and 'off' as input for boolean data type, unifying the syntax 2009-03-09 14:34:35 +00:00
mmgr Update copyright for 2009. 2009-01-01 17:24:05 +00:00
resowner Update copyright for 2009. 2009-01-01 17:24:05 +00:00
sort Fix possible failures when a tuplestore switches from in-memory to on-disk 2009-03-27 18:30:21 +00:00
time Add summarization comment about visibility functions. 2009-03-09 13:08:05 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_dummy_probes.sed Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Gen_fmgrtab.pl Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Gen_fmgrtab.sh Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Makefile Add a few more DTrace probes to the backend. 2008-08-01 13:16:09 +00:00
probes.d More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISS 2009-03-23 01:52:38 +00:00