summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2002-08-15August 13, 2002Bruce Momjian
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-08-14Spacing improvement.Bruce Momjian
2002-08-10Fixed very stupid but important bug: mixing calls of some founctions fromBruce Momjian
2002-08-10The patch solves this problem, I hope...Bruce Momjian
2002-08-10August 6, 2002Bruce Momjian
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-08-06Patch for current CVS. It add test of lca() to ltree test suite.Bruce Momjian
2002-08-04Tom Lane:Bruce Momjian
2002-08-04please find attached patch to current CVS ( contrib/ltree )Bruce Momjian
2002-08-04This patch adds support for inet[] arrays to the /contrib/array module.Bruce Momjian
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane
2002-07-30Use Max/Min macros, not MAX/MIN, to eliminate portability issues.Tom Lane
2002-07-30Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2002-07-30Add tablefunc to contrib makefile.Bruce Momjian
2002-07-30As mentioned above, here is my contrib/tablefunc patch. It includesBruce Momjian
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-20Apply patches from Neil Conway.Tatsuo Ishii
2002-07-18Contrib port/ usage is same as others so no need for rules.Bruce Momjian
2002-07-18Make src/backend/port/*.c file location dependent only on configure.in.Bruce Momjian
2002-07-16Add comment for isbn,issn data type, from Pete St. OngeBruce Momjian
2002-07-05Add a few new lines to display recently added fields in the ControlFileThomas G. Lockhart
2002-07-05Cleanup.Bruce Momjian
2002-07-03Disable pg_upgrade for 7.3.Bruce Momjian
2002-06-23Link dbmirror into /contrib system.Bruce Momjian
2002-06-23Add dbmirror to /contrib. Minor C cleanups and Makefile.Bruce Momjian
2002-06-23Add indexing for isbn and issn.Bruce Momjian
2002-06-23Update dbsize documentation with:Bruce Momjian
2002-06-23Rename command to reindexdb, for consistency.Bruce Momjian
2002-06-23Handle mixed-case names in reindex script.Bruce Momjian
2002-06-22uint -> uint32, portability.Bruce Momjian
2002-06-21Add mention of segmented files to oid2name.Bruce Momjian
2002-06-21Add reindex utility to /contrib.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-13Mention vacuum for relpages.Bruce Momjian
2002-06-13Add script to show disk space per db.Bruce Momjian
2002-06-12Improve query.Bruce Momjian
2002-06-12Add mention of query showing pages used.Bruce Momjian
2002-06-12Add -q option to oid2name. Add sample session to README.Bruce Momjian
2002-06-07Please apply attached patch to contrib/intarray (7.2, 7.3).Bruce Momjian
2002-05-28Fix a bug with building rtree_gist indexes.Tom Lane
2002-05-27Update dblink to work with qualified relation names.Tom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-20Update docs about new -N optionTatsuo Ishii