Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c4e3b0c3
Commit
c4e3b0c3
authored
Dec 11, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Links to CUBE, SEG contrib items
parent
a3694b42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
contrib/Makefile
contrib/Makefile
+3
-1
contrib/README
contrib/README
+8
-0
No files found.
contrib/Makefile
View file @
c4e3b0c3
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.
9 2000/10/31 13:11:28 petere
Exp $
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.
10 2000/12/11 20:40:59 tgl
Exp $
subdir
=
contrib
top_builddir
=
..
include
$(top_builddir)/src/Makefile.global
WANTED_DIRS
=
array
\
cube
\
earthdistance
\
findoidjoins
\
fulltextindex
\
...
...
@@ -18,6 +19,7 @@ WANTED_DIRS = array \
pg_dumplo
\
pgbench
\
pgcrypto
\
seg
\
soundex
\
spi
\
string
\
...
...
contrib/README
View file @
c4e3b0c3
...
...
@@ -29,6 +29,10 @@ array -
Array iterator functions
by Massimo Dal Zotto <dz@cs.unitn.it>
cube -
Multidimensional-cube datatype (GiST indexing example)
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
earthdistance -
Operator for computing earth distance for two points
by Hal Snyder <hal@vailsys.com>
...
...
@@ -82,6 +86,10 @@ pgcrypto -
Cryptographic hash functions
by Marko Kreen <marko@l-t.ee>
seg -
Confidence-interval datatype (GiST indexing example)
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
soundex -
Soundex function
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment