-
Notifications
You must be signed in to change notification settings - Fork 59
Comparing changes
Open a pull request
base repository: postgrespro/rum
base: 1.3.10
head repository: postgrespro/rum
compare: master
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 933e8b5 - Browse repository at this point
Copy the full SHA 933e8b5View commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d9cc86f - Browse repository at this point
Copy the full SHA d9cc86fView commit details
Commits on May 6, 2022
-
Compatibility with random access tuplesort interface changes in v15
Also update tuplesort15.c according to vanilla changes.
Configuration menu - View commit details
-
Copy full SHA for 5e8be02 - Browse repository at this point
Copy the full SHA 5e8be02View commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c538b9f - Browse repository at this point
Copy the full SHA c538b9fView commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7197b83 - Browse repository at this point
Copy the full SHA 7197b83View commit details -
Merge branch 'master' into stable
Maxim Orlov committedMay 27, 2022 Configuration menu - View commit details
-
Copy full SHA for f20f100 - Browse repository at this point
Copy the full SHA f20f100View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3b03b - Browse repository at this point
Copy the full SHA fc3b03bView commit details
Commits on May 30, 2022
-
root: deprecated key sudo (The key `sudo` has no effect anymore.) root: missing dist, using the default xenial root: missing os, using the default linux * Add pg-15
Configuration menu - View commit details
-
Copy full SHA for 92f42d5 - Browse repository at this point
Copy the full SHA 92f42d5View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6a57545 - Browse repository at this point
Copy the full SHA 6a57545View commit details
Commits on Jul 21, 2022
-
Revert "Make compatible with amroutine changes in V15"
Change in IndexAmRoutine amroutine were reverted in e3fcca0d Revert changes in HOT handling of BRIN indexes This reverts commit 6f47dc7.
Configuration menu - View commit details
-
Copy full SHA for 210abdd - Browse repository at this point
Copy the full SHA 210abddView commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ffa817 - Browse repository at this point
Copy the full SHA 1ffa817View commit details
Commits on Aug 10, 2022
-
Merge remote-tracking branch 'origin/master' into stable
Marina Polyakova committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for de9909d - Browse repository at this point
Copy the full SHA de9909dView commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6530adc - Browse repository at this point
Copy the full SHA 6530adcView commit details
Commits on Sep 6, 2022
-
Maxim Orlov committed
Sep 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 5719f28 - Browse repository at this point
Copy the full SHA 5719f28View commit details -
Maxim Orlov committed
Sep 6, 2022 Configuration menu - View commit details
-
Copy full SHA for db8b9d6 - Browse repository at this point
Copy the full SHA db8b9d6View commit details
Commits on Sep 7, 2022
-
Get rid of copying code from pg core.
Maxim Orlov committedSep 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 919c74f - Browse repository at this point
Copy the full SHA 919c74fView commit details
Commits on Sep 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 775de3b - Browse repository at this point
Copy the full SHA 775de3bView commit details
Commits on Sep 19, 2022
-
Merge pull request #114 from shadforth/update-readme
Update README with small language tweaks
Configuration menu - View commit details
-
Copy full SHA for e6facb1 - Browse repository at this point
Copy the full SHA e6facb1View commit details
Commits on Sep 29, 2022
-
Merge commit '919c74fc4b51080b45222e0d4c75902e5f2725aa' into stable
Marina Polyakova committedSep 29, 2022 Configuration menu - View commit details
-
Copy full SHA for e49fce9 - Browse repository at this point
Copy the full SHA e49fce9View commit details -
Merge remote-tracking branch 'origin/PGPRO-6780' into stable
Conflicts: src/rumsort.c Caused by the following commits: - 6530adc [PGPRO-6780] Fix Windows warnings - 5719f28 Refactoring to be pg16 ready. - db8b9d6 Add support for pg16. Thanks to Koval Dmitry for the review of conflict resolution.
Marina Polyakova committedSep 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 4b8da39 - Browse repository at this point
Copy the full SHA 4b8da39View commit details
Commits on Nov 21, 2022
-
Merge remote-tracking branch 'origin/master' into stable
Marina Polyakova committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 884bd51 - Browse repository at this point
Copy the full SHA 884bd51View commit details -
Fix compiler warnings due to new checks in PostgreSQL 16
See the commit 0fe954c28584169938e5c0738cfaa9930ce77577 (Add -Wshadow=compatible-local to the standard compilation flags) in PostgreSQL 16. src/ruminsert.c: In function ‘rumHeapTupleBulkInsert’: src/ruminsert.c:533:51: warning: declaration of ‘attr’ shadows a previous local [-Wshadow=compatible-local] 533 | Form_pg_attribute attr = RumTupleDescAttr( | ^~~~ src/ruminsert.c:505:27: note: shadowed declaration is here 505 | Form_pg_attribute attr = buildstate->rumstate.addAttrs[attnum - 1]; | ^~~~ src/rumget.c: In function ‘startScanEntry’: src/rumget.c:635:41: warning: declaration of ‘page’ shadows a previous local [-Wshadow=compatible-local] 635 | Page page; | ^~~~ src/rumget.c:548:25: note: shadowed declaration is here 548 | Page page; | ^~~~ src/rumget.c: In function ‘entryGetNextItemList’: src/rumget.c:1054:33: warning: declaration of ‘page’ shadows a previous local [-Wshadow=compatible-local] 1054 | Page page; | ^~~~ src/rumget.c:986:25: note: shadowed declaration is here 986 | Page page; | ^~~~
Marina Polyakova committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 43465cb - Browse repository at this point
Copy the full SHA 43465cbView commit details
Commits on Nov 22, 2022
-
Merge pull request #115 from postgrespro/PGPRO-7444
Fix compiler warnings due to new checks in PostgreSQL 16
Configuration menu - View commit details
-
Copy full SHA for 7e641a8 - Browse repository at this point
Copy the full SHA 7e641a8View commit details
Commits on Dec 19, 2022
-
Maxim Orlov committed
Dec 19, 2022 Configuration menu - View commit details
-
Copy full SHA for bdfafed - Browse repository at this point
Copy the full SHA bdfafedView commit details -
Maxim Orlov committed
Dec 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 41d60e8 - Browse repository at this point
Copy the full SHA 41d60e8View commit details -
Since all the errors are from pg-core code (i.e. tuplesortXX.c)
Maxim Orlov committedDec 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 51c6af4 - Browse repository at this point
Copy the full SHA 51c6af4View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 61443b9 - Browse repository at this point
Copy the full SHA 61443b9View commit details
Commits on Jan 27, 2023
-
Merge remote-tracking branch 'origin/master' into stable
Marina Polyakova committedJan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for e4301db - Browse repository at this point
Copy the full SHA e4301dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd9eba - Browse repository at this point
Copy the full SHA bfd9ebaView commit details -
Fix compiler warnings due to new checks in PostgreSQL 16
See the commit 0fe954c28584169938e5c0738cfaa9930ce77577 (Add -Wshadow=compatible-local to the standard compilation flags) in PostgreSQL 16. src/ruminsert.c: In function ‘rumHeapTupleBulkInsert’: src/ruminsert.c:533:51: warning: declaration of ‘attr’ shadows a previous local [-Wshadow=compatible-local] 533 | Form_pg_attribute attr = RumTupleDescAttr( | ^~~~ src/ruminsert.c:505:27: note: shadowed declaration is here 505 | Form_pg_attribute attr = buildstate->rumstate.addAttrs[attnum - 1]; | ^~~~ src/rumget.c: In function ‘startScanEntry’: src/rumget.c:635:41: warning: declaration of ‘page’ shadows a previous local [-Wshadow=compatible-local] 635 | Page page; | ^~~~ src/rumget.c:548:25: note: shadowed declaration is here 548 | Page page; | ^~~~ src/rumget.c: In function ‘entryGetNextItemList’: src/rumget.c:1054:33: warning: declaration of ‘page’ shadows a previous local [-Wshadow=compatible-local] 1054 | Page page; | ^~~~ src/rumget.c:986:25: note: shadowed declaration is here 986 | Page page; | ^~~~
Marina Polyakova authored and Maxim Orlov committedJan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for d387682 - Browse repository at this point
Copy the full SHA d387682View commit details -
Merge remote-tracking branch 'origin/stable'
Marina Polyakova committedJan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 4fa7605 - Browse repository at this point
Copy the full SHA 4fa7605View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eceff46 - Browse repository at this point
Copy the full SHA eceff46View commit details
Commits on Feb 3, 2023
-
Merge remote-tracking branch 'origin/PGPRO-7470'
Marina Polyakova committedFeb 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 43d0fe7 - Browse repository at this point
Copy the full SHA 43d0fe7View commit details
Commits on Feb 14, 2023
-
Add tap test run in installcheck
Maxim Orlov committedFeb 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 3eecc14 - Browse repository at this point
Copy the full SHA 3eecc14View commit details
Commits on Feb 15, 2023
-
Fix double tap test run on pg12+
Maxim Orlov committedFeb 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 5a405c0 - Browse repository at this point
Copy the full SHA 5a405c0View commit details -
Compacting SPECIFIC_TAP conditions
Maxim Orlov committedFeb 15, 2023 Configuration menu - View commit details
-
Copy full SHA for c40b86e - Browse repository at this point
Copy the full SHA c40b86eView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c49086 - Browse repository at this point
Copy the full SHA 8c49086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61258f4 - Browse repository at this point
Copy the full SHA 61258f4View commit details
Commits on Oct 11, 2023
-
[PGPRO-8962] Remove unused variable.
Variable 'totalCount'. It appeared in c1df4cc and was already unnecessary. Tags: rum.
Ekaterina Sokolova committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for e6ba1ad - Browse repository at this point
Copy the full SHA e6ba1adView commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ccd052 - Browse repository at this point
Copy the full SHA 6ccd052View commit details
Commits on Oct 20, 2023
-
Merge pull request #120 from postgrespro/PGPRO-8962
Remove unused variable.
Configuration menu - View commit details
-
Copy full SHA for 8e8026c - Browse repository at this point
Copy the full SHA 8e8026cView commit details
Commits on Oct 25, 2023
-
Merge remote-tracking branch 'origin/PGPRO-8894'
Marina Polyakova committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 3b26d4d - Browse repository at this point
Copy the full SHA 3b26d4dView commit details
Commits on Nov 17, 2023
-
Merge remote-tracking branch 'origin/master' into PGPRO-9026
Marina Polyakova committedNov 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e78b97 - Browse repository at this point
Copy the full SHA 9e78b97View commit details
Commits on Oct 7, 2024
-
Add compatibility with PostgreSQL 17. (#129)
Fix compiler error that was introduced by the commit 6ed83d5f (Use bump memory context for tuplesorts). Fix 'array' test. Fix Travis CI build.
Configuration menu - View commit details
-
Copy full SHA for cb1edff - Browse repository at this point
Copy the full SHA cb1edffView commit details
Commits on Oct 8, 2024
-
Merge pull request #116 from postgrespro/update-travis-dist
Switch to Ubuntu 22.04 in Travis
Configuration menu - View commit details
-
Copy full SHA for 6a065fd - Browse repository at this point
Copy the full SHA 6a065fdView commit details
Commits on Oct 23, 2024
-
Update configuration for Travis CI.
Ekaterina Sokolova committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 181b802 - Browse repository at this point
Copy the full SHA 181b802View commit details -
Ekaterina Sokolova committed
Oct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 331863c - Browse repository at this point
Copy the full SHA 331863cView commit details
Commits on Nov 1, 2024
-
Merge pull request #134 from postgrespro/PGPRO-11422
Add check in Travis CI and update copyrights.
Configuration menu - View commit details
-
Copy full SHA for a23de3d - Browse repository at this point
Copy the full SHA a23de3dView commit details
Commits on Nov 22, 2024
-
Fixed the content of the error message (#133)
Fixed the content of the error message If the "rum" index is created without the "WITH" operator, two columns must be specified for "ORDER BY" to work. But now error message in this case looks like: "ERROR: cannot order without attribute ... in WHERE clause" Fixed the content of error message: "WHERE" replaced by "ORDER BY". Added a test that checks the case when only one column is specified in the "ORDER BY" and error message for this. Tags: rum.
Configuration menu - View commit details
-
Copy full SHA for 34619f9 - Browse repository at this point
Copy the full SHA 34619f9View commit details
Commits on Dec 6, 2024
-
Make this test output more independent of PostgreSQL server version and system. Authored-by: Karina Litskevich <k.lickevich@postgrespro.ru>
Configuration menu - View commit details
-
Copy full SHA for f82ab18 - Browse repository at this point
Copy the full SHA f82ab18View commit details
There are no files selected for viewing