postgresql/src/include
Tom Lane df7641e25a Add a new GUC variable called "IntervalStyle" that decouples interval output
from DateStyle, and create a new interval style that produces output matching
the SQL standard (at least for interval values that fall within the standard's
restrictions).  IntervalStyle is also used to resolve the conflict between the
standard and traditional Postgres rules for interpreting negative interval
input.

Ron Mayer
2008-11-09 00:28:35 +00:00
..
access Improve bulk-insert performance by keeping the current target buffer pinned 2008-11-06 20:51:15 +00:00
bootstrap
catalog ADD array_ndims function 2008-11-04 14:49:12 +00:00
commands Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least 2008-11-07 18:25:07 +00:00
executor Simplify ExecutorRun's API and save some trivial number of cycles by having 2008-10-31 21:07:55 +00:00
lib
libpq Remove support for (insecure) crypt authentication. 2008-10-28 12:10:44 +00:00
mb Unicode escapes in strings and identifiers 2008-10-29 08:04:54 +00:00
nodes Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 2008-10-31 19:37:56 +00:00
optimizer Add a concept of "placeholder" variables to the planner. These are variables 2008-10-21 20:42:53 +00:00
parser Modify the parser's error reporting to include a specific hint for the case 2008-10-08 01:14:44 +00:00
port
portability
postmaster
regex
rewrite
snowball
storage Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least 2008-11-07 18:25:07 +00:00
tcop Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 2008-10-31 19:37:56 +00:00
tsearch Improve headeline generation. Now headline can contain 2008-10-17 18:05:19 +00:00
utils ADD array_ndims function 2008-11-04 14:49:12 +00:00
c.h Un-break non-NLS builds. 2008-10-09 22:23:46 +00:00
fmgr.h
funcapi.h Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, 2008-11-02 01:45:28 +00:00
getaddrinfo.h
getopt_long.h
Makefile
miscadmin.h Add a new GUC variable called "IntervalStyle" that decouples interval output 2008-11-09 00:28:35 +00:00
pg_config_manual.h
pg_config.h.in
pg_config.h.win32
pg_trace.h
pgstat.h Change the pgstat logic so that the stats collector writes the stats file only 2008-11-03 01:17:08 +00:00
pgtime.h
port.h
postgres_ext.h
postgres_fe.h
postgres.h
rusagestub.h