postgresql/src/backend
Peter Eisentraut bb76134b08 Fix incorrect code in new REINDEX CONCURRENTLY code
The previous code was adding pointers to transient variables to a
list, but by the time the list was read, the variable might be gone,
depending on the compiler.  Fix it by making copies in the proper
memory context.
2019-03-29 10:53:40 +01:00
..
access tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. 2019-03-28 20:01:43 -07:00
bootstrap tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. 2019-03-28 20:01:43 -07:00
catalog REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
commands Fix incorrect code in new REINDEX CONCURRENTLY code 2019-03-29 10:53:40 +01:00
executor tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. 2019-03-25 17:14:48 -07:00
foreign
jit
lib Further code review for new integerset code. 2019-03-25 12:23:48 -04:00
libpq Add DNS SRV support for LDAP server discovery. 2019-03-21 15:28:17 +13:00
main
nodes REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
optimizer Add support for multivariate MCV lists 2019-03-27 18:32:18 +01:00
parser REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
partitioning Fix misplaced const 2019-03-26 09:23:08 +01:00
po
port
postmaster Add macro to cast away volatile without allowing changes to underlying type 2019-03-25 09:37:03 +01:00
regex Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
replication Add basic infrastructure for 64 bit transaction IDs. 2019-03-28 18:12:20 +13:00
rewrite
snowball
statistics Fix deserialization of pg_mcv_list values 2019-03-28 20:03:14 +01:00
storage Add basic infrastructure for 64 bit transaction IDs. 2019-03-28 18:12:20 +13:00
tcop REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
tsearch
utils tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. 2019-03-28 20:01:43 -07:00
.gitignore
common.mk
Makefile Get rid of jsonpath_gram.h and jsonpath_scanner.h 2019-03-20 11:13:34 +03:00
nls.mk