- Oct 21, 2024
-
-
Christoph Berg authored
-
Christoph Berg authored
Update to upstream version '1.3.14' with Debian dir 7954f1b055a0f62f1bf11987f216dcf937b81195
-
Christoph Berg authored
-
- Sep 15, 2024
-
-
Christoph Berg authored
* Restrict to 64-bit architectures. * Mark postgresql-all as <!nocheck>.
-
- Sep 18, 2023
-
-
Christoph Berg authored
Use ${postgresql:Depends}.
-
- Oct 24, 2022
-
-
Christoph Berg authored
-
Christoph Berg authored
Update to upstream version '1.3.13' with Debian dir 6ffccdaa99117a7313507ec682fa0973c97fe853
-
Christoph Berg authored
-
Christoph Berg authored
-
- Jun 14, 2022
-
-
Christoph Berg authored
16:17:50 src/tuplesort10.c: In function ‘tuplesort_begin_heap’: 16:17:50 src/tuplesort10.c:785:77: error: macro "TRACE_POSTGRESQL_SORT_START" requires 6 arguments, but only 5 given 16:17:50 785 | randomAccess); 16:17:50 | ^
-
Christoph Berg authored
-
Christoph Berg authored
-
- May 27, 2022
-
-
Maxim Orlov authored
refer to issue #108
-
- May 26, 2022
-
-
Christoph Berg authored
-
Christoph Berg authored
-
- May 25, 2022
-
-
Pavel Borisov authored
-
- May 06, 2022
-
-
Pavel Borisov authored
Also update tuplesort15.c according to vanilla changes.
-
- Mar 01, 2022
-
-
Pavel Borisov authored
-
- Jan 14, 2022
-
-
Pavel Borisov authored
-
- Dec 13, 2021
-
-
Pavel Borisov authored
Automatically use old and new style node creation.
-
- Dec 08, 2021
-
-
Pavel Borisov authored
-
- Dec 06, 2021
-
-
Pavel Borisov authored
Don't use ##args style in macros
-
Pavel Borisov authored
-
Pavel Borisov authored
-
Pavel Borisov authored
-
- Nov 29, 2021
-
-
Pavel Borisov authored
It was times when there were no tuplesort_free() at all
-
Pavel Borisov authored
-
Maxim Orlov authored
This reverts commit d9963d98.
-
Maxim Orlov authored
- fix write uninited values in logical tape - fix double free
-
Pavel Borisov authored
-
Pavel Borisov authored
-
Pavel Borisov authored
It was incorrectly set different RumSortSize vs RumScanSize
-
- Nov 26, 2021
-
-
Maxim Orlov authored
-
Maxim Orlov authored
-
Maxim Orlov authored
Copy item additional information from leaf data page. It is necessary when additional information is used after the data page is unlocked. In paricular when sorting of items should be done.
-
- Nov 22, 2021
-
-
Maxim Orlov authored
-
- Nov 12, 2021
-
-
Pavel Borisov authored
- Move code duplicates into separate functions - Disable import of trace_sort from backend ads it is unconditionally defined in the module (in tuplesortXX.c)
-
- Nov 10, 2021
-
-
Pavel Borisov authored
- remove unused defines - use tuplesort_begin_common instead of rum_tuplesort_begin_common - simplify version-conditional defines - rearrange functions order in rumsort.c
-
Pavel Borisov authored
- Make rumsort use vanilla tuplesort functions. They are included in tuplesortXX.c which are copied without change from vanilla XX sources (src/backend/utils/sort/tuplesort.c) - Add compatibility with PG15 logtape changes
-
Pavel Borisov authored
-Add vanilla tuplesort.c and qsort_tuple.c files
-