postgresql/src/backend
Heikki Linnakangas c36aab4e5f Fix ancient bug in handling of to_char modifier 'TH', when used with HH.
In what seems like an oversight, we used to treat 'TH' the same as lowercase
'th', but only with HH/HH12.
2009-07-06 19:12:06 +00:00
..
access Improve capitalization and punctuation in recently added GiST message. 2009-06-10 19:00:37 +00:00
bootstrap Fix bootstrap.c so that database startup process and bgwriter properly release 2006-06-08 23:55:54 +00:00
catalog Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER 2009-02-24 01:39:10 +00:00
commands Update relpages and reltuples estimates in stand-alone ANALYZE, even if 2009-05-19 08:30:24 +00:00
executor Ensure that the contents of a holdable cursor don't depend on out-of-line 2008-12-01 17:06:41 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:19:05 +00:00
main Set progname early in the postmaster/postgres binary, rather than doing 2006-02-01 00:32:06 +00:00
nodes Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 2007-07-17 01:22:03 +00:00
optimizer Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 2009-04-25 16:45:19 +00:00
parser Defend against JOINs having more than 32K columns altogether. We cannot 2008-04-05 01:58:42 +00:00
po Translation updates 2009-01-29 22:05:39 +00:00
port Remove HELIOS Software GmbH name and copyright from AIX dynloader files, 2009-04-25 15:53:42 +00:00
postmaster Fix erroneous memory context switch in autovacuum, which was returning to a 2009-01-20 12:17:29 +00:00
regex Fix assorted security-grade bugs in the regex engine. All of these problems 2008-01-03 20:48:57 +00:00
rewrite Fix more problems with rewriter failing to set Query.hasSubLinks when inserting 2008-09-24 16:53:07 +00:00
storage Fix a rare race condition when commit_siblings > 0 and a transaction commits 2009-03-31 05:18:47 +00:00
tcop Fix portal management code to support non-default command completion tags for 2007-02-18 19:49:35 +00:00
utils Fix ancient bug in handling of to_char modifier 'TH', when used with HH. 2009-07-06 19:12:06 +00:00
Makefile Add an ifneq to avoid make warning on AIX --- there is a separate rule 2005-10-27 20:45:29 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:42 +00:00