postgresql/src/backend
Amit Kapila e709596b25 Add macros for ReorderBufferTXN toptxn.
Currently, there are quite a few places in reorderbuffer.c that tries to
access top-transaction for a subtransaction. This makes the code to access
top-transaction consistent and easier to follow.

Author: Peter Smith
Reviewed-by: Vignesh C, Sawada Masahiko
Discussion: https://postgr.es/m/CAHut+PuCznOyTqBQwjRUu-ibG-=KHyCv-0FTcWQtZUdR88umfg@mail.gmail.com
2023-03-17 08:29:41 +05:30
..
access Revise pg_pwrite_zeros() 2023-03-06 13:21:33 +09:00
archive Redesign archive modules 2023-02-17 14:26:42 +09:00
backup Reword overly-optimistic comment about backup checksum verification. 2023-03-06 10:35:15 -05:00
bootstrap Update copyright for 2023 2023-01-02 15:00:37 -05:00
catalog Support [NO] INDENT option in XMLSERIALIZE(). 2023-03-15 16:59:09 -04:00
commands Small code simplification 2023-03-16 15:33:43 +01:00
executor Support [NO] INDENT option in XMLSERIALIZE(). 2023-03-15 16:59:09 -04:00
foreign Update copyright for 2023 2023-01-02 15:00:37 -05:00
jit Fix incorrect format placeholders 2023-03-10 07:10:43 +01:00
lib Fix ILIST_DEBUG build 2023-01-18 10:26:15 -08:00
libpq Add a hook for modifying the ldapbind password 2023-03-15 16:37:28 -04:00
main Mark options as deprecated in usage output 2023-03-02 14:36:37 +01:00
nodes Require empty Bitmapsets to be represented as NULL. 2023-03-02 11:47:26 -05:00
optimizer Fix incorrect logic for determining safe WindowAgg run conditions 2023-03-17 15:49:53 +13:00
parser Support [NO] INDENT option in XMLSERIALIZE(). 2023-03-15 16:59:09 -04:00
partitioning Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01: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 Small tidyup for commit d41a178b, part II. 2023-03-17 14:44:12 +13:00
regex Refactor to introduce pg_locale_deterministic(). 2023-02-23 11:17:41 -08:00
replication Add macros for ReorderBufferTXN toptxn. 2023-03-17 08:29:41 +05:30
rewrite Fix more bugs caused by adding columns to the end of a view. 2023-03-07 18:21:53 -05:00
snowball Update copyright for 2023 2023-01-02 15:00:37 -05:00
statistics Remove unnecessary code in dependency_is_compatible_expression(). 2023-03-14 11:10:45 -04:00
storage Fix race in SERIALIZABLE READ ONLY. 2023-03-09 16:33:24 +13:00
tcop Speedup and increase usability of set proc title functions 2023-02-20 16:18:27 +13:00
tsearch Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
utils Work around spurious compiler warning in inet operators 2023-03-16 14:48:45 -07:00
.gitignore
Makefile Redesign archive modules 2023-02-17 14:26:42 +09:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build meson: Prevent installation of test files during main install 2023-03-03 07:45:52 +01:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00