Add pg_dump --with-{schema|data|statistics} options

26 March 00:36 - PostgreSQL - Jeff Davis

By adding the positive variants of options, in addition to the negative variants that already exist, users can be explicit about what pg_dump should produce.

Fix order of -I switches for building pg_regress.o

26 March 00:03 - PostgreSQL - Tom Lane

We need the -I switch for libpq_srcdir to come before any -I switches injected by configure.


avformat/movenccenc: add support for CENC AV1 encryption

25 March 23:59 - FFmpeg - James Almer

pg_upgrade: Add --swap for faster file transfer

25 March 21:02 - PostgreSQL - Nathan Bossart

This new option instructs pg_upgrade to move the data directories from the old cluster to the new cluster and then to replace the catalog files with those generated for the new cluster.

Stats: use schemaname/relname instead of regclass

25 March 18:16 - PostgreSQL - Jeff Davis

For import and export, use schemaname/relname rather than regclass.

psql: Make default \watch interval configurable

25 March 16:53 - PostgreSQL - Daniel Gustafsson

The default interval for \watch to wait between executing queries, when executed without a specified interval, was hardcoded to two seconds.

ScriptForge prettyprint in APSO 1.4.4

25 March 16:23 - LibreOffice - Jean-Pierre Ledure

The latest version of APSO (1.4.4) introduces a new positional argument in the def console(): in apso_utile.py, named 'prettyprint'. The def is used in SF_Exception.PythonShell() The absence of the argument caused an exception/regression.

tdf#165815: sw: Add UItest

25 March 15:54 - LibreOffice - Xisco Fauli

Change-Id: I6c3f2ac7b7ca6c96e2ecf83ff90a4461ea7f20e7 Reviewed-on:

tdf#165774 Support for Java instrumentation

25 March 13:30 - LibreOffice - prrvchr

Change-Id: I5323eaba60a1dbc6b872550dbbfed0fe989bcd11 Reviewed-on:

Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT

25 March 12:40 - PostgreSQL - Peter Eisentraut

Small fixes for commit f4e53e10b6c: Add missing calls to InvokeObjectPostAlterHook() and also CacheInvalidateRelcache().

Generalize index support in network support function

25 March 06:11 - PostgreSQL - Peter Eisentraut

The network (inet) support functions currently only supported a hardcoded btree operator family.


Add _FORTIFY_SOURCE support for inet_pton

24 March 18:43 - glibc - Aaron Merey

Add function __inet_pton_chk which calls __chk_fail when the size of argument dst is too small.

cool#11357 sw redline reinstate: handle a single rich delete

24 March 15:37 - LibreOffice - Miklos Vajna

In case the cursor is inside a delete redline (single-paragraph, plain text), then .uno:ReinstateTrackedChange works for that change.

Linux 6.14

24 March 14:02 - Linux Kernel - Linus Torvalds

avcodec/ffv1: Implement 2D RLE for remap

24 March 12:46 - FFmpeg - Michael Niedermayer

ATM this performs as well or better as any other algorithm tried.

avcodec/ffv1: 32-bit float sample support

24 March 12:46 - FFmpeg - Michael Niedermayer

ffmpeg: add per-stream input option drop_changed

24 March 10:48 - FFmpeg - Gyan Doshi

This is a replacement in ffmpeg for the deprecated avcodec flag AV_CODEC_FLAG_DROPCHANGED. This option is meant to be used when the filtergraph should not be reinited upon input parameter changes as that leads to loss of state in the filtergraph potentially leading to broken or aborted output, e.g.

svx: prefix members of SvxBitmapListItem

24 March 08:05 - LibreOffice - Miklos Vajna

And the same in a couple of more related classes, so we can still have a single version of the QUERY_PUT_IMPL() macro.


psql: Add tab completion for VACUUM and ANALYZE ... ONLY option

23 March 21:16 - PostgreSQL - Tom Lane

Improve psql's tab completion for VACUUM and ANALYZE by supporting the ONLY option introduced in 62ddf7ee9.

swscale/x86/rgb2rgb: optimize AVX2 version of uyvytoyuv422

23 March 15:25 - FFmpeg - Shreesh Adiga

Currently the AVX2 version of uyvytoyuv422 in the SIMD loop does the following: 4 vinsertq to have interleaving of the vector lanes during load from memory.


plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.

22 March 18:17 - PostgreSQL - Tom Lane

The catchall exception condition OTHERS was represented as sqlerrstate == 0, which was a poor choice because that comes out the same as SQLSTATE '00000'.

Improve nbtree array primitive scan scheduling

22 March 17:02 - PostgreSQL - Peter Geoghegan

Add a new scheduling heuristic: don't end the ongoing primitive index scan immediately (at the point where _bt_advance_array_keys notices that the next set of matching tuples must be on a later page) if the primscan already managed to step right/left from its first leaf page.

tweaks to pianoroll GUI to control capture length and avoid track rec-enabling

22 March 02:55 - Ardour - Paul Davis

Tracks cannot be rec-enabled at the same as clips/slots/cues/triggers are rec-enabled.


