Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-22 | Remove contrib modules that have been agreed to be obsolete. | Tom Lane | |
(There are more that will be removed once they've been copied to pgfoundry.org.) | |||
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian | |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | |
2003-10-09 | Someone report me small bug in contrib/pg_dumplo today. It's problem | Bruce Momjian | |
with a little dirty snprintf() usage which I used some years ago: snprintf(path, BUFSIZ, "%s/lo_dump.index", path); Karel Zak | |||
2002-09-05 | Remove compile warnings, ensure consistent build environment for | Tom Lane | |
largefile usage. | |||
2002-08-15 | The attached patch changes most of the usages of sprintf() to | Bruce Momjian | |
snprintf() in contrib/. I didn't touch the places where pointer arithmatic was being used, or other areas where the fix wasn't trivial. I would think that few, if any, of the usages of sprintf() were actually exploitable, but it's probably better to be paranoid... Neil Conway | |||
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian | |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | |
2000-11-22 | Code review: minor cleanups, make the world safe for unsigned OIDs. | Tom Lane | |
Improve documentation, too. | |||
2000-06-15 | Add missing /contrib files to CVS. | Bruce Momjian | |