Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-05Remove contrib modules that have been migrated to pgfoundry: adddepend,Tom Lane
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface, tips.
2006-06-08Add missing 3rd parameter to open().Bruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2003-09-10Clean up printability test in dbase code.Bruce Momjian
2002-09-05Fix compile warning.Tom Lane
2002-08-15The attached patch changes most of the usages of sprintf() toBruce 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-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
tests pass.
2001-06-06Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane
checkpoint's redo pointer, not its undo pointer, per discussion in pghackers a few days ago. No point in hanging onto undo information until we have the ability to do something with it --- and this solves a rather large problem with log space for long-running transactions. Also, change all calls of write() to detect the case where write returned a count less than requested, but failed to set errno. Presume that this situation indicates ENOSPC, and give the appropriate error message, rather than a random message associated with the previous value of errno.
2001-05-10Add dbase conversion utility to /contrib.Bruce Momjian