postgresql/src/include
Peter Eisentraut cfb63b994e Simplify configure test
The test for lz4.h used AC_CHECK_HEADERS, but nothing was using the
resulting symbol HAVE_LZ4_H.  Change this to use AC_CHECK_HEADER
instead.  This was probably an oversight, seeing that the nearby
similar tests do this correctly.
2022-05-04 14:20:36 +02:00
..
access pg_walinspect: fix case where flush LSN is in the middle of a record. 2022-04-30 09:05:32 -07:00
bootstrap Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
catalog Rethink method for assigning OIDs to the template0 and postgres DBs. 2022-04-21 16:23:15 -04:00
commands Remove "recheck" argument from check_index_is_clusterable() 2022-04-13 15:32:35 +09:00
common Remove not-very-useful early checks of __pg_log_level in logging.h. 2022-04-12 13:25:29 -04:00
datatype Fix overflow hazards in interval input and output conversions. 2022-04-02 16:12:29 -04:00
executor Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS) 2022-04-08 11:27:21 +09:00
fe_utils Allow db.schema.table patterns, but complain about random garbage. 2022-04-20 11:37:29 -04:00
foreign Update copyright for 2022 2022-01-07 19:04:57 -05:00
jit Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
lib Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
libpq Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
mb Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
nodes Remove inadequate assertion check in CTE inlining. 2022-04-21 17:58:52 -04:00
optimizer Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
parser Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
partitioning Refactor and cleanup runtime partition prune code a little 2022-04-05 11:46:48 +02:00
port Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
portability Update copyright for 2022 2022-01-07 19:04:57 -05:00
postmaster Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
regex Update copyright for 2022 2022-01-07 19:04:57 -05:00
replication Add missing spaces after single-line comments 2022-04-14 09:28:56 +12:00
rewrite Update copyright for 2022 2022-01-07 19:04:57 -05:00
snowball Update copyright for 2022 2022-01-07 19:04:57 -05:00
statistics Add stxdinherit flag to pg_statistic_ext_data 2022-01-16 13:38:01 +01:00
storage Revert recent changes with durable_rename_excl() 2022-04-28 13:08:16 +09:00
tcop Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
tsearch Add missing spaces after single-line comments 2022-04-14 09:28:56 +12:00
utils Fix various typos and spelling mistakes in code comments 2022-04-11 20:49:41 +12:00
.gitignore Refactor dlopen() support 2018-09-06 11:33:04 +02:00
Makefile Build in some knowledge about foreign-key relationships in the catalogs. 2021-02-02 17:11:55 -05:00
c.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
fmgr.h Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
funcapi.h Create routine able to set single-call SRFs for Materialize mode 2022-03-07 10:26:29 +09:00
getaddrinfo.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
getopt_long.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
miscadmin.h Revert the addition of GetMaxBackends() and related stuff. 2022-04-12 14:45:23 -04:00
pg_config.h.in Simplify configure test 2022-05-04 14:20:36 +02:00
pg_config_ext.h.in
pg_config_manual.h Revert recent changes with durable_rename_excl() 2022-04-28 13:08:16 +09:00
pg_getopt.h Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
pg_trace.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pgstat.h Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
pgtar.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pgtime.h Apply PGDLLIMPORT markings broadly. 2022-04-08 08:16:38 -04:00
port.h Clean up messy API for src/port/thread.c. 2022-01-11 13:46:20 -05:00
postgres.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
postgres_ext.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
postgres_fe.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
rusagestub.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
windowapi.h Update copyright for 2022 2022-01-07 19:04:57 -05:00