postgresql/src
Tom Lane 08b01d4dd9 Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Commit 257836a75 added the "locale" subdirectory to SUBDIRS,
but neglected to remove it from ALWAYS_SUBDIRS.  This oversight
had no functional effect because the filter-out function would
remove it anyway.  Still, it's confusing to readers to list a
subdirectory in both places, especially because it makes the
associated comment into a partial lie.
2020-12-19 17:58:30 -05:00
..
backend Update comment atop of ReorderBufferQueueMessage(). 2020-12-19 10:08:46 +05:30
bin initdb: complete getopt_long alphabetization 2020-12-12 12:59:09 -05:00
common Improve some code around cryptohash functions 2020-12-14 12:38:13 +09:00
fe_utils Remove incorrect %s in string 2020-11-09 10:38:22 +01:00
include Improve hash_create()'s API for some added robustness. 2020-12-15 11:38:53 -05:00
interfaces Move SHA2 routines to a new generic API layer for crypto hashes 2020-12-02 10:37:20 +09:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Improve hash_create()'s API for some added robustness. 2020-12-15 11:38:53 -05:00
port Remove ability to independently select random number generator 2020-11-20 13:57:33 +01:00
template On macOS, use -isysroot in link steps as well as compile steps. 2020-11-20 00:07:09 -05:00
test Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile. 2020-12-19 17:58:30 -05:00
timezone Improve hash_create()'s API for some added robustness. 2020-12-15 11:38:53 -05:00
tools Refactor MD5 implementations according to new cryptohash infrastructure 2020-12-10 11:59:10 +09:00
tutorial Remove support for postfix (right-unary) operators. 2020-09-17 19:38:05 -04:00
.gitignore
DEVELOPERS
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