postgresql/src/include
Tom Lane 5ba04cd9f1 Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to
use it, as per my proposal of yesterday.  This gives us a means of
determining the zone offset to impute to an unlabeled timestamp that
is both efficient and reliable, unlike all our previous tries involving
mktime() and localtime().  The behavior for invalid or ambiguous times
at a DST transition is fixed to be really and truly "assume standard
time", fixing a bug that has come and gone repeatedly but was back
again in 7.4.  (There is some ongoing discussion about whether we should
raise an error instead, but for the moment I'll make it do what it was
previously intended to do.)
2004-11-01 21:34:44 +00:00
..
access Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
bootstrap Update copyright to 2004. 2004-08-29 04:13:13 +00:00
catalog Fix pg_indexes view so that it shows the index's tablespace not the 2004-10-11 17:24:41 +00:00
commands I found a corner case in which it is possible for RI_FKey_check's call 2004-10-30 20:53:06 +00:00
executor Fix problems with SQL functions returning rowtypes that have dropped 2004-10-07 18:38:51 +00:00
lib Update copyright to 2004. 2004-08-29 04:13:13 +00:00
libpq Remove references to the ODBC driver from the main source tree. From Kris 2004-09-27 04:18:28 +00:00
mb Allow WIN1250 as server encoding. 2004-09-17 21:59:57 +00:00
nodes Trivial fix: clarify a comment. 2004-10-27 07:26:56 +00:00
optimizer In ALTER COLUMN TYPE, strip any implicit coercion operations appearing 2004-10-22 17:20:05 +00:00
parser Come to think of it, functions in FROM have the same syntactic restriction 2004-09-30 00:24:27 +00:00
port Fix improper defines for uid_t and gid_t. Had them backwards. 2004-10-06 17:47:53 +00:00
postmaster Replace log_filename_prefix with more general log_filename parameter, 2004-08-31 04:53:44 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
storage Give the ResourceOwner mechanism full responsibility for releasing buffer 2004-10-16 18:57:26 +00:00
tcop Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
utils Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be 2004-10-22 19:48:19 +00:00
c.h Add new macro as shorthand for MS VC and Borland C++: 2004-09-27 23:24:45 +00:00
fmgr.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
funcapi.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
getaddrinfo.h Add new macro as shorthand for MS VC and Borland C++: 2004-09-27 23:24:45 +00:00
getopt_long.h $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile Remove dllist.c from libpq. It's overkill for what libpq needs; we can 2004-10-16 22:52:55 +00:00
miscadmin.h Fix tsearch build problems. 2004-10-22 22:33:58 +00:00
pg_config.h.in Here is a patch to fix win32 ssl builds. Summary of changes: 2004-10-06 09:35:23 +00:00
pg_config.h.win32 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
pg_config_manual.h Minor cleanup. 2004-09-10 14:27:37 +00:00
pgstat.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pgtime.h Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to 2004-11-01 21:34:44 +00:00
port.h Use native Cygwin symlinks so tablespaces work on Win95/98/ME which 2004-10-11 22:50:48 +00:00
postgres.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
postgres_ext.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postgres_fe.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
rusagestub.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00