postgresql/src/backend
Tom Lane 67bf7b919e Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the
sub-select returns zero rows.  Per complaint from Jens Schicke.  Since this
is more in the nature of a definition change than a bug, not back-patched.
2007-08-26 21:44:25 +00:00
..
access Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
catalog Simplify implementation of ts_debug() function --- use a join instead 2007-08-25 17:47:44 +00:00
commands Fix brain fade in DefineIndex(): it was continuing to access the table's 2007-08-25 19:08:19 +00:00
executor Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the 2007-08-26 21:44:25 +00:00
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 2007-08-12 20:18:06 +00:00
libpq Silence compiler warning on mingw 2007-07-24 11:16:36 +00:00
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 2007-07-17 05:02:03 +00:00
optimizer Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the 2007-08-26 21:44:25 +00:00
parser Remove option to change parser of an existing text search configuration. 2007-08-22 05:13:50 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 2007-07-02 20:11:55 +00:00
postmaster Suppress uninitialized-variable warning. 2007-08-21 01:47:19 +00:00
regex Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
rewrite Separate parse-analysis for utility commands out of parser/analyze.c 2007-06-23 22:12:52 +00:00
snowball Rename built-in Snowball stemmer dictionaries to be english_stem, 2007-08-25 01:06:25 +00:00
storage Remove FileUnlink(), which wasn't being used anywhere and interacted poorly 2007-07-26 15:15:18 +00:00
tcop Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsearch Fix synonym-dict breakage introduced in last patch :-(. 2007-08-25 02:29:45 +00:00
utils Reduce memory requirements for writing CSVlogs, so it will work with about 2007-08-23 01:24:43 +00:00
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00