postgresql/src/backend
Itagaki Takahiro 49b27ab551 Add string functions: concat(), concat_ws(), left(), right(), and reverse().
Pavel Stehule, reviewed by me.
2010-08-24 06:30:44 +00:00
..
access Tidy up a few calls to smrgextend(). 2010-08-19 02:58:37 +00:00
bootstrap CREATE TABLE IF NOT EXISTS. 2010-07-25 23:21:22 +00:00
catalog Add vacuum and analyze counters to pg_stat_*_tables views. 2010-08-21 10:59:17 +00:00
commands Fix possible corruption of AfterTriggerEventLists in subtransaction rollback. 2010-08-19 15:46:18 +00:00
executor Reset the per-output-tuple exprcontext each time through the main loop in 2010-08-18 21:52:24 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
libpq Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. 2010-08-18 18:35:21 +00:00
optimizer Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
parser Add missing processing of OptTemp in CREATE IF NOT EXISTS variant 2010-08-20 14:55:05 +00:00
po Translation updates for 9.0beta3 2010-07-08 21:32:28 +00:00
port pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
postmaster Add vacuum and analyze counters to pg_stat_*_tables views. 2010-08-21 10:59:17 +00:00
regex Tweak a couple of macros in the regex code to suppress compiler warnings 2010-08-02 02:29:39 +00:00
replication Add missing function prototype. 2010-07-22 13:03:11 +00:00
rewrite Standardize get_whatever_oid functions for other object types. 2010-08-05 15:25:36 +00:00
snowball Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
storage Marginal code cleanup for streaming replication. 2010-08-23 17:20:01 +00:00
tcop Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. 2010-08-18 18:35:21 +00:00
tsearch Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
utils Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 2010-08-24 06:30:44 +00:00
Makefile Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00