Age | Commit message (Expand) | Author |
2003-06-17 | Make FLOAT(p) measure the precision p in bits, not decimal digits, to | Tom Lane |
2003-06-17 | More information schema views. | Peter Eisentraut |
2003-06-17 | Add missing file to clean target. | Peter Eisentraut |
2003-06-17 | Fixed several more parsing bugs. | Michael Meskes |
2003-06-17 | Fix error line numbers reported for errors in plpgsql_parse_word and | Tom Lane |
2003-06-16 | Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not | Tom Lane |
2003-06-16 | Fixed two small bugs. | Michael Meskes |
2003-06-16 | Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, | Tom Lane |
2003-06-15 | Adjust nestloop-with-inner-indexscan plan generation so that we catch | Tom Lane |
2003-06-15 | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane |
2003-06-15 | Cause GROUP BY clause to adopt ordering operators from ORDER BY when | Tom Lane |
2003-06-15 | index() -> strchr(). | Tom Lane |
2003-06-15 | Typo in version number. | Michael Meskes |
2003-06-15 | Some minor changes for new version numbering. | Michael Meskes |
2003-06-15 | Ecpg cleanups for prototypes. | Bruce Momjian |
2003-06-15 | Run autoconf/autoheader for ecpg change. | Bruce Momjian |
2003-06-15 | Make ecpg thread safe. | Bruce Momjian |
2003-06-14 | Move thread os defines into template files. | Bruce Momjian |
2003-06-14 | Handle threading in two more gethostbyname calls. | Bruce Momjian |
2003-06-14 | Make libpq thread-safe with configure --with-threads option. | Bruce Momjian |
2003-06-14 | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian |
2003-06-13 | Add --with-threads configure option to control threaded libpq. | Bruce Momjian |
2003-06-13 | - Enable FETCH without INTO. | Michael Meskes |
2003-06-13 | Okay, recognize freebsd 2.* and 3.* too. | Tom Lane |
2003-06-13 | Expect FreeBSD 5.* to have standard float arithmetic. | Tom Lane |
2003-06-12 | Add thread-enable compile variables into libpq. | Bruce Momjian |
2003-06-12 | Fix SQL function executor for case where last command of a function is | Tom Lane |
2003-06-12 | Install all header files. | Michael Meskes |
2003-06-12 | Attached is the complete diff against current CVS. | Bruce Momjian |
2003-06-12 | Back out patch that got bundled into another patch. | Bruce Momjian |
2003-06-12 | New patch with corrected README attached. | Bruce Momjian |
2003-06-12 | Attached is a patch that enhances the output of psql's HTML mode. | Bruce Momjian |
2003-06-12 | Brief note about sequence cache not being cleared in other backends. | Bruce Momjian |
2003-06-12 | IPv6 cleanups. | Bruce Momjian |
2003-06-12 | Back out this patch because it is patched inside a later patch. | Bruce Momjian |
2003-06-12 | I succeeded by fixing up setup.py: | Bruce Momjian |
2003-06-12 | Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two | Bruce Momjian |
2003-06-12 | Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed and | Bruce Momjian |
2003-06-12 | psql: tab completion for \encoding | Bruce Momjian |
2003-06-12 | I found the libpq function PGunescapeBytea a little slow. It was taking a | Bruce Momjian |
2003-06-11 | This patch extracts page buffer pooling and the simple | Bruce Momjian |
2003-06-11 | Add add_missing_from GUC variable. | Bruce Momjian |
2003-06-11 | Make "log_min_duration_statement" SUSET --- will be adjusted with new | Bruce Momjian |
2003-06-11 | Fix brain damage in deciding which python input converter to use. | Tom Lane |
2003-06-11 | Add log_min_duration_statement. | Bruce Momjian |
2003-06-11 | pg_dump and pg_restore were stripping quotes and downcasing some but | Tom Lane |
2003-06-11 | Well, the discussion about SSL a bit back perked my interest and I did | Bruce Momjian |
2003-06-11 | During looking stuff up for a discussion on -general, I realized that | Bruce Momjian |
2003-06-11 | Add missing DLLIMPORT for cpu_index_tuple_cost to | Bruce Momjian |
2003-06-11 | Represent grant options in the information schema. | Peter Eisentraut |