<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/servers/sql/postgresql/ext/pgvector.nix, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>postgresqlPackages.pgvector: 0.8.1 -&gt; 0.8.2</title>
<updated>2026-02-27T06:31:00+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-02-27T06:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0f9917cf36837f1eab1de0d0a8c4de32a1cc3f4b'/>
<id>0f9917cf36837f1eab1de0d0a8c4de32a1cc3f4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresqlPackages.pgvector: 0.8.0 -&gt; 0.8.1</title>
<updated>2025-09-05T10:20:12+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-09-05T10:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=bc5f7c59a7b165138ae4474b7c78bc9b14480c41'/>
<id>bc5f7c59a7b165138ae4474b7c78bc9b14480c41</id>
<content type='text'>
Release Notes:
https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#081-2025-09-04

Now supports PostgreSQL 18.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release Notes:
https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#081-2025-09-04

Now supports PostgreSQL 18.
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresql18Packages: mark remaining extensions as broken</title>
<updated>2025-08-08T23:05:22+00:00</updated>
<author>
<name>Diogo Correia</name>
<email>me@diogotc.com</email>
</author>
<published>2025-07-29T14:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=108733a2a258788434c06e883c4e68dceb0dba3c'/>
<id>108733a2a258788434c06e883c4e68dceb0dba3c</id>
<content type='text'>
Those extensions don't support building with PostgreSQL 18, yet.

To make sure the broken status is updated on the next upgrade, they all
have version checks in the form of an evaluation warning, so that there
has be explicit action regarding its PG18 compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those extensions don't support building with PostgreSQL 18, yet.

To make sure the broken status is updated on the next upgrade, they all
have version checks in the form of an evaluation warning, so that there
has be explicit action regarding its PG18 compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresqlPackages: remove unused inputs</title>
<updated>2025-05-11T08:44:16+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-02-22T20:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e1573ae30bbb1c4c91120471aea6cb7e057133d2'/>
<id>e1573ae30bbb1c4c91120471aea6cb7e057133d2</id>
<content type='text'>
Thanks, deadnix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks, deadnix.
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresqlPackages: use finalAttrs pattern where possible</title>
<updated>2025-04-12T19:10:55+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-04-12T19:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=052547291ebc8fd4931fa9dac9a9982dc3caf3b2'/>
<id>052547291ebc8fd4931fa9dac9a9982dc3caf3b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresqlPackages: rename buildPostgresqlExtension to postgresqlBuildExtension</title>
<updated>2025-03-18T17:17:24+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-03-16T20:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=72b8186ff7bbb914573d5e52c8326b8a12e44c1f'/>
<id>72b8186ff7bbb914573d5e52c8326b8a12e44c1f</id>
<content type='text'>
This is for consistency with postgresqlTestExtension and
postgresqlTestHook. Everything that is passed via postgresql's
generic.nix "packages scope" now is prefixed with "postgresql".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is for consistency with postgresqlTestExtension and
postgresqlTestHook. Everything that is passed via postgresql's
generic.nix "packages scope" now is prefixed with "postgresql".
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresqlPackages.pgvector: modernize</title>
<updated>2025-03-18T17:17:06+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-03-16T20:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=9e3ad80ed5c042530f9ef4f855e51ed7ce809a68'/>
<id>9e3ad80ed5c042530f9ef4f855e51ed7ce809a68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: format all inactive Nix files</title>
<updated>2024-12-10T19:26:33+00:00</updated>
<author>
<name>Silvan Mosberger</name>
<email>silvan.mosberger@tweag.io</email>
</author>
<published>2024-12-10T19:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4f0dadbf38ee4cf4cc38cbc232b7708fddf965bc'/>
<id>4f0dadbf38ee4cf4cc38cbc232b7708fddf965bc</id>
<content type='text'>
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
    result/bin/apply-formatting $NIXPKGS_PATH
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
    result/bin/apply-formatting $NIXPKGS_PATH
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresqlPackages.pgvector: 0.6.2 -&gt; 0.8.0</title>
<updated>2024-11-16T13:03:07+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2024-11-15T20:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1e8e3d000fda3a2ade333aaa02bb605d7463fb53'/>
<id>1e8e3d000fda3a2ade333aaa02bb605d7463fb53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper</title>
<updated>2024-10-29T08:55:20+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2024-09-17T19:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e24121ec205cef4cf69c15408ef57f95559f6f15'/>
<id>e24121ec205cef4cf69c15408ef57f95559f6f15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
