You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
55527368bd
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
...
It seems potentially useful to label our shared libraries with version
information, now that a facility exists for retrieving that. This
patch labels them with the PG_VERSION string. There was some
discussion about using semantic versioning conventions, but that
doesn't seem terribly helpful for modules with no SQL-level presence;
and for those that do have SQL objects, we typically expect them
to support multiple revisions of the SQL definitions, so it'd still
not be very helpful.
I did not label any of src/test/modules/. It seems unnecessary since
we don't install those, and besides there ought to be someplace that
still provides test coverage for the original PG_MODULE_MAGIC macro.
Author: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/dd4d1b59-d0fe-49d5-b28f-1e463b68fa32@gmail.com
3 months ago
..
data
Add btree_gist support for enum types.
8 years ago
expected
Change gist stratnum function to use CompareType
6 months ago
sql
Change gist stratnum function to use CompareType
6 months ago
.gitignore
Support "make check" in contrib
14 years ago
Makefile
Add temporal PRIMARY KEY and UNIQUE constraints
10 months ago
btree_bit.c
Remove useless casts to (void *)
7 months ago
btree_bool.c
Remove useless casts to (void *)
7 months ago
btree_bytea.c
Remove useless casts to (void *)
7 months ago
btree_cash.c
Remove useless casts to (void *)
7 months ago
btree_date.c
Remove useless casts to (void *)
7 months ago
btree_enum.c
Remove useless casts to (void *)
7 months ago
btree_float4.c
Remove useless casts to (void *)
7 months ago
btree_float8.c
Remove useless casts to (void *)
7 months ago
btree_gist--1.0--1.1.sql
Add index-only scan support to btree_gist.
10 years ago
btree_gist--1.1--1.2.sql
Make contrib modules' installation scripts more secure.
5 years ago
btree_gist--1.2--1.3.sql
Add uuid to the set of types supported by contrib/btree_gist.
9 years ago
btree_gist--1.2.sql
Handle contrib's GIN/GIST support function signature changes honestly.
9 years ago
btree_gist--1.3--1.4.sql
Add support for EUI-64 MAC addresses as macaddr8
8 years ago
btree_gist--1.4--1.5.sql
Add btree_gist support for enum types.
8 years ago
btree_gist--1.5--1.6.sql
Update btree_gist extension for parallel query
5 years ago
btree_gist--1.6--1.7.sql
Fix gist_bool_ops to use gbtreekey2
4 years ago
btree_gist--1.7--1.8.sql
Drop opcintype from index AM strategy translation API
4 months ago
btree_gist.c
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
3 months ago
btree_gist.control
Add stratnum GiST support function
10 months ago
btree_gist.h
Add trailing commas to enum definitions
2 years ago
btree_inet.c
Remove useless casts to (void *)
7 months ago
btree_int2.c
Remove useless casts to (void *)
7 months ago
btree_int4.c
Remove useless casts to (void *)
7 months ago
btree_int8.c
Remove useless casts to (void *)
7 months ago
btree_interval.c
Remove useless casts to (void *)
7 months ago
btree_macaddr.c
Remove useless casts to (void *)
7 months ago
btree_macaddr8.c
Remove useless casts to (void *)
7 months ago
btree_numeric.c
Remove useless casts to (void *)
7 months ago
btree_oid.c
Remove useless casts to (void *)
7 months ago
btree_text.c
Remove useless casts to (void *)
7 months ago
btree_time.c
Remove useless casts to (void *)
7 months ago
btree_ts.c
Remove useless casts to (void *)
7 months ago
btree_utils_num.c
Remove useless casts to (void *) in arguments of some system functions
2 years ago
btree_utils_num.h
Remove unused #include's from contrib, pl, test .c files
8 months ago
btree_utils_var.c
Remove unused #include's from contrib, pl, test .c files
8 months ago
btree_utils_var.h
Remove unused #include's from contrib, pl, test .c files
8 months ago
btree_uuid.c
Remove useless casts to (void *)
7 months ago
meson.build
Update copyright for 2025
6 months ago