Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9eb5d9c
Don't commit AI tool aider related files
jhf Oct 8, 2025
a1b8c99
fix: Update build system for Zig 0.15 API changes
jhf Oct 8, 2025
362e4bb
refactor: Update for Zig 0.15.1 compatibility
jhf Oct 9, 2025
d98ecee
refactor(examples): Update for Zig 0.15.1 compatibility
jhf Oct 9, 2025
3c58f80
fix: Use callconv(.c) and 'const pg = @import("pgzx_pgsys").pg;'
jhf Oct 9, 2025
7b6f8d8
Adjust to PG_MAGIC changes
jhf Oct 21, 2025
430e639
Adjust to Zig build changes
jhf Oct 22, 2025
f5abf1e
Use constante magic ABI string from header file
jhf Oct 22, 2025
cf97913
Change deprecated palloc0fast to palloc0
jhf Oct 22, 2025
64313dc
Support running only specific tests with -Dtest_filter=...
jhf Oct 28, 2025
c45144c
Explicitly include hsearch.h for HTAB related structs
jhf Oct 28, 2025
b474ea2
Disable htab tests due to Postgres.app bug on macOS arm64
jhf Jan 31, 2026
2691660
Add PG16 compatibility and update htab test notes
jhf Jan 31, 2026
719f425
Add AGENTS.md development guide for AI assistants
jhf Feb 1, 2026
5435595
Upgrade to Zig 0.15.2 and fix nix build paths
jhf Feb 1, 2026
8dc4736
Add PostgreSQL version matrix testing infrastructure
jhf Feb 1, 2026
6ba16e1
Fix pglocal script for re-running on existing installations
jhf Feb 1, 2026
76ae442
Improve postgres cleanup in matrix tests
jhf Feb 1, 2026
d0b9ca9
Fix test runner to use install prefix for loading extensions
jhf Feb 1, 2026
9050cbc
Switch to nixpkgs 24.11 and fix nix dev shell
jhf Feb 1, 2026
5a186b8
Add PG18 support via mixed nixpkgs inputs
jhf Feb 1, 2026
23d8f70
Document macOS HTab crash and add test cases for symbol collision
jhf Feb 1, 2026
5074b39
Add Zig issue draft for macOS flat namespace support
jhf Feb 1, 2026
d9d4982
Migrate from @cImport to build-time translate-c
jhf Feb 1, 2026
b5466c1
Move Zig issue draft to root to avoid deletion by docs build
jhf Feb 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ regression.out
regression.diffs
results/
/out
.aider*
!.aider.conf.yml
!.aiderignore
Loading
Loading