postgresql/src/backend
Tom Lane e2120d7568 Reject out-of-range dates in to_date().
Dates outside the supported range could be entered, but would not print
reasonably, and operations such as conversion to timestamp wouldn't behave
sanely either.  Since this has the potential to result in undumpable table
data, it seems worth back-patching.

Hitoshi Harada
2013-01-14 15:20:50 -05:00
..
access Update minimum recovery point on truncation. 2012-12-10 18:27:30 +02:00
bootstrap Avoid changing an index's indcheckxmin horizon during REINDEX. 2011-04-19 18:51:08 -04:00
catalog Update minimum recovery point on truncation. 2012-12-10 18:27:30 +02:00
commands Avoid holding vmbuffer pin after VACUUM. 2012-12-03 18:57:24 +00:00
executor Add defenses against integer overflow in dynahash numbuckets calculations. 2012-12-11 22:09:34 -05:00
foreign deflist_to_tuplestore dumped core on an option with no value. 2011-09-13 11:37:03 -04:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq Produce a more useful error message for over-length Unix socket paths. 2012-11-29 19:57:33 -05:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Fix planning of non-strict equivalence clauses above outer joins. 2012-10-18 12:29:13 -04:00
optimizer Fix assorted bugs in CREATE INDEX CONCURRENTLY. 2012-11-29 14:52:22 -05:00
parser Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 2012-12-23 14:07:47 -05:00
po Translation updates 2012-12-03 07:51:22 -05:00
port Fix Windows implementation of PGSemaphoreLock. 2012-05-10 13:36:28 -04:00
postmaster Fix syslogger so that log_truncate_on_rotation works in the first rotation. 2012-07-31 14:37:13 -04:00
regex Prevent corner-case core dump in rfree(). 2012-07-15 13:28:27 -04:00
rewrite Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 2012-06-30 16:44:14 -04:00
snowball Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:08 +02:00
storage Add missing period to detail message. 2012-08-30 13:27:35 -04:00
tcop set_stack_base() no longer needs to be called in PostgresMain. 2012-04-08 19:41:59 +03:00
tsearch Fix bug in to_tsquery(). 2012-05-16 14:39:52 +03:00
utils Reject out-of-range dates in to_date(). 2013-01-14 15:20:50 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:08 +02:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
Makefile Fix PGXS support for building loadable modules on AIX. 2012-10-09 21:04:26 -04:00
nls.mk Translation updates 2012-08-14 16:28:09 -04:00