You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
23a41573c4
Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum
...
to the left of the actual bool value. While in most cases there won't be
any, our support for old-style user-defined functions violates the C spec
to the extent of calling functions that might return char or short through
a function pointer declared to return "char *", which we then coerce to
Datum. It is not surprising that the result might contain garbage
high-order bits ... what is surprising is that we didn't see such cases
long ago. Per report from Magnus.
19 years ago
..
access
First phase of plan-invalidation project: create a plan cache management
19 years ago
bootstrap
Cleanup the bootstrap code a little, and rename "dummy procs" in the code
19 years ago
catalog
Fix plancache so that any required replanning is done with the same
19 years ago
commands
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
19 years ago
executor
Make use of plancache module for SPI plans. In particular, since plpgsql
19 years ago
lib
Add resetStringInfo(), which clears the content of a StringInfo, and
19 years ago
libpq
Add lo_truncate() to backend and libpq for large object truncation.
19 years ago
mb
Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of
19 years ago
nodes
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
19 years ago
optimizer
Turn the rangetable used by the executor into a flat list, and avoid storing
19 years ago
parser
First phase of plan-invalidation project: create a plan cache management
19 years ago
port
Remove headers for old sysv shmem emulation that I forgot.
19 years ago
postmaster
Code review for SSLKEY patch.
19 years ago
regex
Wording cleanup for error messages. Also change can't -> cannot.
19 years ago
rewrite
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
19 years ago
storage
Cleanup the bootstrap code a little, and rename "dummy procs" in the code
19 years ago
tcop
First phase of plan-invalidation project: create a plan cache management
19 years ago
utils
Fix plancache so that any required replanning is done with the same
19 years ago
Makefile
Allow installation into directories containing spaces in the name.
20 years ago
c.h
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
fmgr.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
funcapi.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
getaddrinfo.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
getopt_long.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
miscadmin.h
Fix date/time formats for XML Schema output.
19 years ago
pg_config.h.in
Add configure --enable-profiling to enable GCC profiling. Patches from
19 years ago
pg_config.h.win32
Squelch some VC++ compiler warnings. Mark float literals with the "f"
19 years ago
pg_config_manual.h
Move BLCKSZ < 1024 check to guc.c.
19 years ago
pg_trace.h
pgindent run for 8.2.
20 years ago
pgstat.h
Allow the pgstat process to restart immediately after a receiving
19 years ago
pgtime.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
port.h
Add strlcat() from OpenBSD, to be used for replacing strncat and other
19 years ago
postgres.h
Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum
19 years ago
postgres_ext.h
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
19 years ago
postgres_fe.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
rusagestub.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago