Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-05 | Remove contrib modules that have been migrated to pgfoundry: adddepend, | Tom Lane | |
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface, tips. | |||
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian | |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian | |
2005-01-08 | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | |
from our long-established standard. | |||
2002-09-04 | pgindent run. | Bruce Momjian | |
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-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
tests pass. | |||
1999-05-25 | pgindent run over code. | Bruce Momjian | |
1998-05-15 | From: "Aldrin L." <[email protected]> | Marc G. Fournier | |
Subject: [INTERFACES] mSQL Compatibility Library (fwd) |