postgresql/src/backend
Robert Haas 8a3d33c8e6 Fix parsing of time string followed by yesterday/today/tomorrow.
Previously, 'yesterday 04:00:00'::timestamp didn't do the same thing as
'04:00:00 yesterday'::timestamp, and the return value from the latter
was midnight rather than the specified time.

Dean Rasheed, with some stylistic changes
2011-08-30 11:38:42 -04:00
..
access Remove some tabs from README file. 2011-08-29 22:26:29 -04:00
bootstrap Add "%option warn" to all flex input files that lacked it. 2011-08-25 13:55:57 -04:00
catalog Implement the information schema with_hierarchy column 2011-08-27 15:03:02 +03:00
commands Make CREATE EXTENSION check schema creation permissions. 2011-08-23 21:49:07 -04:00
executor Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. 2011-08-21 18:15:55 -04:00
foreign Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Use consistent format for reporting GetLastError() 2011-08-23 22:00:52 +03:00
main Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
nodes Fix performance problem when building a lossy tidbitmap. 2011-08-20 14:51:02 -04:00
optimizer Fix overoptimistic assumptions in column width estimation for subqueries. 2011-08-23 17:13:12 -04:00
parser Add makefile rules to check for backtracking in backend and psql lexers. 2011-08-25 14:44:17 -04:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Add markers for skips. 2011-08-26 18:15:13 -04:00
postmaster Use consistent format for reporting GetLastError() 2011-08-23 22:00:52 +03:00
regex Add markers for skips. 2011-08-26 18:15:13 -04:00
replication Allow more include files to be compiled in their own by adding missing 2011-08-27 11:05:33 -04:00
rewrite Try to acquire relation locks in RangeVarGetRelid. 2011-07-08 22:19:30 -04:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Improve spinlock performance for HP-UX, ia64, non-gcc. 2011-08-29 10:05:48 -04:00
tcop Change the autovacuum launcher to use WaitLatch instead of a poll loop. 2011-08-10 12:22:21 -04:00
tsearch Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
utils Fix parsing of time string followed by yesterday/today/tomorrow. 2011-08-30 11:38:42 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
Makefile Fix symlink for errcodes.h so it works in VPATH builds from tarballs. 2011-06-22 13:08:08 -04:00
nls.mk Add the possibility to pass --flag arguments to xgettext calls 2011-06-27 00:37:21 +03:00