postgresql/src
Stephen Frost ced712f1a1 For Kerberos testing, disable DNS lookups
Similar to 8dff2f224, this disables DNS lookups by the Kerberos library
to look up the KDC and the realm while the Kerberos tests are running.
In some environments, these lookups can take a long time and end up
timing out and causing tests to fail.  Further, since this isn't really
our domain, we shouldn't be sending out these DNS requests during our
tests.
2023-04-07 19:36:25 -04:00
..
backend Fix ts_headline() edge cases for empty query and empty search text. 2023-04-06 15:52:37 -04:00
bin Fix pg_dump for hash partitioning on enum columns. 2023-03-17 13:31:40 -04:00
common Fix JSON error reporting for many cases of erroneous string values. 2023-03-13 15:19:00 -04:00
fe_utils
include Fix race in parallel hash join batch cleanup, take II. 2023-03-21 14:32:14 +13:00
interfaces Fix inconsistent error handling for GSS encryption in PQconnectPoll() 2023-03-13 16:36:28 +09:00
makefiles
pl Add missing support for the latest SPI status codes. 2023-02-22 13:24:51 +00:00
port Improve WIN32 port of fstat() to detect more file types 2023-03-15 12:56:06 +09:00
template
test For Kerberos testing, disable DNS lookups 2023-04-07 19:36:25 -04:00
timezone Update time zone data files to tzdata release 2022g. 2023-01-31 17:37:06 -05:00
tools Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 2023-02-26 06:52:23 -05:00
tutorial Doc: sync src/tutorial/basics.source with SGML documentation. 2022-11-19 13:09:14 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Prevent port collisions between concurrent TAP tests 2022-11-22 10:51:13 -05:00
Makefile.shlib
nls-global.mk