summaryrefslogtreecommitdiff
path: root/contrib/isn
AgeCommit message (Expand)Author
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-30Add a "LIKE = typename" clause to CREATE TYPE for base types. This allowsTom Lane
2008-11-28Fix an oversight in uninstall_isn.sql: must drop operator families explicitly.Tom Lane
2008-11-28Cosmetic cleanups in contrib/isn (doesn't fix the passbyval problem)Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-09-30Properly mark mergeable/hashable equality operators (found by opr_sanityTom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-24Make contrib/isn pass the opr_sanity sanity checks: add missingTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-01Remove accented characters in comments, to avoid failures when thisTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-10contrib/isn updates from Jeremy Kronuz.Tom Lane
2006-09-09Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, andTom Lane