postgresql/src/backend
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h
This new header contains all the variable-length data types support
(TOAST support) from postgres.h, which isn't needed by large parts of
the backend code.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/ddcce239-0f29-6e62-4b47-1f8ca742addf%40enterprisedb.com
2023-01-10 05:54:36 +01:00
..
access New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
backup Update copyright for 2023 2023-01-02 15:00:37 -05:00
bootstrap Update copyright for 2023 2023-01-02 15:00:37 -05:00
catalog Invent random_normal() to provide normally-distributed random numbers. 2023-01-09 12:44:00 -05:00
commands Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
executor Fix calculation of which GENERATED columns need to be updated. 2023-01-05 14:12:17 -05:00
foreign Update copyright for 2023 2023-01-02 15:00:37 -05:00
jit Fix typos in comments, code and documentation 2023-01-03 16:26:14 +09:00
lib Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
main Update copyright for 2023 2023-01-02 15:00:37 -05:00
nodes Fix calculation of which GENERATED columns need to be updated. 2023-01-05 14:12:17 -05:00
optimizer Allow left join removals and unique joins on partitioned tables 2023-01-09 17:15:08 +13:00
parser Fix typo 2023-01-06 14:25:19 +01:00
partitioning Update copyright for 2023 2023-01-02 15:00:37 -05:00
po Update copyright for 2023 2023-01-02 15:00:37 -05:00
port Update copyright for 2023 2023-01-02 15:00:37 -05:00
postmaster Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
regex Update copyright for 2023 2023-01-02 15:00:37 -05:00
replication Fix the file mode of worker.c changed by the commit 216a784829. 2023-01-09 14:04:14 +05:30
rewrite Fix calculation of which GENERATED columns need to be updated. 2023-01-05 14:12:17 -05:00
snowball Update copyright for 2023 2023-01-02 15:00:37 -05:00
statistics Update copyright for 2023 2023-01-02 15:00:37 -05:00
storage Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
tcop Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
tsearch New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
utils New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
.gitignore
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00