elf: Use +nolink-deps to add make-only dependency for tst-origin

21 March 20:40 - glibc - Florian Weimer

The tst-origin test must link against liborigin-mod.so.

support: Link links-dso-program-c with libgcc_s only if available

21 March 20:40 - glibc - Florian Weimer

Add a configure check to detect bootstrapping builds that do not have libgcc_s.

Add GUC option to control maximum active replication origins

21 March 19:20 - PostgreSQL - Masahiko Sawada

This commit introduces a new GUC option max_active_replication_origins to control the maximum number of active replication origins.

debug: Improve '%n' fortify detection (BZ 30932)

21 March 18:46 - glibc - Adhemerval Zanella

The 7bb8045ec0 path made the '%n' fortify check ignore EMFILE errors while trying to open /proc/self/maps, and this added a security issue where EMFILE can be attacker-controlled thus making it ineffective for some cases. The EMFILE failure is reinstated but with a different error message.

avcodec/amfenc: add smart access video option

21 March 16:36 - FFmpeg - Evgeny Pavlov

This commit adds option for enabling SmartAccess Video (SAV) in AMF encoders.

Simplify ToStringHelper a bit

21 March 13:02 - LibreOffice - Mike Kaganski

This helped me to workaround a very mysterious problem, that appeared in non-debug build (using VS2022 17.14.0 preview 2.0), where a concat in cppuhelper::ServiceManager::addSingletonContextEntries looking like "/singletons/" + u"com.sun.star.configuration.theDefaultProvider"_ustr gave "/single/sincom.sun.star.configuration.theDefaultProvider".

libz: Remove the 'ZLIBprivate_1.0' version together with its symbols

21 March 12:26 - DragonFlyBSD - Aaron LI

These three symbols are private and are not even needed to be exported by the private 'ZLIBprivate_1.0' version tag.

Add _FORTIFY_SOURCE support for inet_ntop

21 March 08:35 - glibc - Frédéric Bérat

- Create the __inet_ntop_chk routine that verifies that the builtin size of the destination buffer is at least as big as the size given by the user.

Support buffer forwarding in StartReadBuffers().

21 March 07:43 - PostgreSQL - Thomas Munro

StartReadBuffers() reports a short read when it finds a cached block that ends a range needing I/O by updating the caller's *nblocks.

Support buffer forwarding in read_stream.c

21 March 05:44 - PostgreSQL - Thomas Munro

In preparation for a follow-up change to the buffer manager, teach read_stream.c to manage buffers "forwarded" from one StartReadBuffers() call to the next after a short read.

doc: Remove incorrect description about dropping replication slots

21 March 03:56 - PostgreSQL - Fujii Masao

pg_drop_replication_slot() can drop replication slots created on a different database than the one where it is executed.


Show plperl version in the meson setup summary

20 March 22:55 - PostgreSQL - Andrew Dunstan

Also, use perl 'version' instead of 'api_versionstring' to sync with the configure script.

tdf#165805 RTF import of \page at table end fixed

20 March 18:05 - LibreOffice - Oliver Specht

With 7d3778e0ef9f54f3c8988f1b84d58e7002d6c625 page breaks in tables were ignored in docx import.

Add an additional hook for EXPLAIN option validation

20 March 17:47 - PostgreSQL - Robert Haas

Commit c65bc2e1d14a2d4daed7c1921ac518f2c5ac3d17 made it possible for loadable modules to add EXPLAIN options.

tdf#164322 Add "Clear AutoFilter" option in context menu of cells

20 March 16:56 - LibreOffice - Ujjawal Kumar

Change-Id: Id0555f0e89e3e21010b36559bec0caefe63fe8d6 Reviewed-on:

Add vacuum_truncate configuration parameter

20 March 15:16 - PostgreSQL - Nathan Bossart

This new parameter works just like the storage parameter of the same name: if set to true (which is the default), autovacuum and VACUUM attempt to truncate any empty pages at the end of the table.

cool#11357 sw redline reinstate: handle inserts in selection

20 March 14:17 - LibreOffice - Miklos Vajna

In case the cursor is inside an insert redline, then .uno:ReinstateTrackedChange works for that change, but if multiple inserts are selected, then this simply results in a reject with no history.

tdf#165821: sc_uicalc: Add unittest

20 March 11:33 - LibreOffice - Xisco Fauli

Change-Id: I06b8b4803a5df590c859b820eeed90811e847ec7 Reviewed-on:

require Xcode version >= 14.2 (and in turn macOS 12) to build

20 March 10:19 - LibreOffice - Christian Lohmaier

that was already our documented baseline, but configure still accepted older versions of the macOS SDK/older versions of Xcode.

pg_createsubscriber: Add -R publications option

20 March 06:51 - PostgreSQL - Amit Kapila

This patch introduces a new '-R'/'--remove' option in the 'pg_createsubscriber' utility to specify the object types to be removed from the subscriber.

Merge branch 'vendor/ZLIB'

20 March 00:38 - DragonFlyBSD - Aaron LI