Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Forgot some files... | Michael Meskes | 2003-03-16 |
| | |||
* | - Synced parser and keyword file. | Michael Meskes | 2003-02-14 |
| | | | | - More work on Informix compatibility. | ||
* | Suppress gcc warning. | Tom Lane | 2003-02-13 |
| | |||
* | - Applied error reporting patch by Matthew Vanecek | Michael Meskes | 2003-02-13 |
| | | | | - Started with an Informix compatibility option. | ||
* | Bump version for 7.3 and 7.4. | Bruce Momjian | 2002-12-11 |
| | |||
* | Stamp minor version numbers for 7.4 release. | Bruce Momjian | 2002-12-04 |
| | |||
* | Add guards against double inclusion. | Peter Eisentraut | 2002-10-21 |
| | |||
* | Merged ecpg_big_bison back into HEAD | Michael Meskes | 2002-10-21 |
| | |||
* | pgindent run. | Bruce Momjian | 2002-09-04 |
| | |||
* | Synced parser yet again. | Michael Meskes | 2002-07-20 |
| | | | | Michael | ||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
| | |||
* | Applied Lee Kindness' patch to fix one of memory allocation with floating ↵ | Michael Meskes | 2002-06-12 |
| | | | | point numbers. | ||
* | Changed the version numbers, but did not commit the Makefiles. | Michael Meskes | 2002-03-11 |
| | |||
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
| | | | | | | | | | | | | | | | | | | | o Change all current CVS messages of NOTICE to WARNING. We were going to do this just before 7.3 beta but it has to be done now, as you will see below. o Change current INFO messages that should be controlled by client_min_messages to NOTICE. o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc. to always go to the client. o Remove INFO from the client_min_messages options and add NOTICE. Seems we do need three non-ERROR elog levels to handle the various behaviors we need for these messages. Regression passed. | ||
* | Added patch to temporarily disable locale for descriptors too (Christof) | Michael Meskes | 2002-01-23 |
| | |||
* | Accept subsequent commits. This should have been just a warning anyway. I | Michael Meskes | 2002-01-18 |
| | | | | cannot see a reason why it should be an error. | ||
* | - Fixed variable handling for struct members. | Michael Meskes | 2002-01-13 |
| | | | | | - Removed check for array input. An attribut might store the complete array. | ||
* | Added Christof's fixes. | Michael Meskes | 2002-01-11 |
| | |||
* | Fix copy-and-paste mistake exposed by gcc warning. | Tom Lane | 2002-01-08 |
| | |||
* | Revert last change (CFLAGS+=-g). Probably was a mistake... | Peter Eisentraut | 2002-01-08 |
| | |||
* | Fixed array pointers, no longer using void * in arithmetics. | Michael Meskes | 2002-01-08 |
| | |||
* | Editorial review | Peter Eisentraut | 2002-01-07 |
| | |||
* | - Removed space_or_nl and line_end from pgc.l. | Michael Meskes | 2001-12-23 |
| | | | | | - Fixed several bugs concerning arrays of structs including a memory allocation bug. | ||
* | - Fixed variable handling in AT statement. | Michael Meskes | 2001-12-05 |
| | | | | | | - Fixed bug that caused segfault when given incorrect DB name. - Fixed bug in ecpglib causing indicator to list the size of the variable instead of the size of the data. | ||
* | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 |
| | |||
* | Added Christof's patches. | Michael Meskes | 2001-11-14 |
| | |||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
| | | | | initdb/regression tests pass. | ||
* | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian | 2001-10-31 |
| | | | | | | Add space between slash for ALTER TABLE / ADD .... Regression and *.po updates to follow. | ||
* | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian | 2001-10-30 |
| | |||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | Document all the ecpg error codes. | Bruce Momjian | 2001-10-18 |
| | |||
* | Make sure each call to ECPGraise is logged. | Michael Meskes | 2001-10-05 |
| | |||
* | Re-added Tom's patch fixing my setlocale patch. I accidently | Michael Meskes | 2001-10-02 |
| | | | | deleted it. | ||
* | - Fixed truncate bug. | Michael Meskes | 2001-10-01 |
| | | | | | | - Added patch by Christof Petig <christof.petig@wtal.de> to clean up ecpglib. | ||
* | Fix the setlocale problem in a way that actually works. setlocale | Tom Lane | 2001-09-29 |
| | | | | | returns a string corresponding to the new setting, not the old, therefore the previous patch was quite wrong. | ||
* | - Synced preproc.y with gram.y. | Michael Meskes | 2001-09-25 |
| | | | | - Changed locale handling. | ||
* | - Synced preproc.y with gram.y. | Michael Meskes | 2001-09-19 |
| | | | | | | - Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <christof.petig@wtal.de>. | ||
* | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 |
| | | | | places that were including the wrong files. | ||
* | - Synced preproc.y with gram.y. | Michael Meskes | 2001-08-19 |
| | | | | - Include some patches by Christof Petig <christof.petig@wtal.de>. | ||
* | Since PQoidStatus is deprecated, we should probably stop using it in | Tom Lane | 2001-08-10 |
| | | | | our own code ... | ||
* | fixed bug in connect.c | Michael Meskes | 2001-06-15 |
| | |||
* | Stamp CVS as 7.2. Update all interface version numbers. This is the | Bruce Momjian | 2001-05-11 |
| | | | | | time to do it, not during beta because people are using this stuff in production sometimes. | ||
* | Hopefully fixed the long long problem. | Michael Meskes | 2001-04-05 |
| | |||
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
| | |||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut | 2001-02-20 |
| | | | | or library directories on the command line. | ||
* | Remove // and make /* */ | Bruce Momjian | 2001-02-12 |
| | |||
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
| | | | | | | | | | | | 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. | ||
* | Applied two bug fixes by Christof Petig. | Michael Meskes | 2001-01-31 |
| |