postgresql/src/backend
Andres Freund 31c453165b Commonalize process startup code.
Move common code, that was duplicated in every postmaster child/every
standalone process, into two functions in miscinit.c.  Not only does
that already result in a fair amount of net code reduction but it also
makes it much easier to remove more duplication in the future. The
prime motivation wasn't code deduplication though, but easier addition
of new common code.
2015-01-14 00:33:14 +01:00
..
access Tweak heapam's rmgr desc output slightly 2015-01-12 16:09:16 -03:00
bootstrap Commonalize process startup code. 2015-01-14 00:33:14 +01:00
catalog Spell the X072 feature correctly, was missing "with". 2015-01-13 16:08:55 +02:00
commands Fix logging of pages skipped due to pins during vacuum. 2015-01-08 12:57:09 +01:00
executor Fix typo in execMain.c 2015-01-09 11:07:35 -05:00
foreign Update copyright for 2015 2015-01-06 11:43:47 -05:00
lib Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq Update copyright for 2015 2015-01-06 11:43:47 -05:00
main Always set the six locale category environment variables in main(). 2015-01-07 22:34:57 -05:00
nodes Update copyright for 2015 2015-01-06 11:43:47 -05:00
optimizer Update copyright for 2015 2015-01-06 11:43:47 -05:00
parser Fix get_object_address argument type for extension statement 2015-01-12 15:32:48 -03:00
po Translation updates 2014-12-15 00:25:35 -05:00
port Add barriers to the latch code. 2015-01-13 12:58:43 +01:00
postmaster Commonalize process startup code. 2015-01-14 00:33:14 +01:00
regex Update copyright for 2015 2015-01-06 11:43:47 -05:00
replication Commonalize process startup code. 2015-01-14 00:33:14 +01:00
rewrite Update copyright for 2015 2015-01-06 11:43:47 -05:00
snowball Update copyright for 2015 2015-01-06 11:43:47 -05:00
storage Add barriers to the latch code. 2015-01-13 12:58:43 +01:00
tcop Commonalize process startup code. 2015-01-14 00:33:14 +01:00
tsearch Update copyright for 2015 2015-01-06 11:43:47 -05:00
utils Commonalize process startup code. 2015-01-14 00:33:14 +01:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk xlogreader.c: Fix report_invalid_record translatability flag 2015-01-09 12:34:25 -03:00