postgresql/src/backend
Noah Misch ef31095000 Reconcile nodes/*funcs.c with PostgreSQL 11 work.
This covers new fields in two outfuncs.c functions having no readfuncs.c
counterpart.  Thus, this changes only debugging output.
2018-05-31 16:07:13 -07:00
..
access Move _bt_upgrademetapage() into critical section. 2018-05-30 19:45:39 +03:00
bootstrap Message wording and pluralization improvements 2018-05-17 23:05:27 -04:00
catalog Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
commands Widen COPY FROM's current-line-number counter from 32 to 64 bits. 2018-05-22 13:32:52 -04:00
executor Improve spelling of new FINALFUNC_MODIFY aggregate attribute. 2018-05-21 11:41:42 -04:00
foreign
jit Further -Wimplicit-fallthrough cleanup. 2018-05-01 19:53:48 -07:00
lib Add missing files to src/backend/lib/README. 2018-05-22 13:25:28 +03:00
libpq Fix unsafe usage of strerror(errno) within ereport(). 2018-05-21 00:32:28 -04:00
main
nodes Reconcile nodes/*funcs.c with PostgreSQL 11 work. 2018-05-31 16:07:13 -07:00
optimizer Fix typo in comment. 2018-05-22 11:18:16 +03:00
parser Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
partitioning Fix assorted partition pruning bugs 2018-05-09 11:27:04 -03:00
po Translation updates 2018-05-21 12:29:52 -04:00
port Remove investigative code for can't-reattach-to-shared-memory errors. 2018-05-01 13:06:31 -04:00
postmaster Further improve code for probing the availability of ARM CRC instructions. 2018-05-03 11:32:57 -04:00
regex Clean up warnings from -Wimplicit-fallthrough. 2018-05-01 19:35:08 -04:00
replication Fix some assorted compiler warnings on Windows. 2018-05-01 19:38:26 -04:00
rewrite Simplify view-expansion code in rewriteHandler.c. 2018-04-14 21:01:03 -04:00
snowball
statistics Fix bogus code for extracting extended-statistics data from syscache. 2018-05-02 12:23:00 -04:00
storage Fix incorrect ordering of operations in pg_resetwal and pg_rewind. 2018-05-23 10:59:55 -04:00
tcop Don't allow partitioned index on foreign-table partitions 2018-05-14 13:23:07 -04:00
tsearch Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
utils Initialize new jsonb iterator to zero 2018-05-28 23:53:43 -04:00
.gitignore
common.mk
Makefile Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
nls.mk