-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
00/00/2024 Cédric Villemain <[email protected]> | ||
* 1.4.0 - Rework sql install/upgrade | ||
- Add function pg_page_size() | ||
- Add function pg_segment_size() | ||
- Add function vm_available_pages() | ||
- Add function vm_page_size() | ||
- Add function vm_physical_pages() | ||
|
||
21/09/2023 Cédric Villemain <[email protected]> | ||
* 1.3.1 - drop support for upgrading from "unpackaged" | ||
|
||
21/09/2023 Cédric Villemain <[email protected]> | ||
* 1.3 - added support for PostgreSQL 16 | ||
- drop support for PostgreSQL < 9.4 | ||
2019-10-29 Cédric Villemain <[email protected]> | ||
|
||
29/10/2019 Cédric Villemain <[email protected]> | ||
* 1.2.2 - Fix bad errno usage | ||
|
||
22/09/2017 Cédric Villemain <[email protected]> | ||
* 1.2.1 - Fix check on NULL input for drawer function | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# pgfincore extension | ||
comment = 'examine and manage the os buffer cache' | ||
default_version = '1.3.1' | ||
default_version = '1.4.0' | ||
module_pathname = '$libdir/pgfincore' | ||
directory = pgfincore | ||
relocatable = true |