summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/misc.c
AgeCommit message (Collapse)Author
2003-03-16Forgot some files...Michael Meskes
2002-09-04pgindent run.Bruce Momjian
2002-01-18Accept subsequent commits. This should have been just a warning anyway. IMichael Meskes
cannot see a reason why it should be an error.
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
- Fixed several bugs concerning arrays of structs including a memory allocation bug.
2001-11-14Added Christof's patches.Michael Meskes
2001-10-30Fix small problem Tom Lane found with pgindent run.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
spacing. Also adds space for one-line comments.
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
tests pass.
2001-10-05Make sure each call to ECPGraise is logged.Michael Meskes
2001-09-19- Synced preproc.y with gram.y.Michael Meskes
- Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <[email protected]>.
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
places that were including the wrong files.
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-07*** empty log message ***Michael Meskes