Commit Graph

331 Commits (c60488b4748b4316f1c92d62457671046e5c8994)

Author SHA1 Message Date
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Tom Lane 1c8a7f617f Remove internal uses of CTimeZone/HasCTZSet. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Peter Eisentraut cc26ea9fe2 Clean up references to SQL92 12 years ago
Tom Lane 542eeba269 Fix overflow check in tm2timestamp (this time for sure). 13 years ago
Tom Lane 9afc58396a Reject nonzero day fields in AT TIME ZONE INTERVAL functions. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Heikki Linnakangas add6c3179a Make the streaming replication protocol messages architecture-independent. 13 years ago
Bruce Momjian 015722fb36 Fix to_date() and to_timestamp() to allow specification of the day of 13 years ago
Bruce Momjian 083b9133aa On second thought, explain why date_trunc("week") on interval values is 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 0d9819f7e3 Measure epoch of timestamp-without-time-zone from local not UTC midnight. 13 years ago
Tom Lane 0339047bc9 Code review for protransform patches. 13 years ago
Peter Eisentraut eb990a2b9e Add const qualifier to tzn returned by timestamp2tm() 13 years ago
Peter Eisentraut 531e60aec0 Remove unused tzn arguments for timestamp2tm() 13 years ago
Peter Eisentraut ad4fb0d0d2 Improve EncodeDateTime and EncodeTimeOnly APIs 13 years ago
Robert Haas d429ebe347 Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs. 14 years ago
Robert Haas 6656588575 Improve interval_transform function to detect a few more cases. 14 years ago
Robert Haas c13897983a Add transform functions for various temporal typmod coercisions. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane c6e3ac11b6 Create a "sort support" interface API for faster sorting. 14 years ago
Bruce Momjian 3a3f39fdc0 Use macros for time-based constants, rather than constants. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Bruce Momjian 089f4b921c interval_abs(): 16 years ago
Heikki Linnakangas 7be39bb0be Tigthen binary receive functions so that they reject values that the text 16 years ago
Tom Lane 47386fed46 Use floor() not rint() when reducing precision of fractional seconds in 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane bac2ad38ea Change AdjustIntervalForTypmod to not discard higher-order field values on the 16 years ago
Tom Lane 99bf328237 Remove the useless and rather inconsistent return values of EncodeDateOnly, 16 years ago
Tom Lane 1c2d408c01 Rewrite interval_hash() so that the hashcodes are equal for values that 16 years ago
Tom Lane 7a52a8f829 Clean up the code for to_timestamp's conversion of year plus ISO day number 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane a4917bef0e Add support for input and output of interval values formatted per ISO 8601; 17 years ago
Tom Lane df7641e25a Add a new GUC variable called "IntervalStyle" that decouples interval output 17 years ago
Tom Lane 791359fe0e Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than 17 years ago
Tom Lane 70530c808b Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) 17 years ago
Tom Lane f867339c01 Make our parsing of INTERVAL literals spec-compliant (or at least a heck of 17 years ago
Tom Lane c50838533b Fix AT TIME ZONE (in all three variants) so that we first try to interpret 17 years ago
Tom Lane b6d15590f7 Add timestamp and timestamptz versions of generate_series(). 17 years ago
Tom Lane 600da67fbe Add pg_conf_load_time() function to report when the Postgres configuration 17 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane 2d0583a166 Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing 18 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 22d98e7934 Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. 18 years ago