postgresql/src/backend
Alvaro Herrera 19184fcc09 Simplify coding to detach constraints when detaching partition
The original coding was too baroque and led to an use-after-release
mistake, noticed by buildfarm member prion.

Discussion: https://postgr.es/m/21693.1548305934@sss.pgh.pa.us
2019-01-24 11:25:29 -03:00
..
access Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
bootstrap Remove argument isprimary from index_build() 2019-01-24 07:57:09 +09:00
catalog Remove argument isprimary from index_build() 2019-01-24 07:57:09 +09:00
commands Simplify coding to detach constraints when detaching partition 2019-01-24 11:25:29 -03:00
executor Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
foreign Update copyright for 2019 2019-01-02 12:44:25 -05:00
jit llvm: Fix file-ending in IDENTIFICATION comments. 2019-01-22 11:49:48 -08:00
lib Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq Update copyright for 2019 2019-01-02 12:44:25 -05:00
main Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
nodes Allow COPY FROM to filter data using WHERE conditions 2019-01-20 00:22:14 +01:00
optimizer Rename RelationData.rd_amroutine to rd_indam. 2019-01-21 17:36:55 -08:00
parser Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
partitioning Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
po Translation updates 2018-06-25 12:37:18 +02:00
port Update copyright for 2019 2019-01-02 12:44:25 -05:00
postmaster Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
regex Update copyright for 2019 2019-01-02 12:44:25 -05:00
replication Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 2019-01-21 17:07:10 -08:00
rewrite Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
snowball Update copyright for 2019 2019-01-02 12:44:25 -05:00
statistics Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
storage Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 2019-01-21 17:07:10 -08:00
tcop Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
tsearch Update copyright for 2019 2019-01-02 12:44:25 -05:00
utils Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
nls.mk Translation updates 2018-06-25 12:37:18 +02:00