postgresql/src/backend/utils
Tom Lane ce76c0ba53 Add a reverse-translation column number array to struct AppendRelInfo.
This provides for cheaper mapping of child columns back to parent
columns.  The one existing use-case in examine_simple_variable()
would hardly justify this by itself; but an upcoming bug fix will
make use of this array in a mainstream code path, and it seems
likely that we'll find other uses for it as we continue to build
out the partitioning infrastructure.

Discussion: https://postgr.es/m/12424.1575168015@sss.pgh.pa.us
2019-12-02 18:05:29 -05:00
..
adt Add a reverse-translation column number array to struct AppendRelInfo. 2019-12-02 18:05:29 -05:00
cache Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. 2019-12-01 13:09:26 -05:00
error Remove debugging aid 2019-11-23 13:19:20 -03:00
fmgr Remove configure --disable-float4-byval 2019-11-21 18:29:21 +01:00
hash Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
init Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
mb Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
misc Make allow_system_table_mods settable at run time 2019-11-29 10:22:13 +01:00
mmgr Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
resowner Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
sort Remove unused code from tuplesort. 2019-11-13 15:57:01 -08:00
time Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
errcodes.txt Implement jsonpath .datetime() method 2019-09-25 22:51:51 +03:00
Gen_dummy_probes.pl Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
Gen_dummy_probes.sed Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_fmgrtab.pl Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09: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 Sync our DTrace infrastructure with c.h's definition of type bool. 2019-11-06 11:11:40 -05:00