summaryrefslogtreecommitdiff
path: root/contrib/isn/isn.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-25Fix thinko in 720e0327bcAndrew Dunstan
2022-12-24Convert contrib/isn's input functions to report errors softlyAndrew Dunstan
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-09-15isn: Fix debug codePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-02Fix output of ISBN-13 numbers beginning with 979.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-13Fix calculation of ISMN check digit.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-20Updates to contrib/isn ISBN tables.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-05Remove /contrib/isn copyright mention for German Mendez Bravo, withBruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
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-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-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-10-04pgindent run for 8.2.Bruce Momjian
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