8000 PG12: Update from upstream by Algunenano · Pull Request #32 · CartoDB/postgres · GitHub
[go: up one dir, main page]

Skip to content

PG12: Update from upstream #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 124 commits into from
Mar 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
29af9c5
docs: change "default role" wording to "predefined role"
bmomjian Jan 14, 2020
0fca3d0
Fix buggy logic in isTempNamespaceInUse()
michaelpq Jan 15, 2020
162c951
Allocate freechunks bitmap as part of SlabContext
tvondra Jan 17, 2020
bc21406
Set ReorderBufferTXN->final_lsn more eagerly
alvherre Jan 17, 2020
2e26460
Repair more failures with SubPlans in multi-row VALUES lists.
tglsfdc Jan 17, 2020
ac2dcca
Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version
michaelpq Jan 18, 2020
c7c2cc6
Fix out-of-memory handling in ecpglib.
tglsfdc Jan 20, 2020
fd436bb
Fix crash in BRIN inclusion op functions, due to missing datum copy.
hlinnaka Jan 20, 2020
71b121f
Fix pg_dump's sigTermHandler() to use _exit() not exit().
tglsfdc Jan 20, 2020
ef8e6b2
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
michaelpq Jan 21, 2020
21fdfd0
Fix edge case leading to agg transitions skipping ExecAggTransReparen…
anarazel Jan 21, 2020
817a1b8
Fix concurrent indexing operations with temporary tables
michaelpq Jan 22, 2020
be13f22
Clean up formatting.c's logic for matching constant strings.
tglsfdc Jan 23, 2020
f309c81
Fix an oversight in commit 4c70098ff.
tglsfdc Jan 23, 2020
c4c76d1
Doc: Fix list of storage parameters available for ALTER TABLE
michaelpq Jan 24, 2020
7294f99
In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.
tglsfdc Jan 26, 2020
bad4943
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fie…
tglsfdc Jan 26, 2020
f9d0be2
Avoid unnecessary shm writes in Parallel Hash Join.
macdice Jan 26, 2020
87fed2a
Fix dangling pointer in EvalPlanQual machinery.
tglsfdc Jan 28, 2020
b558f6d
Fix dispsize for libpq connection parameters channel_binding and gsse…
michaelpq Jan 29, 2020
3228512
Fix slot data persistency when advancing physical replication slots
michaelpq Jan 30, 2020
de01777
Make inherited TRUNCATE perform 8000 access permission checks on parent ta…
MasaoFujii Jan 30, 2020
1fcf62e
Handle lack of DSM slots in parallel btree build.
macdice Jan 30, 2020
a4484a6
In jsonb_plpython.c, suppress warning message from gcc 10.
tglsfdc Jan 30, 2020
706ad6a
Fix typo in recently-added TAP test for replication slots
michaelpq Jan 31, 2020
0c84199
Fix parallel pg_dump/pg_restore for failure to create worker processes.
tglsfdc Jan 31, 2020
65aa155
Fix CheckAttributeType's handling of collations for ranges.
tglsfdc Jan 31, 2020
24dd34a
Fix memory leak on DSM slot exhaustion.
macdice Feb 1, 2020
0d9f307
Revert commit de0177788b.
MasaoFujii Feb 3, 2020
42e3187
Add missing break out seqscan loop in logical replication
alvherre Feb 3, 2020
9a85860
Fix handling of "Subplans Removed" field in EXPLAIN output.
tglsfdc Feb 4, 2020
2e2351b
Handle lack of DSM slots in parallel btree build, take 2.
macdice Feb 4, 2020
1fb8976
Add note about how each partition's default value is treated, into th…
MasaoFujii Dec 26, 2019
78a26c3
When a TAP file has non-zero exit status, retain temporary directories.
nmisch Feb 5, 2020
308724b
ALTER SUBSCRIPTION / REFRESH docs: explain copy_data
alvherre Feb 5, 2020
0e37489
Force tuple conversion when the source has missing attributes.
RhodiumToad Feb 5, 2020
3d214a8
Fix bug in LWLock statistics mechanism.
MasaoFujii Feb 6, 2020
c5060c1
Fix typo.
Feb 6, 2020
4988d7e
Add note about access permission checks by inherited TRUNCATE and LOC…
MasaoFujii Feb 6, 2020
2f47339
Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_proto…
michaelpq Feb 6, 2020
598b466
Fix bug in Tid scan.
MasaoFujii Feb 7, 2020
ce054a8
Fix TRUNCATE .. CASCADE on partitions
alvherre Feb 7, 2020
2c80a65
Fix failure to create FKs correctly in partitions
alvherre Feb 7, 2020
388d435
First-draft release notes for 12.2.
tglsfdc Feb 7, 2020
4faea7f
Revert recent change of ScanOption values and renumber SO_TYPE_TIDSCAN.
MasaoFujii Feb 8, 2020
baf4871
Store the deletion horizon XID for a deleted GIN page on the right page.
tglsfdc Feb 9, 2020
0522d6f
Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26.
tglsfdc Feb 9, 2020
2db27ff
Revert "docs: change "default role" wording to "predefined role""
tglsfdc Feb 9, 2020
770eca3
pg_upgrade: Fix quoting of some arguments in pg_ctl command
michaelpq Feb 10, 2020
a6a8616
doc: Spell checking
Feb 10, 2020
198f0ba
Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"
michaelpq Feb 10, 2020
3264316
Translation updates
petere Feb 10, 2020
2ad1253
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
alvherre Feb 10, 2020
87d014d
createuser: fix parsing of --connection-limit argument
alvherre Feb 10, 2020
ce5a2d2
Last-minute updates for release notes.
tglsfdc Feb 10, 2020
45b8826
Stamp 12.2.
tglsfdc Feb 10, 2020
3ba8a38
Document the pg_upgrade -j/--jobs option as taking an argument
petere Feb 11, 2020
2efefd2
Doc: fix old oversights in GRANT/REVOKE documentation.
tglsfdc Feb 12, 2020
764a554
Avoid a performance regression in float overflow/underflow detection.
tglsfdc Feb 13, 2020
de5e03f
Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.
tglsfdc Feb 16, 2020
6c221aa
Add description about LogicalRewriteTruncate wait event into document.
MasaoFujii Feb 17, 2020
0b54741
Add description about GSSOpenServer wait event into document.
MasaoFujii Feb 17, 2020
4a97f64
Fill in extraUpdatedCols in logical replication
petere Feb 17, 2020
6da7d36
Teach pg_dump to dump comments on RLS policy objects.
tglsfdc Feb 17, 2020
59112f2
Stop demanding that top xact must be seen before subxact in decoding.
Feb 19, 2020
16e6c96
Fix mesurement of elapsed time during truncating heap in VACUUM.
MasaoFujii Feb 19, 2020
32aa14d
Fix confusion about event trigger vs. plain function in plpgsql.
tglsfdc Feb 19, 2020
09e40f2
Fix typo
petere Feb 19, 2020
fb4815c
Doc: discourage use of partial indexes for poor-man's-partitioning.
tglsfdc Feb 19, 2020
aab50a7
Remove extra word from comment.
Feb 20, 2020
3f50d5c
Simplify FK-to-partitioned regression test query
alvherre Feb 20, 2020
4c95ce0
Doc: Fix instructions to control build environment with MSVC
michaelpq Feb 21, 2020
a8beece
Add prefix checks in exclude lists for pg_rewind, pg_checksums and ba…
michaelpq Feb 24, 2020
902f40d
Fix docs regarding AFTER triggers on partitioned tables
alvherre Feb 26, 2020
30d5c6b
Suppress unnecessary RelabelType nodes in more cases.
tglsfdc Feb 26, 2020
943affb
createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate
michaelpq Feb 27, 2020
f6e8e8b
Skip foreign tablespaces when running pg_checksums/pg_verify_checksums
michaelpq Feb 27, 2020
aeb846e
Remove TAP test for createdb --lc-ctype
michaelpq Feb 27, 2020
e198334
Doc: correct thinko in pg_buffercache documentation.
tglsfdc Feb 28, 2020
d7684c3
Avoid failure if autovacuum tries to access a just-dropped temp names…
tglsfdc Feb 29, 2020
96d783a
Correctly re-use hash tables in buildSubPlanHash().
tglsfdc Feb 29, 2020
3b5709e
Fix command-line colorization on Windows with VT100-compatible enviro…
michaelpq Mar 2, 2020
f087d63
Preserve pg_index.indisclustered across REINDEX CONCURRENTLY
michaelpq Mar 3, 2020
f22feed
Fix the name of the first WAL segment file, in docs.
MasaoFujii Mar 3, 2020
dc83648
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
michaelpq Mar 3, 2020
2687612
Fix more issues with dependency handling at swap phase of REINDEX CON…
michaelpq Mar 5, 2020
b2019c2
Fix typo
petere Mar 7, 2020
654bd69
Doc: fix some description of environment variables with frontend tools
michaelpq Mar 9, 2020
412c298
Avoid assertion failure with targeted recovery in standby mode.
MasaoFujii Mar 9, 2020
82c04e4
Fix bug that causes to report waiting in PS display twice, in hot sta…
MasaoFujii Mar 9, 2020
4c40b27
Fix pg_dump/pg_restore to restore event triggers later.
tglsfdc Mar 9, 2020
8bca5f9
Prevent reindex of invalid indexes on TOAST tables
michaelpq Mar 10, 2020
b7739eb
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
alvherre Mar 11, 2020
3c8864f
Avoid holding a directory FD open across pg_ls_dir_files() calls.
tglsfdc Mar 11, 2020
f977e6d
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
alvherre Mar 11, 2020
393b449
Paper over bt_metap() oldest_xact bug in backbranches.
petergeoghegan Mar 11, 2020
630590d
Fix test case instability introduced in 085b6b667.
tglsfdc Mar 11, 2020
c9ef507
Preserve replica identity index across ALTER TABLE rewrite
petere Mar 13, 2020
f393fb2
Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.
tglsfdc Mar 13, 2020
390984f
Restructure polymorphic-type resolution in funcapi.c.
tglsfdc Mar 14, 2020
cf72898
Plug memory leak
alvherre Mar 16, 2020
f340977
Document pg_ls_*dir hiding of directories and special files
alvherre Mar 16, 2020
2a89455
Avoid holding a directory FD open across assorted SRF calls.
tglsfdc Mar 17, 2020
d8e7f81
Use pkg-config, if available, to locate libxml2 during configure.
tglsfdc Mar 17, 2020
bcd4600
Doc: clarify behavior of "anyrange" pseudo-type.
tglsfdc Mar 17, 2020
e58e13e
Fix consistency issues with replication slot copy
alvherre Mar 17, 2020
c5b6b9c
Fix typo in indexcmds.c
michaelpq Mar 18, 2020
e378241
Add missing errcode() in a few ereport calls.
Mar 18, 2020
21b1cb6
Correct the descriptions of recovery-related wait events in docs.
MasaoFujii Mar 18, 2020
fdaa16a
Fix comment related to concurrent index swapping in index.c
michaelpq Mar 19, 2020
9f62ea2
pg_upgrade: make get_major_server_version() err msg consistent
bmomjian Mar 19, 2020
d074771
Turn off deprecated bison warnings under MSVC
adunstan Mar 20, 2020
ff339f4
docs: use alias in WHERE clause of full text search example
bmomjian Mar 21, 2020
b350175
Fix cosmetic blemishes involving rd_createSubid.
nmisch Mar 21, 2020
88b3a6c
During heap rebuild, lock any TOAST index until end of transaction.
nmisch Mar 21, 2020
a5abec5
In log_newpage_range(), heed forkNum and page_std arguments.
nmisch Mar 21, 2020
e4b0a02
Skip WAL for new relfilenodes, under wal_level=minimal.
nmisch Mar 21, 2020
63631ee
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
nmisch Mar 22, 2020
d2159c6
Doc: Fix type of some storage parameters in CREATE TABLE page
michaelpq Mar 23, 2020
036fdf6
Fix our getopt_long's behavior for a command line argument of just "-".
tglsfdc Mar 23, 2020
64232da
Doc: explain that LIKE et al can be used in ANY (sub-select) etc.
tglsfdc Mar 23, 2020
7c83642
Add regression tests for constraint errors in partitioned tables.
anarazel Mar 23, 2020
6fae1e2
Merge remote-tracking branch 'blessed/REL_12_STABLE' into REL_12_CART…
Algunenano Mar 24, 2020
45eb9a1
Update changelog
Algunenano Mar 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.carto.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
12.2.1+carto-1
Release date: 2020-03-24

Changes:
- Update from REL_12_STABLE (7c836420026125f430e5ae3a3eb0264e75ec5b3e).

12.1.1+carto-1
Release date: 2020-01-14

Changes:
- Update from REL_12_STABLE (fd5476b79c2ff63dd32e154198f8201553180e58)
- Update from REL_12_STABLE (fd5476b79c2ff63dd32e154198f8201553180e58).
- Add this CHANGELOG.
- Setup travis tests (cecdfdaef40173afddd2b908216872855ec18680).
- Add public to the search_path of FDW queries (a56900198edb53d27ff64872a7a9f2ea97649013).
Loading
0