postgresql/src/backend
Bruce Momjian dabc3f31b5 Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0
This is because (-1) << 32 is -1 (Only intel arc. has been checked)

Oleg Sharoiko
1999-09-23 17:42:23 +00:00
..
access Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
bootstrap Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
catalog Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
commands Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
executor Fix CASE bug identified by Keith Parks: CASE didn't reliably 1999-09-18 23:26:37 +00:00
lib Cope with versions of vsnprintf() written by people who 1999-09-08 16:31:38 +00:00
libpq cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h 1999-09-12 22:27:47 +00:00
main Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodes Minor improvements to stringinfo package to make it more 1999-08-31 01:28:37 +00:00
optimizer values.h patch from Alex Howansky 1999-09-21 20:58:25 +00:00
parser Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
port Get rid of elog(DEBUG) in snprintf emulation ... it's just 1999-09-09 03:13:22 +00:00
postmaster values.h patch from Alex Howansky 1999-09-21 20:58:25 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Remove incorrect 'Assert(targetList != NULL)'. An 1999-09-19 17:20:58 +00:00
storage Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
tcop Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
tioga Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 1999-09-23 17:42:23 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00