8000 postgres/contrib at REL8_1_STABLE · jsoler/postgres · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"path":"contrib","repo":{"id":105171517,"defaultBranch":"master","name":"postgres","ownerLogin":"jsoler","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2017-09-28T16:23:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/180691?v=4","public":true,"private":false,"isOrgOwned":false},"currentUser":null,"refInfo":{"name":"REL8_1_STABLE","listCacheKey":"v0:1506616169.0","canEdit":false,"refType":"branch","currentOid":"b196a71d88a325039c0bf2a9823c71583b3f9047"},"tree":{"items":[{"name":"adddepend","path":"contrib/adddepend","contentType":"directory"},{"name":"adminpack","path":"contrib/adminpack","contentType":"directory"},{"name":"btree_gin","path":"contrib/btree_gin","contentType":"directory"},{"name":"btree_gist","path":"contrib/btree_gist","contentType":"directory"},{"name":"chkpass","path":"contrib/chkpass","contentType":"directory"},{"name":"citext","path":"contrib/citext","contentType":"directory"},{"name":"cube","path":"contrib/cube","contentType":"directory"},{"name":"dbase","path":"contrib/dbase","contentType":"directory"},{"name":"dblink","path":"contrib/dblink","contentType":"directory"},{"name":"dbmirror","path":"contrib/dbmirror","contentType":"directory"},{"name":"dict_int","path":"contrib/dict_int","contentType":"directory"},{"name":"dict_xsyn","path":"contrib/dict_xsyn","contentType":"directory"},{"name":"earthdistance","path":"contrib/earthdistance","contentType":"directory"},{"name":"fulltextindex","path":"contrib/fulltextindex","contentType":"directory"},{"name":"fuzzystrmatch","path":"contrib/fuzzystrmatch","contentType":"directory"},{"name":"hstore","path":"contrib/hstore","contentType":"directory"},{"name":"intagg","path":"contrib/intagg","contentType":"directory"},{"name":"intarray","path":"contrib/intarray","contentType":"directory"},{"name":"isbn_issn","path":"contrib/isbn_issn","contentType":"directory"},{"name":"isn","path":"contrib/isn","contentType":"directory"},{"name":"lo","path":"contrib/lo","contentType":"directory"},{"name":"ltree","path":"contrib/ltree","contentType":"directory"},{"name":"mSQL-interface","path":"contrib/mSQL-interface","contentType":"directory"},{"name":"mac","path":"contrib/mac","contentType":"directory"},{"name":"oid2name","path":"contrib/oid2name","contentType":"directory"},{"name":"oracle","path":"contrib/oracle","contentType":"directory"},{"name":"pageinspect","path":"contrib/pageinspect","contentType":"directory"},{"name":"pg_archivecleanup","path":"contrib/pg_archivecleanup","contentType":"directory"},{"name":"pg_buffercache","path":"contrib/pg_buffercache","contentType":"directory"},{"name":"pg_freespacemap","path":"contrib/pg_freespacemap","contentType":"directory"},{"name":"pg_standby","path":"contrib/pg_standby","contentType":"directory"},{"name":"pg_stat_statements","path":"contrib/pg_stat_statements","contentType":"directory"},{"name":"pg_trgm","path":"contrib/pg_trgm","contentType":"directory"},{"name":"pg_upgrade","path":"contrib/pg_upgrade","contentType":"directory"},{"name":"pgbench","path":"contrib/pgbench","contentType":"directory"},{"name":"pgcrypto","path":"contrib/pgcrypto","contentType":"directory"},{"name":"pgrowlocks","path":"contrib/pgrowlocks","contentType":"directory"},{"name":"pgstattuple","path":"contrib/pgstattuple","contentType":"directory"},{"name":"seg","path":"contrib/seg","contentType":"directory"},{"name":"spi","path":"contrib/spi","contentType":"directory"},{"name":"sslinfo","path":"contrib/sslinfo","contentType":"directory"},{"name":"start-scripts","path":"contrib/start-scripts","contentType":"directory"},{"name":"tablefunc","path":"contrib/tablefunc","contentType":"directory"},{"name":"test_parser","path":"contrib/test_parser","contentType":"directory"},{"name":"tips","path":"contrib/tips","contentType":"directory"},{"name":"tsearch2","path":"contrib/tsearch2","contentType":"directory"},{"name":"unaccent","path":"contrib/unaccent","contentType":"directory"},{"name":"userlock","path":"contrib/userlock","contentType":"directory"},{"name":"vacuumlo","path":"contrib/vacuumlo","contentType":"directory"},{"name":"xml2","path":"contrib/xml2","contentType":"directory"},{"name":"Makefile","path":"contrib/Makefile","contentType":"file"},{"name":"README","path":"contrib/README","contentType":"file"},{"name":"contrib-global.mk","path":"contrib/contrib-global.mk","contentType":"file"}],"templateDirectorySuggestionUrl":null,"readme":{"displayName":"README","richText":"\u003cdiv class=\"plain\"\u003e\u003cpre style=\"white-space: pre-wrap\"\u003e\nThe PostgreSQL contrib tree\n---------------------------\n\nThis subtree contains porting tools, analysis utilities, and plug-in\nfeatures that are not part of the core PostgreSQL system, mainly because\nthey address a limited audience or are too experimental to be part of\nthe main source tree. This does not preclude their usefulness.\n\nEach subdirectory contains a README file with information about the\nmodule. Most items can be built with `gmake all' and installed with\n`gmake install' in the usual fashion, after you have run the `configure'\nscript in the top-level directory. Some directories supply new\nuser-defined functions, operators, or types. In these cases, after you have\ninstalled the files you need to register the new entities in the database\nsystem by running the commands in the supplied .sql file. For example,\n\n\t$ psql -d dbname -f module.sql\n\nSee the PostgreSQL documentation for more information about this\nprocedure.\n\n\nIndex:\n------\n\nadddepend -\n\tAdd object dependency information to pre-7.3 objects.\n\tby Rod Taylor \u0026lt;rbt@rbt.ca\u0026gt;\n\nbtree_gist -\n\tSupport for emulating BTREE indexing in GiST\n\tby Oleg Bartunov \u0026lt;oleg@sai.msu.su\u0026gt; and Teodor Sigaev \u0026lt;teodor@sigaev.ru\u0026gt;\n\nchkpass -\n\tAn auto-encrypted password datatype\n\tby D'Arcy J.M. Cain \u0026lt;darcy@druid.net\u0026gt;\n\ncube -\n\tMultidimensional-cube datatype (GiST indexing example)\n\tby Gene Selkov, Jr. \u0026lt;selkovjr@mcs.anl.gov\u0026gt;\n\ndbase -\n\tConverts from dbase/xbase to PostgreSQL\n\tby Maarten.Boekhold \u0026lt;Maarten.Boekhold@reuters.com\u0026gt;,\n\t Frank Koormann \u0026lt;fkoorman@usf.uni-osnabrueck.de\u0026gt;,\n\t Ivan Baldo \u0026lt;lubaldo@adinet.com.uy\u0026gt;\n\ndblink -\n\tAllows remote query execution\n\tby Joe Conway \u0026lt;mail@joeconway.com\u0026gt;\n\ndbmirror -\n\tReplication server\n\tby Steven Singer \u0026lt;ssinger@navtechinc.com\u0026gt;\n\nearthdistance -\n\tOperator for computing earth distance for two points\n\tby Hal Snyder \u0026lt;hal@vailsys.com\u0026gt;\n\nfulltextindex -\n\tFull text indexing using triggers\n\tby Maarten Boekhold \u0026lt;maartenb@dutepp0.et.tudelft.nl\u0026gt;\n\nfuzzystrmatch -\n\tLevenshtein, metaphone, and soundex fuzzy string matching\n\tby Joe Conway \u0026lt;mail@joeconway.com\u0026gt;, Joel Burton \u0026lt;jburton@scw.org\u0026gt;\n\nintagg -\n\tInteger aggregator\n\tby mlw \u0026lt;markw@mohawksoft.com\u0026gt;\n\nintarray -\n\tIndex support for arrays of int4, using GiST\n\tby Teodor Sigaev \u0026lt;teodor@sigaev.ru\u0026gt; and Oleg Bartunov \u0026lt;oleg@sai.msu.su\u0026gt;\n\nisbn_issn -\n\tPostgreSQL type extensions for ISBN (books) and ISSN (serials)\n\tby Garrett A. Wollman \u0026lt;wollman@khavrinen.lcs.mit.edu\u0026gt;\n\nlo -\n\tLarge Object maintenance\n\tby Peter Mount \u0026lt;peter@retep.org.uk\u0026gt; \n\nltree -\n\tTree-like data structures\n\tby Teodor Sigaev \u0026lt;teodor@sigaev.ru\u0026gt; and Oleg Bartunov \u0026lt;oleg@sai.msu.su\u0026gt;\n\nmSQL-interface -\n\tmSQL API translation library\n\tby Aldrin Leal \u0026lt;aldrin@americasnet.com\u0026gt;\n\nmac -\n\tSupport functions for MAC address types\n\tby Lawrence E. Rosenman \u0026lt;ler@lerctr.org\u0026gt;\n\noid2name - \n\tMaps numeric files to table names\n\tby B Palmer \u0026lt;bpalmer@crimelabs.net\u0026gt;\n\noracle -\n\tConverts Oracle database schema to PostgreSQL\n\tby Gilles Darold \u0026lt;gilles@darold.net\u0026gt;\n\npg_buffercache -\n\tReal time queries on the shared buffer cache\n\tby Mark Kirkwood \u0026lt;markir@paradise.net.nz\u0026gt;\n\npg_trgm -\n\tFunctions for determining the similarity of text based on trigram\n\tmatching.\n\tby Oleg Bartunov \u0026lt;oleg@sai.msu.su\u0026gt; and Teodor Sigaev \u0026lt;teodor@sigaev.ru\u0026gt;\n\npgbench -\n\tTPC-B like benchmarking tool\n\tby Tatsuo Ishii \u0026lt;t-ishii@sra.co.jp\u0026gt;\n\npgcrypto -\n\tCryptographic functions\n\tby Marko Kreen \u0026lt;marko@l-t.ee\u0026gt;\n\npgstattuple -\n\tA function to return statistics about \"dead\" tuples and free\n\tspace within a table\n\tby Tatsuo Ishii \u0026lt;t-ishii@sra.co.jp\u0026gt;\n\nseg -\n\tConfidence-interval datatype (GiST indexing example)\n\tby Gene Selkov, Jr. \u0026lt;selkovjr@mcs.anl.gov\u0026gt;\n\nspi -\n\tVarious trigger functions, examples for using SPI.\n\nstart-scripts - \n\tScripts for starting the server at boot time.\n\ntablefunc -\n\tExamples of functions returning tables\n\tby Joe Conway \u0026lt;mail@joeconway.com\u0026gt;\n\ntips -\n\tGetting Apache to log to PostgreSQL\n\tby Terry Mackintosh \u0026lt;terry@terrym.com\u0026gt;\n\ntsearch2 -\n\tFull-text-index support using GiST\n\tby Teodor Sigaev \u0026lt;teodor@sigaev.ru\u0026gt; and Oleg Bartunov\n\t\u0026lt;oleg@sai.msu.su\u0026gt;.\n\nuserlock -\n\tUser locks\n\tby Massimo Dal Zotto \u0026lt;dz@cs.unitn.it\u0026gt;\n\nvacuumlo -\n\tRemove orphaned large objects\n\tby Peter T Mount \u0026lt;peter@retep.org.uk\u0026gt;\n\nxml2 -\n\tStoring XML in PostgreSQL\n\tby John Gray \u0026lt;jgray@azuli.co.uk\u0026gt;\n\u003c/pre\u003e\u003c/div\u003e","errorMessage":null,"headerInfo":{"toc":[],"siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fjsoler%2Fpostgres%2Ftree%2FREL8_1_STABLE%2Fcontrib"}},"totalCount":53,"showBranchInfobar":true},"fileTree":{"":{"items":[{"name":"config","path":"config","contentType":"directory"},{"name":"contrib","path":"contrib","contentType":"directory"},{"name":"doc","path":"doc","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"COPYRIGHT","path":"COPYRIGHT","contentType":"file"},{"name":"GNUmakefile.in","path":"GNUmakefile.in","contentType":"file"},{"name":"Makefile","path":"Makefile","contentType":"file"},{"name":"README","path":"README","contentType":"file"},{"name":"README.git","path":"README.git","contentType":"file"},{"name":"aclocal.m4","path":"aclocal.m4","contentType":"file"},{"name":"configure","path":"configure","contentType":"file"},{"name":"configure.in","path":"configure.in","contentType":"file"}],"totalCount":13}},"fileTreeProcessingTime":1.6808450000000001,"foldersToFetch":[],"treeExpanded":true,"symbolsExpanded":false,"csrf_tokens":{"/jsoler/postgres/branches":{"post":"7erv3X_BaAubC_Mn-yYLYYt9Gy0mPvPVihp7xRjQUErP15Di-hCRQLRGA2g8vAorC6jxPjKLnRuMyGBv-vk1ZQ"},"/jsoler/postgres/branches/fetch_and_merge/REL8_1_STABLE":{"post":"c-Fud6_0ydlfinGfXn3dPXzXuViKsk8ZQ5ksD28tFRCsdu6f9w3ChOqQqpwYN4OM2vRVMEe2PxC3FiBM0ILuUQ"},"/jsoler/postgres/branches/fetch_and_merge/REL8_1_STABLE?discard_changes=true":{"post":"SaCOo3Tv01ByxkPPM7l9jvuAwZqDUUbfIeRtxREoVBiWNw5LLBbYDcfcmMx18yM_XaMt8k5VNtbVa2GGroevWQ"}}},"title":"postgres/contrib at REL8_1_STABLE · jsoler/postgres","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-b84e9496fc59.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0