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