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

Skip to content

Update with upstream #31

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 101 commits into from
Jan 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
5f2cfe7
docs: clarify that only INSERT and UPDATE triggers can mod. NEW
bmomjian Nov 13, 2019
1cd57b0
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
tglsfdc Nov 13, 2019
eec569f
Include TableFunc references when computing expression dependencies.
tglsfdc Nov 13, 2019
d980259
Avoid downcasing/truncation of RADIUS authentication parameters.
tglsfdc Nov 13, 2019
99cc47b
Fix silly initializations (cosmetic only).
tglsfdc Nov 13, 2019
5a6eea0
Add missing check_collation_set call to bpcharne().
tglsfdc Nov 13, 2019
d61e7f1
Doc: in v12 release notes, explain how to replace uses of consrc and …
tglsfdc Nov 15, 2019
24897e1
Always call ExecShutdownNode() if appropriate.
macdice Nov 15, 2019
28555a5
Skip system attributes when applying mvdistinct stats
tvondra Nov 16, 2019
bbaa38e
Improve stability of tests for VACUUM (SKIP_LOCKED)
michaelpq Nov 16, 2019
fcaf29d
Further fix dumping of views that contain just VALUES(...).
tglsfdc Nov 17, 2019
93b2bbe
Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.
tglsfdc Nov 19, 2019
823a551
Doc: clarify use of RECURSIVE in WITH.
tglsfdc Nov 19, 2019
051c50c
Fix deadlock between ginDeletePage() and ginStepRight()
akorotkov Nov 19, 2019
ee437ca
Fix traversing to the deleted GIN page via downlink
akorotkov Nov 19, 2019
ca05fa5
Revise GIN README
akorotkov Nov 19, 2019
a64e7e0
Fix page modification outside of critical section in GIN
akorotkov Nov 19, 2019
bffe18e
Fix corner-case failure in match_pattern_prefix().
tglsfdc Nov 19, 2019
1350266
Doc: fix minor typo in func.sgml.
tatsuo-ishii Nov 20, 2019
2189f49
Handle ReadFile() EOF correctly on Windows.
macdice Nov 20, 2019
2c9772f
Remove incorrect markup
mhagander Nov 20, 2019
c644407
Provide statistics for hypothetical BRIN indexes
michaelpq Nov 21, 2019
5186f76
Defend against self-referential views in relation_is_updatable().
tglsfdc Nov 21, 2019
a2aa224
Fix bogus tuple-slot management in logical replication UPDATE handling.
tglsfdc Nov 22, 2019
8047a7b
Add test coverage for "unchanged toast column" replication code path.
tglsfdc Nov 22, 2019
7d4c311
Improve test coverage for LISTEN/NOTIFY.
tglsfdc Nov 23, 2019
c47f498
Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.
tglsfdc Nov 24, 2019
ec9f6be
doc: Fix whitespace in syntax.
macdice Nov 24, 2019
a24a416
Avoid assertion failure with LISTEN in a serializable transaction.
tglsfdc Nov 24, 2019
1cc3a90
Don't shut down Gather[Merge] early under Limit.
Nov 18, 2019
21a4edd
Allow access to child table statistics if user can read parent table.
tglsfdc Nov 26, 2019
bf3cef2
Fix typo in comment.
Nov 27, 2019
ef3fed2
Fix choose_best_statistics to check clauses individually
tvondra Nov 28, 2019
79d6e6a
Remove unnecessary clauses_attnums variable
tvondra Nov 28, 2019
0dafed6
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
tvondra Nov 30, 2019
b154d70
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
tglsfdc Dec 1, 2019
ef30975
Fix failures with TAP tests of pg_ctl on Windows
michaelpq Dec 3, 2019
a8a8c6b
Ensure maxlen is at leat 1 in dict_int
tvondra Dec 3, 2019
0e5baa0
Fix whitespace.
Dec 4, 2019
902276f
Fix handling of OpenSSL's SSL_clear_options
michaelpq Dec 6, 2019
ba62bb6
Doc: improve documentation about run-time pruning's effects on EXPLAIN.
tglsfdc Dec 8, 2019
cc4371d
Document search_path security with untrusted dbowner or CREATEROLE.
nmisch Dec 8, 2019
a7472d2
Fix typos in miscinit.c.
Dec 9, 2019
eadfafd
Improve isolationtester's timeout management.
tglsfdc Dec 9, 2019
001362c
Fix race condition in our Windows signal emulation.
tglsfdc Dec 9, 2019
547e454
Fix handling of multiple AFTER ROW triggers on a foreign table.
Dec 10, 2019
be9d4b9
In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log …
tglsfdc Dec 10, 2019
6a9b5a2
Remove extra parenthesis from comment.
Dec 12, 2019
7335563
Remove redundant function calls in timestamp[tz]_part().
tglsfdc Dec 12, 2019
07c4b6a
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
tglsfdc Dec 12, 2019
70c4f50
Fix crash when a page was split during GiST index creation.
hlinnaka Dec 13, 2019
c3dc0cd
Don't use _mdfd_getseg() in mdsyncfiletag().
macdice Dec 14, 2019
fd005e1
Fix mdsyncfiletag(), take II.
macdice Dec 14, 2019
d04e255
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
tglsfdc Dec 14, 2019
e3ac893
Clean up some misplaced comments in partition_join.sql regression test.
Dec 16, 2019
42d1acd
Fix yet another crash in page split during GiST index creation.
hlinnaka Dec 16, 2019
95f43fe
On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.
tglsfdc Dec 16, 2019
0eac283
Change overly strict Assert in TransactionGroupUpdateXidStatus.
Dec 12, 2019
97ba30f
Fix error reporting for index expressions of prohibited types.
tglsfdc Dec 17, 2019
35c0152
Remove shadow variables linked to RedoRecPtr in xlog.c
8000 michaelpq Dec 18, 2019
c74111d
Fix subscriber invalid memory access on DDL.
Dec 16, 2019
a9f304f
Update neglected comment.
robertmhaas Dec 19, 2019
e5a37d9
Doc: add a short summary of available authentication methods.
tglsfdc Dec 19, 2019
e8f60e6
libpq should expose GSS-related parameters even when not implemented.
tglsfdc Dec 20, 2019
96aa9b6
docs: clarify handling of column lists in COPY TO/FROM
bmomjian Dec 21, 2019
90281a3
In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.
tglsfdc Dec 21, 2019
e1c056c
Avoid low-probability regression test failures in timestamp[tz] tests.
tglsfdc Dec 22, 2019
976cb11
Prevent a rowtype from being included in itself via a range.
tglsfdc Dec 23, 2019
7fbb39a
Disallow partition key expressions that return pseudo-types.
tglsfdc Dec 23, 2019
b5e7569
Disallow null category in crosstab_hash
jconway Dec 23, 2019
8052aaf
Rotate instead of shifting hash join batch number.
macdice Dec 23, 2019
50fa688
Fix some comments related to logical repslot advancing
michaelpq Dec 26, 2019
883c27a
Fix possible loss of sync between rectypeid and underlying PLpgSQL_type.
tglsfdc Dec 26, 2019
1dd8820
Forbid DROP SCHEMA on temporary namespaces
michaelpq Dec 27, 2019
5d72f85
docs: clarify infinite range values from data-type infinities
bmomjian Dec 27, 2019
2034bcc
doc: add examples of creative use of unique expression indexes
bmomjian Dec 27, 2019
b4507a2
Add pg_dump test for triggers on partitioned tables
alvherre Dec 27, 2019
8f3e44a
Update copyrights for 2020
bmomjian Jan 1, 2020
f8a6d8e
Fix running out of file descriptors for spill files.
Jan 2, 2020
98b75c3
Fix comment in test
petere Jan 2, 2020
d732148
Fix cloning of row triggers to sub-partitions
alvherre Jan 2, 2020
0c8836a
Fix typos in parallel query docs.
Jan 3, 2020
6c1860b
Docs: use more standard terminology "round-to-nearest-even" instead o…
tatsuo-ishii Jan 5, 2020
8c2bfd9
Have logical replication subscriber fire column triggers
petere Jan 6, 2020
b898452
Reduce the number of GetFlushRecPtr() calls done by walsenders.
tglsfdc Jan 6, 2020
fce9ba8
pg_stat_activity: show NULL stmt start time for walsenders
alvherre Jan 7, 2020
a1c003e
Revert "Forbid DROP SCHEMA on temporary namespaces"
michaelpq Jan 8, 2020
c24f3b7
Fix handling of generated columns in ALTER TABLE.
tglsfdc Jan 8, 2020
20c4df8
Reimplement nullification of walsender timestamp
alvherre Jan 8, 2020
e05a3b4
doc: Add link to upgrading chapter to release notes
petere Jan 9, 2020
2e89a12
doc: Fix naming of SELinux
michaelpq Jan 10, 2020
93078e6
Maintain valid md.c state when FileClose() fails.
nmisch Jan 11, 2020
fde1554
Extensive code review for GSSAPI encryption mechanism.
tglsfdc Jan 11, 2020
7c21a96
Remove incorrect assertion for INSERT in logical replication's publisher
michaelpq Jan 12, 2020
70c17a8
Fix edge-case crashes and misestimation in range containment selectiv…
tglsfdc Jan 12, 2020
52bc730
Fix typo.
Jan 13, 2020
bf65f3c
Fix base backup with database OIDs larger than INT32_MAX
petere Jan 13, 2020
fa1eaeb
Revert test added by commit d207038053.
Jan 11, 2020
fd5476b
Make rewriter prevent auto-updates on views with conditional INSTEAD …
deanrasheed Jan 14, 2020
518bfa4
Merge remote-tracking branch 'blessed/REL_12_STABLE' into REL_12_CARTO
Algunenano Jan 14, 2020
53f39a6
Update changelog
Algunenano Jan 14, 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
Prev Previous commit
Next Next commit
Fix comment in test
The comment was apparently copy-and-pasted and did not reflect the
actual test outcome.
  • Loading branch information
