postgresql/src/include
Peter Eisentraut bd944884e9 Consolidate ItemPointer to Datum conversion functions
Instead of defining the same set of macros several times, define it
once in an appropriate header file.  In passing, convert to inline
functions.

Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://www.postgresql.org/message-id/flat/844dd4c5-e5a1-3df1-bfaf-d1e1c2a16e45%40enterprisedb.com
2023-02-13 09:57:15 +01:00
..
access Remove stray duplicated comment in heapam.h 2023-02-08 16:03:26 +13:00
backup
bootstrap
catalog Add pg_stat_io view, providing more detailed IO statistics 2023-02-11 09:52:15 -08:00
commands Revert "Add eager and lazy freezing strategies to VACUUM." 2023-01-25 22:22:27 -08:00
common Revert refactoring of restore command code to shell_restore.c 2023-02-06 08:28:42 +09:00
datatype Code review for commit 05a7be935. 2023-01-26 12:51:00 -05:00
executor Make new GENERATED-expressions code more bulletproof. 2023-01-15 13:14:52 -05:00
fe_utils
foreign
jit
lib Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
libpq Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
mb
nodes Mark more nodes with attribute no_query_jumble 2023-02-13 09:07:33 +09:00
optimizer Invent "join domains" to replace the below_outer_join hack. 2023-01-30 13:50:25 -05:00
parser Make Vars be outer-join-aware. 2023-01-30 13:16:20 -05:00
partitioning Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
pch
port Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
portability instr_time: Represent time as an int64 on all platforms 2023-01-20 21:16:47 -08:00
postmaster Disable STARTUP_PROGRESS_TIMEOUT in standby mode. 2023-02-06 10:51:08 -05:00
regex
replication Fix the logical replication timeout during large DDLs. 2023-02-08 07:58:25 +05:30
rewrite Make Vars be outer-join-aware. 2023-01-30 13:16:20 -05:00
snowball
statistics
storage Consolidate ItemPointer to Datum conversion functions 2023-02-13 09:57:15 +01:00
tcop
tsearch Fix ts_headline() to handle ORs and phrase queries more honestly. 2023-01-19 16:21:44 -05:00
utils Mark more nodes with attribute no_query_jumble 2023-02-13 09:07:33 +09:00
.gitignore
c.h
fmgr.h
funcapi.h
getopt_long.h
Makefile
meson.build New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
miscadmin.h pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
pg_config_ext.h.in
pg_config_ext.h.meson
pg_config_manual.h
pg_config.h.in
pg_getopt.h
pg_trace.h
pgstat.h pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
pgtar.h
pgtime.h
port.h
postgres_ext.h
postgres_fe.h
postgres.h New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
varatt.h New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
windowapi.h