postgresql/src/backend/utils
Robert Haas 1bb5e78218 Move code for managing PartitionDescs into a new file, partdesc.c
This is similar in spirit to the existing partbounds.c file in the
same directory, except that there's a lot less code in the new file
created by this commit.  Pending work in this area proposes to add a
bunch more code related to PartitionDescs, though, and this will give
us a good place to put it.

Discussion: http://postgr.es/m/CA+TgmoZUwPf_uanjF==gTGBMJrn8uCq52XYvAEorNkLrUdoawg@mail.gmail.com
2019-02-21 11:45:02 -05:00
..
adt Allow user control of CTE materialization, and change the default behavior. 2019-02-16 16:11:12 -05:00
cache Move code for managing PartitionDescs into a new file, partdesc.c 2019-02-21 11:45:02 -05:00
error Update copyright for 2019 2019-01-02 12:44:25 -05:00
fmgr Change function call information to be variable length. 2019-01-26 14:17:52 -08:00
hash Update copyright for 2019 2019-01-02 12:44:25 -05:00
init Move max_wal_senders out of max_connections for connection slot handling 2019-02-12 10:07:56 +09:00
mb More unconstify use 2019-02-13 11:50:16 +01:00
misc Change floating-point output format for improved performance. 2019-02-13 15:20:33 +00:00
mmgr Fix rare dsa_allocate() failures due to freepage.c corruption. 2019-02-13 13:24:11 +13:00
resowner Update copyright for 2019 2019-01-02 12:44:25 -05:00
sort Change function call information to be variable length. 2019-01-26 14:17:52 -08:00
time Mark correctly initial slot snapshots with MVCC type when built 2019-02-20 12:31:07 +09:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
errcodes.txt Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_dummy_probes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_dummy_probes.sed Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_fmgrtab.pl Use Getopt::Long for catalog scripts 2019-02-12 12:22:08 -03:00
generate-errcodes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile Use Getopt::Long for catalog scripts 2019-02-12 12:22:08 -03:00
probes.d Update copyright for 2019 2019-01-02 12:44:25 -05:00