| Age | Commit message (Expand) | Author |
| 2000-05-12 | Fix the off by one errors in ResultSet from 6.5.3, and more. | Bruce Momjian |
| 2000-05-05 | ImageViewer transaction fixes | Peter Mount |
| 2000-05-03 | Minor fixes ready for 7.0 | Peter Mount |
| 2000-05-02 | Update SCO FAQ. Billy G. Allie | Bruce Momjian |
| 2000-04-29 | Clean up ecpg test files. | Bruce Momjian |
| 2000-04-28 | Update pgeasy examples | Bruce Momjian |
| 2000-04-28 | Update libpgeasy define. | Bruce Momjian |
| 2000-04-28 | Change libpgeasy to take dbname at end like all other interfaces. | Bruce Momjian |
| 2000-04-27 | Update libpgeasy e-mail address | Bruce Momjian |
| 2000-04-26 | Remove DriverClass.java. It is generated by the compile. | Bruce Momjian |
| 2000-04-26 | Add res clear to example | Bruce Momjian |
| 2000-04-26 | Install Peter's Makefile. | Bruce Momjian |
| 2000-04-26 | Reinstalled revision 1.36 (looks Peter Mount installed | Jan Wieck |
| 2000-04-26 | third attempt | Peter Mount |
| 2000-04-26 | Attempt III | Peter Mount |
| 2000-04-26 | Another attempt | Peter Mount |
| 2000-04-26 | Update libpgeasy readme. | Bruce Momjian |
| 2000-04-25 | Make c++ examples return 0 from main(). | Bruce Momjian |
| 2000-04-23 | Add mention of int in variable. | Bruce Momjian |
| 2000-04-23 | Add mention of int for variable in examples | Bruce Momjian |
| 2000-04-23 | Our test to see if we had permission to install into Perl5 install area | Tom Lane |
| 2000-04-22 | Remove broken tracing code (which would be dangerous if it did work...) | Tom Lane |
| 2000-04-22 | Update example: PgLargeObject constructor now takes a conninfo string, | Tom Lane |
| 2000-04-20 | Allow libpq++ compile failure to stop entire compile. | Bruce Momjian |
| 2000-04-18 | Make ECPGraise's str parameter const to suppress warnings from gcc | Tom Lane |
| 2000-04-17 | Another attempt at 7.0 | Peter Mount |
| 2000-04-14 | Remove bogus extern for 'descriptors' variable, which is in fact static. | Tom Lane |
| 2000-04-14 | #undef const, inline, signed, volatile, on the expectation that a C++ | Tom Lane |
| 2000-04-14 | If configure finds that inet_aton() is not present on this platform, | Tom Lane |
| 2000-04-14 | Revert inclusion of postgres_ext.h to use "..." instead of <...>, per | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-11 | Thomas pointed out this bug in my non-blocking stuff. | Bruce Momjian |
| 2000-04-11 | Allow libpq++ compile to fail | Bruce Momjian |
| 2000-04-08 | *** empty log message *** | Michael Meskes |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
| 2000-04-06 | Add POLLUTE to interfaces/Makefile | Bruce Momjian |
| 2000-04-05 | *** empty log message *** | Michael Meskes |
| 2000-04-05 | *** empty log message *** | Michael Meskes |
| 2000-04-04 | Correct off-by-one error in strncat() usage. | Tom Lane |
| 2000-04-04 | Augment the function call map logic with code from Tom Lane. | Thomas G. Lockhart |
| 2000-04-03 | *** empty log message *** | Michael Meskes |
| 2000-04-02 | *** empty log message *** | Michael Meskes |
| 2000-03-31 | Use the CXXFLAGS exported by configure (amazingly, we weren't before!) | Tom Lane |
| 2000-03-30 | *** empty log message *** | Michael Meskes |
| 2000-03-30 | Makefile should not pre-empt user's decision about whether | Tom Lane |
| 2000-03-30 | Make use of configure symbols for unportable constructs. Make | Tom Lane |
| 2000-03-30 | Remove extraneous semicolon. | Tom Lane |
| 2000-03-27 | Change form of query which used "DISTINCT ON" to help support primary keys. | Thomas G. Lockhart |
| 2000-03-25 | Add POLLUTE=1 to perl Makefile.PL creations. | Bruce Momjian |
| 2000-03-24 | Fold PQsetenv working state into PGconn, rather than trying to maintain | Tom Lane |