summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/variable.c
AgeCommit message (Collapse)Author
2002-01-13 - Fixed variable handling for struct members.Michael Meskes
- Removed check for array input. An attribut might store the complete array.
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-12-10committed the missing filesMichael Meskes
2001-11-21// -> /* */, per Tatsuo.Bruce Momjian
2001-11-16Committed again to add the missing files/patches.Michael Meskes
2001-03-16Fixed bug in handling of pointers to structs.Michael Meskes
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
2000-09-19*** empty log message ***Michael Meskes
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-09*** empty log message ***Michael Meskes
2000-03-07*** empty log message ***Michael Meskes
2000-03-02*** empty log message ***Michael Meskes
2000-02-22*** empty log message ***Michael Meskes
2000-02-17*** empty log message ***Michael Meskes