Commit Graph

259 Commits (c22ecc6562aac895f0f0529707d7bdb460fd2a49)

Author SHA1 Message Date
Tom Lane c22ecc6562 Disable transforms that replaced AT TIME ZONE with RelabelType. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane f0774abde8 Fix interval_transform so it doesn't throw away non-no-op casts. 9 years ago
Tom Lane 0bb51aa967 Improve parsetree representation of special functions such as CURRENT_DATE. 9 years ago
Robert Haas 11c8669c0c Add parallel query support functions for assorted aggregates. 10 years ago
Noah Misch 4ad6f13500 Copyedit comments and documentation. 10 years ago
Tom Lane a898b409f6 Fix interval_mul() to not produce insane results. 10 years ago
Tom Lane e511d878f3 Allow to_timestamp(float8) to convert float infinity to timestamp infinity. 10 years ago
Robert Haas 2d8a1e22b1 Various minor corrections of and improvements to comments. 10 years ago
Tom Lane a70e13a39e Be more careful about out-of-range dates and timestamps. 10 years ago
Robert Haas 708020eb7b Fix typo in comment. 10 years ago
Tom Lane 647d87c56a Make extract() do something more reasonable with infinite datetimes. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane d435542583 Fix incorrect translation of minus-infinity datetimes for json/jsonb. 10 years ago
Greg Stark 258ee1b635 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than 10 years ago
Kevin Grittner cca8ba9529 Fix comment for GetCurrentIntegerTimestamp(). 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Andres Freund 62e2a8dc2c Define integer limits independently from the system definitions. 11 years ago
Andres Freund 83ff1618bc Centralize definition of integer limits. 11 years ago
Noah Misch b8a18ad485 Add transform functions for AT TIME ZONE. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane b2cbced9ee Support timezone abbreviations that sometimes change. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 9d229f399e Provide moving-aggregate support for a bunch of numerical aggregates. 12 years ago
Heikki Linnakangas a0c2fa9b5c isdigit() needs an unsigned char argument. 12 years ago
Tom Lane f1ba94bcd9 Fix portability issues in recently added make_timestamp/make_interval code. 12 years ago
Alvaro Herrera 84df54b22e Constructors for interval, timestamp, timestamptz 12 years ago
Bruce Momjian 146604ec43 Add checks for interval overflow/underflow 12 years ago
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 13 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. 14 years ago
Tom Lane 0339047bc9 Code review for protransform patches. 14 years ago
Peter Eisentraut eb990a2b9e Add const qualifier to tzn returned by timestamp2tm() 14 years ago
Peter Eisentraut 531e60aec0 Remove unused tzn arguments for timestamp2tm() 14 years ago
Peter Eisentraut ad4fb0d0d2 Improve EncodeDateTime and EncodeTimeOnly APIs 14 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