postgresql/src
Dean Rasheed fead67c24a Add an explicit cast to double when using fabs().
Commit bc43b7c2c0 used fabs() directly on an int variable, which
apparently requires an explicit cast on some platforms.

Per buildfarm.
2021-01-05 11:52:42 +00:00
..
backend Add an explicit cast to double when using fabs(). 2021-01-05 11:52:42 +00:00
bin Update copyright for 2021 2021-01-02 13:06:25 -05:00
common Update copyright for 2021 2021-01-02 13:06:25 -05:00
fe_utils Update copyright for 2021 2021-01-02 13:06:25 -05:00
include Rename "enum blacklist" to "uncommitted enums". 2021-01-05 12:38:48 +13:00
interfaces Re-implement pl/pgsql's expression and assignment parsing. 2021-01-04 11:52:00 -05:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Rethink the "read/write parameter" mechanism in pl/pgsql. 2021-01-04 12:39:27 -05:00
port Update copyright for 2021 2021-01-02 13:06:25 -05:00
template On macOS, use -isysroot in link steps as well as compile steps. 2020-11-20 00:07:09 -05:00
test Fix numeric_power() when the exponent is INT_MIN. 2021-01-05 11:15:28 +00:00
timezone Update copyright for 2021 2021-01-02 13:06:25 -05:00
tools Replace remaining uses of "whitelist". 2021-01-05 14:00:16 +13:00
tutorial Update copyright for 2021 2021-01-02 13:06:25 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Split Makefile symbol CFLAGS_VECTOR into two symbols. 2020-09-06 21:28:16 -04:00
Makefile.shlib Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00