postgresql/src/backend/commands
Thomas Munro c7ecd6af01 ReadNewTransactionId() -> ReadNextTransactionId().
The new name conveys the effect better, is more consistent with similar
functions ReadNextMultiXactId(), ReadNextFullTransactionId(), and
matches the name of the variable that it reads.

Reported-by: Peter Geoghegan <pg@bowt.ie>
Discussion: https://postgr.es/m/CAH2-WzmVR4SakBXQUdhhPpMf1aYvZCnna5%3DHKa7DAgEmBAg%2B8g%40mail.gmail.com
2021-02-15 13:17:02 +13:00
..
Makefile Split copy.c into four files. 2020-11-23 10:50:50 +02:00
aggregatecmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
alter.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
amcmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
analyze.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
async.c Prevent excess SimpleLruTruncate() deletion. 2021-01-16 12:21:35 -08:00
cluster.c Refactor option handling of CLUSTER, REINDEX and VACUUM 2021-01-18 14:03:10 +09:00
collationcmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
comment.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
constraint.c Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
conversioncmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
copy.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
copyfrom.c Fix permission checks on constraint violation errors on partitions. 2021-02-08 11:01:51 +02:00
copyfromparse.c Fix backslash-escaping multibyte chars in COPY FROM. 2021-02-05 11:14:56 +02:00
copyto.c Report progress of COPY commands 2021-01-06 21:51:06 +01:00
createas.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
dbcommands.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
define.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
discard.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
dropcmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
event_trigger.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
explain.c Fix permission checks on constraint violation errors on partitions. 2021-02-08 11:01:51 +02:00
extension.c Add mbverifystr() functions specific to each encoding. 2021-01-28 14:40:07 +02:00
foreigncmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
functioncmds.c Re-implement pl/pgsql's expression and assignment parsing. 2021-01-04 11:52:00 -05:00
indexcmds.c Add TABLESPACE option to REINDEX 2021-02-04 14:34:20 +09:00
lockcmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
matview.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
opclasscmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
operatorcmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
policy.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
portalcmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
prepare.c Improve performance of repeated CALLs within plpgsql procedures. 2021-01-25 22:28:29 -05:00
proclang.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
publicationcmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
schemacmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
seclabel.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
sequence.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
statscmds.c Disallow CREATE STATISTICS on system catalogs 2021-01-15 23:31:22 +01:00
subscriptioncmds.c Allow multiple xacts during table sync in logical replication. 2021-02-12 07:41:51 +05:30
tablecmds.c Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace() 2021-01-29 13:59:18 +09:00
tablespace.c Prevent drop of tablespaces used by partitioned relations 2021-01-14 15:32:14 -03:00
trigger.c Fix permission checks on constraint violation errors on partitions. 2021-02-08 11:01:51 +02:00
tsearchcmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
typecmds.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
user.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
vacuum.c ReadNewTransactionId() -> ReadNextTransactionId(). 2021-02-15 13:17:02 +13:00
variable.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
view.c Update copyright for 2021 2021-01-02 13:06:25 -05:00