petere committed Jan 2, 2020
commit 98b75c38c6ed2701c278316daac744222a1d56dd
2 changes: 1 addition & 1 deletion src/test/regress/expected/alter_generic.out
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ CREATE STATISTICS alt_stat1 ON a, b FROM alt_regress_1;
CREATE STATISTICS alt_stat2 ON a, b FROM alt_regress_1;
ALTER STATISTICS alt_stat1 RENAME TO alt_stat2; -- failed (name conflict)
ERROR: statistics object "alt_stat2" already exists in schema "alt_nsp1"
ALTER STATISTICS alt_stat1 RENAME TO alt_stat3; -- failed (name conflict)
ALTER STATISTICS alt_stat1 RENAME TO alt_stat3; -- OK
ALTER STATISTICS alt_stat2 OWNER TO regress_alter_generic_user2; -- failed (no role membership)
ERROR: must be member of role "regress_alter_generic_user2"
ALTER STATISTICS alt_stat2 OWNER TO regress_alter_generic_user3; -- OK
Expand Down
2 changes: 1 addition & 1 deletion src/test/regress/sql/alter_generic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ CREATE STATISTICS alt_stat1 ON a, b FROM alt_regress_1;
CREATE STATISTICS alt_stat2 ON a, b FROM alt_regress_1;

ALTER STATISTICS alt_stat1 RENAME TO alt_stat2; -- failed (name conflict)
ALTER STATISTICS alt_stat1 RENAME TO alt_stat3; -- failed (name conflict)
ALTER STATISTICS alt_stat1 RENAME TO alt_stat3; -- OK
ALTER STATISTICS alt_stat2 OWNER TO regress_alter_generic_user2; -- failed (no role membership)
ALTER STATISTICS alt_stat2 OWNER TO regress_alter_generic_user3; -- OK
ALTER STATISTICS alt_stat2 SET SCHEMA alt_nsp2; -- OK
Expand Down
0