postgresql/src/backend
Tom Lane 54affb41e7 Improve function header comment for create_singleton_array().
Mentioning the caller is neither future-proof nor an adequate substitute
for giving an API specification.  Per gripe from Neha Khatri, though
I changed the patch around some.

Discussion: https://postgr.es/m/CAFO0U+_fS5SRhzq6uPG+4fbERhoA9N2+nPrtvaC9mmeWivxbsA@mail.gmail.com
2017-05-01 15:31:41 -04:00
..
access Fix logical replication launcher wake up and reset 2017-05-01 10:18:09 -04:00
bootstrap Use one transaction while reading postgres.bki, not one per line. 2017-04-14 17:51:25 -04:00
catalog Speed up dropping tables with many partitions. 2017-04-28 14:02:24 -04:00
commands Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. 2017-04-28 14:48:38 -04:00
executor Fire per-statement triggers on partitioned tables. 2017-05-01 08:23:01 -04:00
foreign Abstract logic to allow for multiple kinds of child rels. 2017-04-03 22:41:31 -04:00
lib Support hashed aggregation with grouping sets. 2017-03-27 04:20:54 +01:00
libpq Misc SCRAM code cleanups. 2017-04-28 15:22:38 +03:00
main Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nodes Fire per-statement triggers on partitioned tables. 2017-05-01 08:23:01 -04:00
optimizer Reduce semijoins with unique inner relations to plain inner joins. 2017-05-01 14:53:42 -04:00
parser Fix crash when partitioned column specified twice. 2017-04-28 13:52:17 -04:00
po Translation updates 2016-08-08 11:08:00 -04:00
port Provide a way to control SysV shmem attach address in EXEC_BACKEND builds. 2017-04-15 17:27:38 -04:00
postmaster Allow multiple bgworkers to be launched per postmaster iteration. 2017-04-26 16:17:34 -04:00
regex Fix regexport.c to behave sanely with lookaround constraints. 2017-04-13 17:18:35 -04:00
replication Fix logical replication launcher wake up and reset 2017-05-01 10:18:09 -04:00
rewrite Code review for c94e6942ce. 2017-04-12 11:35:11 -04:00
snowball Add ICU_FLAGS to one more place 2017-03-23 16:53:10 -04:00
statistics Rename columns in new pg_statistic_ext catalog 2017-04-17 18:34:29 -03:00
storage Cope with glibc too old to have epoll_create1(). 2017-04-27 17:13:53 -04:00
tcop Improve castNode notation by introducing list-extraction-specific variants. 2017-04-10 13:51:53 -04:00
tsearch Full Text Search support for json and jsonb 2017-03-31 14:26:03 -04:00
utils Improve function header comment for create_singleton_array(). 2017-05-01 15:31:41 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
common.mk ICU support 2017-03-23 15:28:48 -04:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00