summaryrefslogtreecommitdiff
path: root/contrib/isn/ISBN.h
AgeCommit message (Collapse)Author
2024-07-02Convert some extern variables to staticPeter Eisentraut
These probably should have been static all along, it was only forgotten out of sloppiness. Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://www.postgresql.org/message-id/flat/e0a62134-83da-4ba4-8cdb-ceb0111c95ce@eisentraut.org
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-20Updates to contrib/isn ISBN tables.Robert Haas
Jan Otto, reviewed by Peter Geoghegan
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-09Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, andTom Lane
remove the old isbn_issn module which is about to be obsoleted by EAN13. contrib/isn is by Germán Méndez Bravo. Our thanks to Garrett A. Wollman for having written the original isbn_issn module.