- Sep 08, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- Sep 07, 1997
-
-
Bruce Momjian authored
-
- Sep 06, 1997
-
-
Bruce Momjian authored
-
- Sep 05, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Sep 04, 1997
-
-
Thomas G. Lockhart authored
datetime and timespan.
-
- Sep 01, 1997
-
-
Thomas G. Lockhart authored
-
- Aug 28, 1997
-
-
Vadim B. Mikheev authored
-
- Aug 25, 1997
-
-
Bruce Momjian authored
-
- Aug 22, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Change time function names to be more consistent, and check for zero divides, from Michael Reifenberg.
-
- Aug 21, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
-
- Aug 19, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Aug 18, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Aug 13, 1997
-
-
Bruce Momjian authored
-
- Aug 12, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary.
-
- Aug 03, 1997
-
-
Bruce Momjian authored
-
- Jul 29, 1997
-
-
Thomas G. Lockhart authored
Used to support SQL92 compatibility.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Change box terminology from "length" to "width". Use length terminology in common with other geometric types (usually perimeter). Fix bugs in line arithmetic which resulted in bad intersection calculations. Deprecate temporary unstored slope fields. Check explicitly for intersections at endpoints to avoid rounding ugliness. Add center() routines for lseg, path, polygon. Add distance() routines for circle-polygon, polygon-polygon. Check explicitly for points and polygons contained within polygons using an axis-crossing algorithm. (Old code just checked bounding boxes). Add routine to convert circle-box. *whew*
-
Thomas G. Lockhart authored
Use standard decoder for isreltime().
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
- Jul 28, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 24, 1997
-
-
Bruce Momjian authored
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
-
- Jul 10, 1997
-
-
Bruce Momjian authored
-
- Jul 09, 1997
-
-
Bruce Momjian authored
-
- Jul 01, 1997
-
-
Thomas G. Lockhart authored
Remove older date and time code (retain NEW_DATE_CODE and NEW_TIME_CODE). Use common encoder for date and time. Fix datetime +/- timespan math bug.
-
- Jun 23, 1997
-
-
Thomas G. Lockhart authored
This allows use of the DateStyle session variable.
-
Thomas G. Lockhart authored
This matches the behavior of the original formatting for abstime. Repair datetime + timespan date arithmetic for year boundaries. From patch submitted by Dave Skinner.
-
Thomas G. Lockhart authored
-
- Jun 20, 1997
-
-
Thomas G. Lockhart authored
the problem only manifests itself when adding years/months and hours when the hours:minutes:seconds pushes over midnight. Fix interpretation of times with explicit timezone when the timezone is in daylight savings time and is not the default timezone. Allow interpretation of explicit timezone when it is specified as two words: <standard time> DST". For example, "MET DST" (Middle European Time Daylight Savings Time). This syntax is found in the zic package on Linux boxes at least.
-
- Jun 11, 1997
-
-
Vadim B. Mikheev authored
-